pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/p5-Algorithm-LUHN



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 28 06:57:07 UTC 2016

Modified Files:
        pkgsrc/finance/p5-Algorithm-LUHN: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/p5-Algorithm-LUHN/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/p5-Algorithm-LUHN/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/p5-Algorithm-LUHN/Makefile
diff -u pkgsrc/finance/p5-Algorithm-LUHN/Makefile:1.9 pkgsrc/finance/p5-Algorithm-LUHN/Makefile:1.10
--- pkgsrc/finance/p5-Algorithm-LUHN/Makefile:1.9       Wed Jun  8 19:23:51 2016
+++ pkgsrc/finance/p5-Algorithm-LUHN/Makefile   Thu Jul 28 06:57:07 2016
@@ -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@localhost
 HOMEPAGE=      http://search.cpan.org/perldoc?Algorithm::LUHN

Index: pkgsrc/finance/p5-Algorithm-LUHN/distinfo
diff -u pkgsrc/finance/p5-Algorithm-LUHN/distinfo:1.2 pkgsrc/finance/p5-Algorithm-LUHN/distinfo:1.3
--- pkgsrc/finance/p5-Algorithm-LUHN/distinfo:1.2       Tue Nov  3 00:12:12 2015
+++ pkgsrc/finance/p5-Algorithm-LUHN/distinfo   Thu Jul 28 06:57:07 2016
@@ -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



Home | Main Index | Thread Index | Old Index