aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
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 /graphics
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 'graphics')
-rw-r--r--graphics/pecl-imlib2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile
index 2fb3db9ef4a7..a4e0afb08ad4 100644
--- a/graphics/pecl-imlib2/Makefile
+++ b/graphics/pecl-imlib2/Makefile
@@ -13,12 +13,14 @@ DIST_SUBDIR= PECL
MAINTAINER= leeym@FreeBSD.org
COMMENT= PECL extension if imlib2
+DEPRECATED= requires php53, security EOL reached 14 Aug 2014
+EXPIRATION_DATE= 2015-04-15
+
LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 55 56
# libImlib2 may or may not depend on X, however,
# imlib2 extension doesn't need X related functions in libImlib2