Thu Apr 4 01:13:42 2013 UTC ()
Update p5-Algorithm-CheckDigits to 1.2.1.

Changes from previous:
----------------------
1.2.1 Sun Mar  3 22:51:45 CET 2013
	- changed list items in POD from 0, 1, ... to S<0>, S<1>, ...
	  according to a thread on the perl5 porters list
	  (www.nntp.perl.org/group/perl.perl5.porters/2013/02/msg199355.html)

	  David Wheeler: "Lists must start with 1. When it saw the 0, it
	  assumed it was a definition list, so the numbers after that
	  don't look right."

1.2.0 Fr 8. Jun 11:19:25 CEST 2012
	- reworked Algorithm::CheckDigits::MXX_001.pm, added ABA routing
	  numbers

1.1.2 Fr 8. Jun 09:22:35 CEST 2012
	- added '=encoding iso-8859-1' to M11_004.pm, M11_006.pm,
	  MBase_002.pm, MXX_003.pm, MXX_006.pm. This should prevent
	  failures in the processing of the POD that contain non-ASCII
	  characters.
	- corrected search and replacement lists in M10_011.pm


(hiramatsu)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Algorithm-CheckDigits/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Algorithm-CheckDigits/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Algorithm-CheckDigits/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Algorithm-CheckDigits/Makefile 2012/10/31 11:17:36 1.6
+++ pkgsrc/devel/p5-Algorithm-CheckDigits/Makefile 2013/04/04 01:13:42 1.7
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2012/10/31 11:17:36 asau Exp $ 1# $NetBSD: Makefile,v 1.7 2013/04/04 01:13:42 hiramatsu Exp $
2 2
3DISTNAME= Algorithm-CheckDigits-v1.1.1 3DISTNAME= Algorithm-CheckDigits-v1.2.1
4PKGNAME= p5-${DISTNAME:S/-v/-/} 4PKGNAME= p5-${DISTNAME:S/-v/-/}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Algorithm-CheckDigits/ 9HOMEPAGE= http://search.cpan.org/dist/Algorithm-CheckDigits/
11COMMENT= Perl extension to generate and test check digits 10COMMENT= Perl extension to generate and test check digits
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
 13BUILD_DEPENDS+= p5-Probe-Perl-[0-9]*:../../devel/p5-Probe-Perl
 14
14USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Algorithm/CheckDigits/.packlist 16PERL5_PACKLIST= auto/Algorithm/CheckDigits/.packlist
16 17
17.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Algorithm-CheckDigits/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Algorithm-CheckDigits/distinfo 2011/05/17 10:41:18 1.1.1.1
+++ pkgsrc/devel/p5-Algorithm-CheckDigits/distinfo 2013/04/04 01:13:42 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:41:18 dmcmahill Exp $ 1$NetBSD: distinfo,v 1.2 2013/04/04 01:13:42 hiramatsu Exp $
2 2
3SHA1 (Algorithm-CheckDigits-v1.1.1.tar.gz) = b68f497c722a51102611dc45c7404c9f64ccded7 3SHA1 (Algorithm-CheckDigits-v1.2.1.tar.gz) = c063e6ec4096e6022d3b04f8cbe253502957d03c
4RMD160 (Algorithm-CheckDigits-v1.1.1.tar.gz) = c4dace3e4c2daa66f7fac633e4fbcc06f0fc1fd5 4RMD160 (Algorithm-CheckDigits-v1.2.1.tar.gz) = 07dd4f30cfff7fc1586fcfba782c6e38917f4f64
5Size (Algorithm-CheckDigits-v1.1.1.tar.gz) = 48166 bytes 5Size (Algorithm-CheckDigits-v1.2.1.tar.gz) = 50262 bytes