summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-02-14 17:32:17 +0000
committerrene <rene@FreeBSD.org>2016-02-14 17:32:17 +0000
commit110d6e0c7e267f9999a2d644c149f60118f5fbf2 (patch)
tree591627ecc25b913814d3326a0983e1343f782ff6
parentdcac8515e8ea5249cc826290c2c3dd521475ec94 (diff)
downloadFreeBSD-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/Makefile3
-rw-r--r--security/pecl-taint/Makefile3
-rw-r--r--www/eaccelerator/Makefile3
-rw-r--r--www/pecl-APC/Makefile1
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
OpenPOWER on IntegriCloud