svn commit: r382019 - head/finance/php-tclink

John Marino marino at FreeBSD.org
Mon Mar 23 17:55:03 UTC 2015


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 at 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


More information about the svn-ports-head mailing list