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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/php4-ctype/Makefile | 3 | ||||
-rw-r--r-- | textproc/php4-domxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/php4-pspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/php4-wddx/Makefile | 3 | ||||
-rw-r--r-- | textproc/php4-xml/Makefile | 3 | ||||
-rw-r--r-- | textproc/php4-xslt/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/textproc/php4-ctype/Makefile b/textproc/php4-ctype/Makefile index e12ccb716bdc..3cc8d02ce520 100644 --- a/textproc/php4-ctype/Makefile +++ b/textproc/php4-ctype/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index e4a413a48b92..2b12541a25f5 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/textproc/php4-pspell/Makefile b/textproc/php4-pspell/Makefile index 7b9be8b3b2e3..a8534e518e9f 100644 --- a/textproc/php4-pspell/Makefile +++ b/textproc/php4-pspell/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + PORTREVISION= 1 CATEGORIES= textproc diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index 147e3c1a5888..98ec8c32beac 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile index f2f8902fa7a4..e768387cf442 100644 --- a/textproc/php4-xml/Makefile +++ b/textproc/php4-xml/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 8964c708cb7e..5854302eabee 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php4 |