diff options
author | rene <rene@FreeBSD.org> | 2016-02-14 17:32:17 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-14 17:32:17 +0000 |
commit | 110d6e0c7e267f9999a2d644c149f60118f5fbf2 (patch) | |
tree | 591627ecc25b913814d3326a0983e1343f782ff6 | |
parent | dcac8515e8ea5249cc826290c2c3dd521475ec94 (diff) | |
download | FreeBSD-ports-110d6e0c7e267f9999a2d644c149f60118f5fbf2.zip FreeBSD-ports-110d6e0c7e267f9999a2d644c149f60118f5fbf2.tar.gz |
Deprecate ports that are incompatible with both PHP 5.5 and PHP 5.6 and set
the expiration date to next month:
devel/pecl-inclued
security/pecl-taint
www/eaccelerator
www/pecl-APC
Submitted by: antoine (via IRC)
Approved by: portmgr (antoine)
-rw-r--r-- | devel/pecl-inclued/Makefile | 3 | ||||
-rw-r--r-- | security/pecl-taint/Makefile | 3 | ||||
-rw-r--r-- | www/eaccelerator/Makefile | 3 | ||||
-rw-r--r-- | www/pecl-APC/Makefile | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/devel/pecl-inclued/Makefile b/devel/pecl-inclued/Makefile index c4ed8f6..eecdc83 100644 --- a/devel/pecl-inclued/Makefile +++ b/devel/pecl-inclued/Makefile @@ -13,6 +13,9 @@ COMMENT= Inclued gives you a Clue for PHP inclusion check LICENSE= PHP301 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile index 5705b6d..901404a 100644 --- a/security/pecl-taint/Makefile +++ b/security/pecl-taint/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Extension used for detecting XSS codes (tainted string) +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 4cd99f73..eff5b32 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -10,6 +10,9 @@ COMMENT= Free open-source PHP accelerator & optimizer LICENSE= GPLv2 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES DOCCOMM_DESC= Retain doc-comments in internal php structures diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index 2e40124..4c30ba7 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -17,6 +17,7 @@ COMMENT= Alternative PHP Cache LICENSE= PHP301 DEPRECATED= Unmaintained by upstream and not work for PHP 5.5+ +EXPIRATION_DATE=2016-03-15 OPTIONS_DEFINE= DOCS FILEHITS IPC SEMAPHORES SPINLOCKS FILEHITS_DESC= Per request cache info |