TrustCommerce are forcing a PCI update required for 1/1/14. Update from 4.0.0 to 4.0.2 negates need for previously submitted Zend patch. Fix: diff attached. files folder no longer required, since patch is obsoleted. Patch attached with submission follows:
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Hi, That patch makes no sense, current version is 3.4.4 -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil
Thanks William, http://www.freebsd.org/cgi/query-pr.cgi?pr=145922 should give it some context. Cheers, Mike. On 12/4/13, 1:42 PM, William Grzybowski wrote: > Hi, > > That patch makes no sense, current version is 3.4.4 > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil
On Wed, Dec 4, 2013 at 7:53 PM, Mike Bowie <mbowie@buzmo.com> wrote: > Thanks William, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=145922 should give it some > context. > Thanks, I may have not made myself clear but I need a patch that applies to the current ports tree, not the context of why. > > On 12/4/13, 1:42 PM, William Grzybowski wrote: > >> Hi, >> >> That patch makes no sense, current version is 3.4.4 >> >> -- >> William Grzybowski >> ------------------------------------------ >> Curitiba/PR - Brasil >> > > -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil
My bad... I thought my previous patch to 4.0.0 had been accepted along the way. This should take 3.4.4 straight to 4.0.2 cleanly. Thanks, Mike. On 12/4/13, 1:55 PM, William Grzybowski wrote: > On Wed, Dec 4, 2013 at 7:53 PM, Mike Bowie <mbowie@buzmo.com > <mailto:mbowie@buzmo.com>> wrote: > > Thanks William, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=145922 should give it > some context. > > > > Thanks, I may have not made myself clear but I need a patch that applies > to the current ports tree, not the context of why. > > > On 12/4/13, 1:42 PM, William Grzybowski wrote: > > Hi, > > That patch makes no sense, current version is 3.4.4 > > -- > William Grzybowski > ------------------------------__------------ > Curitiba/PR - Brasil > > > > > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil -- Mike Bowie Chief Electron Disturbance Facilitation Officer (CTO) RocketSpace, Inc Office: 415 625 3155 Direct: 415 230 2214 Mobile: 213 222 8966 Fax: 415 373 3988 E-mail: mbowie@rocket-space.com Web: www.rocket-space.com Tweet: @mike_bowie
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Mon Feb 3 19:40:23 2014 New Revision: 342468 URL: http://svnweb.freebsd.org/changeset/ports/342468 QAT: https://qat.redports.org/buildarchive/r342468/ Log: - Update to version 4.0.2 [1] - Remove leading article from COMMENT PR: ports/184475 [1] Submitted by: maintainer Deleted: head/finance/php-tclink/files/ Modified: head/finance/php-tclink/Makefile head/finance/php-tclink/distinfo Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Mon Feb 3 19:26:04 2014 (r342467) +++ head/finance/php-tclink/Makefile Mon Feb 3 19:40:23 2014 (r342468) @@ -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 Modified: head/finance/php-tclink/distinfo ============================================================================== --- head/finance/php-tclink/distinfo Mon Feb 3 19:26:04 2014 (r342467) +++ head/finance/php-tclink/distinfo Mon Feb 3 19:40:23 2014 (r342468) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!