diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-12 18:07:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-12 18:07:41 +0800 |
commit | fe570d57ec4be34c097bd937314d2810f3646105 (patch) | |
tree | db3112980c50758cfabf113e22ed9c5aef227dd6 /security | |
parent | d01b3d9fb22d3d98118e7319a4281054f5a663c8 (diff) | |
download | freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.tar.gz freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.tar.zst freebsd-ports-gnome-fe570d57ec4be34c097bd937314d2810f3646105.zip |
php4 is EOLed, let's deprecate it
Approved by: ale (maintainer by private mail)
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-crack/Makefile | 3 | ||||
-rw-r--r-- | security/php4-mcrypt/Makefile | 3 | ||||
-rw-r--r-- | security/php4-mhash/Makefile | 3 | ||||
-rw-r--r-- | security/php4-openssl/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/security/php4-crack/Makefile b/security/php4-crack/Makefile index e3aa80fd8639..4540727c8dde 100644 --- a/security/php4-crack/Makefile +++ b/security/php4-crack/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + PORTREVISION= 6 CATEGORIES= security diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile index dd167b83284f..971227c95fa7 100644 --- a/security/php4-mcrypt/Makefile +++ b/security/php4-mcrypt/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile index 6af7f78596e2..27f39d43b157 100644 --- a/security/php4-mhash/Makefile +++ b/security/php4-mhash/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile index 9f05a9aa64d0..2cfc87f6e406 100644 --- a/security/php4-openssl/Makefile +++ b/security/php4-openssl/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php4 |