- Update to 1.4
- hack around broken AutoInstall PR: ports/135130 Approved by: maintainer timeout (chinsan; 2 weeks) Submitted by: pgollucci@ (myself)
This commit is contained in:
parent
f5c9240b19
commit
a05970a5cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235982
3 changed files with 8 additions and 4 deletions
|
@ -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 @@ PERL_CONFIGURE= yes
|
|||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue