Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 22:51:03 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chinsan@FreeBSD.org
Subject:   ports/135130: [PATCH] finance/p5-Business-OnlinePayment-PaymenTech: update to 1.4
Message-ID:  <200906010251.n512p32A043129@frieza.p6m7g8.net>
Resent-Message-ID: <200906010300.n51309wp000257@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135130
>Category:       ports
>Synopsis:       [PATCH] finance/p5-Business-OnlinePayment-PaymenTech: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 01 03:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 14 21:52:43 EDT 2009
>Description:
- Update to 1.4
- hack around broken AutoInstall

Port maintainer (chinsan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Business-OnlinePayment-PaymenTech-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-PaymenTech/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	27 Mar 2009 11:06:22 -0000	1.3
+++ Makefile	1 Jun 2009 02:53:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Business-OnlinePayment-PaymenTech
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,4 +22,7 @@
 
 MAN3=		Business::OnlinePayment::PaymenTech.3
 
+post-extract:
+	@${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-PaymenTech/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	27 Mar 2009 11:06:22 -0000	1.3
+++ distinfo	1 Jun 2009 02:53:09 -0000
@@ -1,3 +1,3 @@
-MD5 (Business-OnlinePayment-PaymenTech-1.3.tar.gz) = f85682051df32ba21ba445b8a74d90c9
-SHA256 (Business-OnlinePayment-PaymenTech-1.3.tar.gz) = 3a8669e762fb8d68c08210cdbd3b7ff04e80462d4cb7fbbb35379b884a413687
-SIZE (Business-OnlinePayment-PaymenTech-1.3.tar.gz) = 21544
+MD5 (Business-OnlinePayment-PaymenTech-1.4.tar.gz) = 5c451b98484961f3c0451efe37f3ffa8
+SHA256 (Business-OnlinePayment-PaymenTech-1.4.tar.gz) = 752d7b190aadfce9f5ec1874c97d87893f977d948dcc4eb1588838d3e61e4fc2
+SIZE (Business-OnlinePayment-PaymenTech-1.4.tar.gz) = 23248
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-PaymenTech/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	31 Aug 2008 13:15:59 -0000	1.1
+++ pkg-plist	1 Jun 2009 02:53:09 -0000
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymenTech/.packlist
 %%SITE_PERL%%/Business/OnlinePayment/PaymenTech.pm
+%%SITE_PERL%%/Business/OnlinePayment/._PaymenTech.pm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymenTech
 @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment/PaymenTech
 @dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment
--- p5-Business-OnlinePayment-PaymenTech-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906010251.n512p32A043129>