Wed Jan 28 04:40:24 2015 UTC ()
Update 2.52 to 2.56
   (2.55 and 2.56 has no description on Changelog)
-------------------
2.54    - fixed rt.cpan.org#39814. changed the order of pre-processing
          in _read(): 1) remove comments, 2) check for continuation,
          3) remove empty lines.

2.53    - applied patch rt.cpan.org#68153, which adds a find() method to
          Config::General::Extended.

        - fixed rt.cpan.org#79869 (in fact it has been fixed in 2.52
          but I forgot to mention it here).

        - applied spelling fixes rt.cpan.org 87072+87080.

        - fixed rt.cpan.org#89379


(mef)
diff -r1.31 -r1.32 pkgsrc/devel/p5-Config-General/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-Config-General/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/devel/p5-Config-General/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-General/Makefile 2014/10/09 14:06:14 1.31
+++ pkgsrc/devel/p5-Config-General/Makefile 2015/01/28 04:40:24 1.32
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2015/01/28 04:40:24 mef Exp $
2 2
3DISTNAME= Config-General-2.52 3DISTNAME= Config-General-2.56
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.daemon.de/ConfigGeneral 9HOMEPAGE= http://www.daemon.de/ConfigGeneral
11COMMENT= Perl Generic Config module 10COMMENT= Perl Generic Config module
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Config/General/.packlist 13PERL5_PACKLIST= auto/Config/General/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Config-General/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-General/distinfo 2013/10/15 14:34:20 1.15
+++ pkgsrc/devel/p5-Config-General/distinfo 2015/01/28 04:40:24 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2013/10/15 14:34:20 wen Exp $ 1$NetBSD: distinfo,v 1.16 2015/01/28 04:40:24 mef Exp $
2 2
3SHA1 (Config-General-2.52.tar.gz) = 083f0ba7795321a96e5a322611a56b486fb3090a 3SHA1 (Config-General-2.56.tar.gz) = 5f2f6b9e6e7a5f8e5bcaec6146c65f92693dc613
4RMD160 (Config-General-2.52.tar.gz) = 91d5e5e089dc057d6338682bf125b39f6df1ed11 4RMD160 (Config-General-2.56.tar.gz) = 23dab3b869ac16e67a45c2e1d91438a770152099
5Size (Config-General-2.52.tar.gz) = 60471 bytes 5Size (Config-General-2.56.tar.gz) = 61135 bytes