diff options
author | wen <wen@pkgsrc.org> | 2016-07-28 06:57:07 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-28 06:57:07 +0000 |
commit | a4de8cef137021a80e1bfcb6d874060467a5d85c (patch) | |
tree | aec844d5b4932dbdc8009b28764c7b9efd58ee1f /finance | |
parent | 9976887bdec44a365685d99c524d7a0855ce707a (diff) | |
download | pkgsrc-a4de8cef137021a80e1bfcb6d874060467a5d85c.tar.gz |
Update to 1.02
Upstream changes:
1.02 2014-06-30 NEILB
- Updated github repo URL after changing my github username
- Added Algorithm::Damm and Math::CheckDigits to SEE ALSO
- Fixed errors in pod: using c<...> instead of C<...> and
not escaping the > character.
- Added [MetaJSON] to dist.ini so META.json is included in releases
1.01 2014-06-30 NEILB
- Added SEE ALSO section with links to other LUHN modules.
- Renamed CHANGES to Changes and reformatted as per CPAN::Changes::Spec
- Moved LUHN.pm to lib/Algorithm/LUHN.pm, as per convention
- Switched to Dist::Zilla and set min perl version to 5.006
- Improved doc for is_valid(), in response to RT#43842
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Algorithm-LUHN/Makefile | 7 | ||||
-rw-r--r-- | finance/p5-Algorithm-LUHN/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/finance/p5-Algorithm-LUHN/Makefile b/finance/p5-Algorithm-LUHN/Makefile index 214f7cacbf2..deededff3d9 100644 --- a/finance/p5-Algorithm-LUHN/Makefile +++ b/finance/p5-Algorithm-LUHN/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2016/06/08 19:23:51 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/28 06:57:07 wen Exp $ -DISTNAME= Algorithm-LUHN-1.00 +DISTNAME= Algorithm-LUHN-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= finance perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TA/TAYERS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?Algorithm::LUHN diff --git a/finance/p5-Algorithm-LUHN/distinfo b/finance/p5-Algorithm-LUHN/distinfo index fed5dc06614..aca520b3688 100644 --- a/finance/p5-Algorithm-LUHN/distinfo +++ b/finance/p5-Algorithm-LUHN/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 00:12:12 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/28 06:57:07 wen Exp $ -SHA1 (Algorithm-LUHN-1.00.tar.gz) = 0b312ffb63bcc8f0a05d1e00fe2418a326febaeb -RMD160 (Algorithm-LUHN-1.00.tar.gz) = 28b4b7acb7fd69b4954d9075d33599bcbd4940e9 -SHA512 (Algorithm-LUHN-1.00.tar.gz) = e044e9455a67032c782f0f488319e0408ba7c16ee2f660ec2d002220631354f6ec2d492c14c84d3013024a1c9c9ea68369762cdd69aa7b610df6f3bb2b739c22 -Size (Algorithm-LUHN-1.00.tar.gz) = 3748 bytes +SHA1 (Algorithm-LUHN-1.02.tar.gz) = db76cafa80a754aef1329406023c4a8b0907f664 +RMD160 (Algorithm-LUHN-1.02.tar.gz) = dff1b3d25b82767e5939d30931242b5203fd6b51 +SHA512 (Algorithm-LUHN-1.02.tar.gz) = 410641e36ff21ce846c79aceaad3e9f8d8d529d4453ddc0683d860f145a1f8f90edfeb91f69b92344e56e054db885b6ada6b4908bb9fa3b43bb3d648bda492f5 +Size (Algorithm-LUHN-1.02.tar.gz) = 12046 bytes |