diff options
author | wxs <wxs@FreeBSD.org> | 2008-11-05 11:13:11 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-11-05 11:13:11 +0800 |
commit | 1e34621831021fe85144c39cb1b28184bdc16fc6 (patch) | |
tree | 416413cb7f9081837c7b48610482cf7868386b9c /finance | |
parent | c344f3e2eb7359ce10da7d4dda7985cc91e799ec (diff) | |
download | freebsd-ports-graphics-1e34621831021fe85144c39cb1b28184bdc16fc6.tar.gz freebsd-ports-graphics-1e34621831021fe85144c39cb1b28184bdc16fc6.tar.zst freebsd-ports-graphics-1e34621831021fe85144c39cb1b28184bdc16fc6.zip |
- Update to 1.48
- Cleanup pkg-descr
PR: ports/128572
Submitted by: Vivek Khera <khera@khera.org> (maintainer)
Diffstat (limited to 'finance')
3 files changed, 10 insertions, 12 deletions
diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile index 6e83ea1054d..ec5d3abe01f 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile @@ -6,12 +6,12 @@ # PORTNAME= Business-MaxMind-CreditCardFraudDetection -PORTVERSION= 1.46 +PORTVERSION= 1.48 CATEGORIES= finance perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/T/TJ/TJMATHER +MASTER_SITE_SUBDIR= ../by-authors/id/B/BO/BORISZ PKGNAMEPREFIX= p5- -DISTNAME= ccfd_perl_1.46 +DISTNAME= Business-MaxMind-${PORTVERSION} MAINTAINER= vivek@khera.org COMMENT= Interface to MaxMind minFraud service @@ -32,14 +32,13 @@ PLIST_FILES= \ %%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \ %%SITE_PERL%%/Business/MaxMind/LocationVerification.pm \ %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \ - %%SITE_PERL%%/Business/MaxMind/example.pl \ - %%SITE_PERL%%/Business/MaxMind/example_locv.pl \ - %%SITE_PERL%%/Business/MaxMind/example_telv.pl \ + %%SITE_PERL%%/Business/example.pl \ + %%SITE_PERL%%/Business/example_locv.pl \ + %%SITE_PERL%%/Business/example_telv.pl \ %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase/.packlist + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/.packlist PLIST_DIRS= \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \ %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase \ diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo b/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo index 4459d78c91d..3c3f2e72899 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo @@ -1,3 +1,3 @@ -MD5 (ccfd_perl_1.46.tar.gz) = 3ca1180be7d6349c8d33545f6ee5e79f -SHA256 (ccfd_perl_1.46.tar.gz) = ab7890b8dc53bfb0430f97d92cebd69a8e1364433fe0d41fc9468e2dc469ec7c -SIZE (ccfd_perl_1.46.tar.gz) = 13450 +MD5 (Business-MaxMind-1.48.tar.gz) = c2a99fbf9c0ec71c9a521e3fe860ca20 +SHA256 (Business-MaxMind-1.48.tar.gz) = aed11bef9263d0e269451c8e83c658b891a675c2946d7cf2492522be01058084 +SIZE (Business-MaxMind-1.48.tar.gz) = 14081 diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr b/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr index a304531344e..20dddabb924 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr @@ -10,4 +10,3 @@ ABSTRACT card transaction is fraudulent. WWW: http://www.maxmind.com/app/ccv_overview - |