diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-11 05:41:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-11 05:41:08 +0000 |
commit | a2a8e38c9ece40dab467e6c236b83c28bc1b556b (patch) | |
tree | bd2bea8189166a50a4b8a33e7ed9359889227fe5 | |
parent | - Update to 0.10.0. (diff) |
php4 is EOLed, deprecate ports depending on it.
Approved by: miwi (maintainer by private mail)
-rw-r--r-- | devel/pear-XML_XPath/Makefile | 3 | ||||
-rw-r--r-- | devel/pecl-json/Makefile | 3 | ||||
-rw-r--r-- | security/pecl-hash/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/devel/pear-XML_XPath/Makefile b/devel/pear-XML_XPath/Makefile index 593ab4281085..8471bbc6a9be 100644 --- a/devel/pear-XML_XPath/Makefile +++ b/devel/pear-XML_XPath/Makefile @@ -12,6 +12,9 @@ CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class provided an XPath/DOM XML manipulation +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-11 + BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/pecl-json/Makefile b/devel/pecl-json/Makefile index 9c82686fa86a..47d4b48f6568 100644 --- a/devel/pecl-json/Makefile +++ b/devel/pecl-json/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization for PHP 4 +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-11 + LICENSE= PHP301 USE_PHP= yes diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile index cc743ad83243..920801197f44 100644 --- a/security/pecl-hash/Makefile +++ b/security/pecl-hash/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= HASH Message Digest Framework for PHP 4 +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-11 + LICENSE= PHP301 USE_PHP= yes |