From 2899abe804f2ace1bf29e05e3184155186f25394 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 21 Mar 2015 18:40:15 +0000 Subject: 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 --- finance/php-tclink/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'finance/php-tclink') diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 1085df583e47..2e8f4bad66db 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -11,9 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes -DEFAULT_PHP_VER=53 .include -- cgit v1.2.3