aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-22 02:40:15 +0800
committermarino <marino@FreeBSD.org>2015-03-22 02:40:15 +0800
commit27f0fe6329ad34fccf1bb62d34a4ec5acedf3fa7 (patch)
treedc019923ebe76aac3d5d88dc5c3edf2b201dca61 /print
parent41709894827adf444d7d95d6e2736fb7678e0f7f (diff)
downloadfreebsd-ports-gnome-27f0fe6329ad34fccf1bb62d34a4ec5acedf3fa7.tar.gz
freebsd-ports-gnome-27f0fe6329ad34fccf1bb62d34a4ec5acedf3fa7.tar.zst
freebsd-ports-gnome-27f0fe6329ad34fccf1bb62d34a4ec5acedf3fa7.zip
php53 and fallout: Deprecate, set removal for 15 APR 2015
The PHP developers stopped providing security patches for the 5.3 branch on 14 August 2014. They "strongly urge" to upgrade to current versions "as using older versions may expose you to security vulnerabilities and bugs that have been fixed in more recent versions" of PHP. The PHP53 branch was released from maintainership today, so it's being deprecated with removal set for 15 April 2015. There were only 8 ports limited to php53, six of which were pecl- ports. These ports must be upgraded to use a later version of php (5.6 is recommended) soon, or they will be removed with php53. Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this was changed to use IGNORE_WITH_PHP instead while here. PR: 198150
Diffstat (limited to 'print')
-rw-r--r--print/pecl-ps/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile
index a95240e58994..2c128c2f94a1 100644
--- a/print/pecl-ps/Makefile
+++ b/print/pecl-ps/Makefile
@@ -14,13 +14,15 @@ DIST_SUBDIR= PECL
MAINTAINER= alan@fromorbit.com
COMMENT= PHP extension for pslib to generate postscript
+DEPRECATED= requires php53, security EOL reached 14 Aug 2014
+EXPIRATION_DATE= 2015-04-15
+
LIB_DEPENDS= libps.so:${PORTSDIR}/print/pslib
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME}
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 55 56
post-patch:
@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4