diff options
author | wen <wen@FreeBSD.org> | 2015-01-17 19:41:53 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-01-17 19:41:53 +0800 |
commit | 57cf304ad8a5d10f1f3cb9f9da6b37af02d24e0e (patch) | |
tree | be13f13272cb5227400f8e98ef697dfaaa2b865c /finance | |
parent | 8b8021364c75bb3754d7ddeec7834d641d464fd7 (diff) | |
download | freebsd-ports-graphics-57cf304ad8a5d10f1f3cb9f9da6b37af02d24e0e.tar.gz freebsd-ports-graphics-57cf304ad8a5d10f1f3cb9f9da6b37af02d24e0e.tar.zst freebsd-ports-graphics-57cf304ad8a5d10f1f3cb9f9da6b37af02d24e0e.zip |
- Update to 1.56
Changes: http://search.cpan.org/src/MAXMIND/Business-MaxMind-1.56/Changes
PR: 196779
Submitted by: vivek@khera.org(maintainer)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile | 7 | ||||
-rw-r--r-- | finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile index 0a93fc6f053..af8e532dd54 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Business-MaxMind-CreditCardFraudDetection -PORTVERSION= 1.54 -PORTREVISION= 2 +PORTVERSION= 1.56 CATEGORIES= finance perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BORISZ +MASTER_SITE_SUBDIR= CPAN:MAXMIND PKGNAMEPREFIX= p5- DISTNAME= Business-MaxMind-${PORTVERSION} @@ -21,11 +20,13 @@ USES= perl5 USE_PERL5= configure PLIST_FILES= \ + %%SITE_PERL%%/Business/MaxMind.pm \ %%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \ %%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \ %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \ %%SITE_PERL%%/Business/example.pl \ %%SITE_PERL%%/Business/example_telv.pl \ + %%PERL5_MAN3%%/Business::MaxMind.3.gz \ %%PERL5_MAN3%%/Business::MaxMind::CreditCardFraudDetection.3.gz \ %%PERL5_MAN3%%/Business::MaxMind::HTTPBase.3.gz \ %%PERL5_MAN3%%/Business::MaxMind::TelephoneVerification.3.gz diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo b/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo index 31a8e97a257..49d050e2e95 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo @@ -1,2 +1,2 @@ -SHA256 (Business-MaxMind-1.54.tar.gz) = 0ba226a2c091440bc99dd91cc2490c6b313182dc65db51fcc33f540a9e72725c -SIZE (Business-MaxMind-1.54.tar.gz) = 14852 +SHA256 (Business-MaxMind-1.56.tar.gz) = e214a1c915bb26760cb8a298dfb6f0f7def9a8f4841fe61fbcd53ffdfbc07c97 +SIZE (Business-MaxMind-1.56.tar.gz) = 22889 |