Date: Mon, 23 Mar 2015 17:55:03 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382019 - head/finance/php-tclink Message-ID: <201503231755.t2NHt3LV008839@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Mar 23 17:55:02 2015 New Revision: 382019 URL: https://svnweb.freebsd.org/changeset/ports/382019 QAT: https://qat.redports.org/buildarchive/r382019/ Log: finance/php-tclink: Confirmed functional for all PHP versions The maintainer confirmed that the limitation of tclink to php 5.3 was an error and that it functions on all supported versions of PHP. As a result, the port's deprecation tag has been removed. PR: 198778 Modified: head/finance/php-tclink/Makefile Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Mon Mar 23 17:51:47 2015 (r382018) +++ head/finance/php-tclink/Makefile Mon Mar 23 17:55:02 2015 (r382019) @@ -3,6 +3,7 @@ PORTNAME= tclink PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= https://vault.trustcommerce.com/downloads/ PKGNAMEPREFIX= php- @@ -11,10 +12,6 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503231755.t2NHt3LV008839>