Sun Nov 23 13:04:48 2014 UTC ()
Update to 2.130:

2.130     2014-11-19 23:25:46-05:00 America/New_York

    [ADDED]

    - from_string_hash can take optional constructor arguments

    [CHANGED]

    - bad_version_hook callback gets module name as well as version string

    - undefined/empty versions given to from_string_hash or
      add_string_requirement now carp and are coerced to "0" instead of
      being fatal.  This is more consistent with how the other requirement
      functions work.


(wiz)
diff -r1.10 -r1.11 pkgsrc/devel/p5-CPAN-Meta-Requirements/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-CPAN-Meta-Requirements/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/Makefile 2014/11/16 12:13:09 1.10
+++ pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/Makefile 2014/11/23 13:04:48 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2014/11/16 12:13:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2014/11/23 13:04:48 wiz Exp $
2 2
3DISTNAME= CPAN-Meta-Requirements-2.129 3DISTNAME= CPAN-Meta-Requirements-2.130
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta-Requirements/ 9HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta-Requirements/
10COMMENT= Set of version requirements for a CPAN dist 10COMMENT= Set of version requirements for a CPAN dist
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13CONFLICTS+= p5-CPAN-Meta<2.120921 13CONFLICTS+= p5-CPAN-Meta<2.120921
14 14
15PERL5_PACKLIST= auto/CPAN/Meta/Requirements/.packlist 15PERL5_PACKLIST= auto/CPAN/Meta/Requirements/.packlist
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/distinfo 2014/11/16 12:13:09 1.4
+++ pkgsrc/devel/p5-CPAN-Meta-Requirements/Attic/distinfo 2014/11/23 13:04:48 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/11/16 12:13:09 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2014/11/23 13:04:48 wiz Exp $
2 2
3SHA1 (CPAN-Meta-Requirements-2.129.tar.gz) = e4e787eee964196a403cc5cf90a0dd187c5abc0d 3SHA1 (CPAN-Meta-Requirements-2.130.tar.gz) = ba00210a076d4dffee78603726be0b6b99696481
4RMD160 (CPAN-Meta-Requirements-2.129.tar.gz) = b16b9be04513ce049bd1d382b0ca0611720e79ef 4RMD160 (CPAN-Meta-Requirements-2.130.tar.gz) = 34dc0af7f5b20466545fdd0ff3105321ba9dfb20
5Size (CPAN-Meta-Requirements-2.129.tar.gz) = 26334 bytes 5Size (CPAN-Meta-Requirements-2.130.tar.gz) = 26914 bytes