diff options
author | pawel <pawel@FreeBSD.org> | 2014-02-04 03:40:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-02-04 03:40:23 +0800 |
commit | bf19f9bb53212f90c1071ee5da971caa1b0fd204 (patch) | |
tree | 1b0a5d357d13c57222b6cca17b004e207755217c /finance | |
parent | 39c1b801b870b464e0366d4289ebfe04c7aceb2d (diff) | |
download | freebsd-ports-gnome-bf19f9bb53212f90c1071ee5da971caa1b0fd204.tar.gz freebsd-ports-gnome-bf19f9bb53212f90c1071ee5da971caa1b0fd204.tar.zst freebsd-ports-gnome-bf19f9bb53212f90c1071ee5da971caa1b0fd204.zip |
- Update to version 4.0.2 [1]
- Remove leading article from COMMENT
PR: ports/184475 [1]
Submitted by: maintainer
Diffstat (limited to 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 6 | ||||
-rw-r--r-- | finance/php-tclink/distinfo | 4 | ||||
-rw-r--r-- | finance/php-tclink/files/patch-php_tclink.c | 15 |
3 files changed, 5 insertions, 20 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 11440c03dd4d..1085df583e47 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= tclink -PORTVERSION= 3.4.4 +PORTVERSION= 4.0.2 CATEGORIES= finance -MASTER_SITES= http://www.trustcommerce.com/downloads/ +MASTER_SITES= https://vault.trustcommerce.com/downloads/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com -COMMENT= A PHP extension for TrustCommerce credit card processing +COMMENT= PHP extension for TrustCommerce credit card processing USE_PHP= yes USE_PHPEXT= yes diff --git a/finance/php-tclink/distinfo b/finance/php-tclink/distinfo index e203f5a4c32f..2530537133c7 100644 --- a/finance/php-tclink/distinfo +++ b/finance/php-tclink/distinfo @@ -1,2 +1,2 @@ -SHA256 (tclink-3.4.4-php.tar.gz) = bd8d6fa484f919bbae200b034368522db13226cb77656840791672de988c8281 -SIZE (tclink-3.4.4-php.tar.gz) = 73859 +SHA256 (tclink-4.0.2-php.tar.gz) = 33d443bdbfe3abdbf18d9c99e0940f31df8975f9e83bb55a84b9b4aa824f0aaa +SIZE (tclink-4.0.2-php.tar.gz) = 29587 diff --git a/finance/php-tclink/files/patch-php_tclink.c b/finance/php-tclink/files/patch-php_tclink.c deleted file mode 100644 index 667a1160c89b..000000000000 --- a/finance/php-tclink/files/patch-php_tclink.c +++ /dev/null @@ -1,15 +0,0 @@ ---- php_tclink.c.orig 2010-04-21 10:49:52.000000000 -0700 -+++ php_tclink.c 2010-04-21 10:50:12.000000000 -0700 -@@ -46,7 +46,11 @@ - #ifdef STANDARD_MODULE_HEADER - STANDARD_MODULE_HEADER, - #endif -- "tclink", php_tclink_functions, NULL, NULL, NULL, NULL, PHP_MINFO(tclink), STANDARD_MODULE_PROPERTIES -+ "tclink", php_tclink_functions, NULL, NULL, NULL, NULL, PHP_MINFO(tclink), -+#if ZEND_MODULE_API_NO >= 20010901 -+ TCLINK_VERSION, -+#endif -+ STANDARD_MODULE_PROPERTIES - }; - - #define PHP_TCLINK_DEFAULT_BUFFER_SIZE 8196 |