Date: Sun, 14 Feb 2016 17:32:17 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408871 - in head: devel/pecl-inclued security/pecl-taint www/eaccelerator www/pecl-APC Message-ID: <201602141732.u1EHWHOm021629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Feb 14 17:32:17 2016 New Revision: 408871 URL: https://svnweb.freebsd.org/changeset/ports/408871 Log: 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) Modified: head/devel/pecl-inclued/Makefile head/security/pecl-taint/Makefile head/www/eaccelerator/Makefile head/www/pecl-APC/Makefile Modified: head/devel/pecl-inclued/Makefile ============================================================================== --- head/devel/pecl-inclued/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/devel/pecl-inclued/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -13,6 +13,9 @@ COMMENT= Inclued gives you a Clue for PH LICENSE= PHP301 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes Modified: head/security/pecl-taint/Makefile ============================================================================== --- head/security/pecl-taint/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/security/pecl-taint/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -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 Modified: head/www/eaccelerator/Makefile ============================================================================== --- head/www/eaccelerator/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/www/eaccelerator/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -10,6 +10,9 @@ COMMENT= Free open-source PHP accelerato LICENSE= GPLv2 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2016-03-15 + OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES DOCCOMM_DESC= Retain doc-comments in internal php structures Modified: head/www/pecl-APC/Makefile ============================================================================== --- head/www/pecl-APC/Makefile Sun Feb 14 17:06:13 2016 (r408870) +++ head/www/pecl-APC/Makefile Sun Feb 14 17:32:17 2016 (r408871) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602141732.u1EHWHOm021629>