diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
commit | 237c32d16da2b4f88dfc534ed78f4d15a3129f3f (patch) | |
tree | 07ea3c6e9214c842273aa4a9c76f0dada1109b71 /security | |
parent | Chase php 7.0 expiration date (diff) |
Deprecate ports depending on php 5.6
Notes
Notes:
svn path=/head/; revision=486473
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-crack/Makefile | 3 | ||||
-rw-r--r-- | security/pecl-ssh2-0/Makefile | 3 | ||||
-rw-r--r-- | security/php-suhosin/Makefile | 3 | ||||
-rw-r--r-- | security/phpdeadlock/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index c90d3a16a7ce..681560fc1415 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -10,6 +10,9 @@ CATEGORIES= security www MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension to cracklib +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LIB_DEPENDS= libcrack.so:security/cracklib diff --git a/security/pecl-ssh2-0/Makefile b/security/pecl-ssh2-0/Makefile index bed59f0008e5..23f5f6382590 100644 --- a/security/pecl-ssh2-0/Makefile +++ b/security/pecl-ssh2-0/Makefile @@ -8,6 +8,9 @@ CATEGORIES= security pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libssh2 library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index a0f41e6e521c..0f0d34549633 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= ale@FreeBSD.org COMMENT= PHP extension that implements high-level protections +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 OPTIONS_DEFINE= EXAMPLES diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index e486f2d3224e..6cf611341147 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -11,6 +11,9 @@ DISTNAME= Deadlock-${PORTVERSION}-Stable MAINTAINER= ports@FreeBSD.org COMMENT= Web-based user authentication/password protection system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt |