Sun Sep 6 20:42:34 2015 UTC ()
Update to 2.00:

2.00 2015-09-05 NEILB
    * Bumped version to 2.00 because last release failed to index:
      some of the earlier releases had a dist version of 0.xx, but
      various of the modules had version numbers 1.0x. PAUSE is now
      right stricter about monotically increasing version numbers,
      so easiest to just to jump ahead.

0.30 2015-09-04 NEILB
    * Dropped File::Slurp in favour of File::Slurper.
      RT#106853 from Henk van Oers.
    * Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
      Thanks to Artem Krivopolenov.
    * Changed all remaining instances of 'use base' to 'use parent';
      it was previously using a mixture of parent *and* base.
    * Added "use warnings" and "require 5.006" to all modules.

0.29_02 2015-08-03 NEILB
    * Don't try to convert text to UTF-8 if it's already tagged as UTF-8.
      Thanks to Artem Krivopolenov.
    * Changed all remaining instances of 'use base' to 'use parent';
      it was previously using a mixture of parent *and* base.

0.29_01 2015-08-02 NEILB
    * Switched to Dist::Zilla
    * Added "use warnings" and "require 5.006" to all modules.
    * Moved custom-pom2 script from bin/ to examples/
    * Reformatted this file as per CPAN::Changes::Spec


(wiz)
diff -r1.31 -r1.32 pkgsrc/textproc/p5-Pod-POM/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/p5-Pod-POM/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/textproc/p5-Pod-POM/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-POM/Makefile 2015/06/12 10:51:26 1.31
+++ pkgsrc/textproc/p5-Pod-POM/Makefile 2015/09/06 20:42:33 1.32
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2015/09/06 20:42:33 wiz Exp $
2 2
3DISTNAME= Pod-POM-0.29 3DISTNAME= Pod-POM-2.00
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Pod-POM/ 9HOMEPAGE= http://search.cpan.org/dist/Pod-POM/
11COMMENT= P5 module to format POD into an object format, hence POM 10COMMENT= Perl module to format POD into an object format
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp 13BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17 16
18PERL5_PACKLIST= auto/Pod/POM/.packlist 17PERL5_PACKLIST= auto/Pod/POM/.packlist
19 18
20.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/p5-Pod-POM/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-POM/distinfo 2014/01/12 11:40:57 1.10
+++ pkgsrc/textproc/p5-Pod-POM/distinfo 2015/09/06 20:42:33 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2014/01/12 11:40:57 wen Exp $ 1$NetBSD: distinfo,v 1.11 2015/09/06 20:42:33 wiz Exp $
2 2
3SHA1 (Pod-POM-0.29.tar.gz) = 9e3db35eaa296d6630b7237d2d8fd6f4de27d7c8 3SHA1 (Pod-POM-2.00.tar.gz) = fe784e432c9b2d8070138db2f1689dfae0841c5b
4RMD160 (Pod-POM-0.29.tar.gz) = 758343f9a433ab9be6f33c07cb70235a1cb24193 4RMD160 (Pod-POM-2.00.tar.gz) = 145aa18fd933d4fd068cd0896ffa0c3d7ccf39d6
5Size (Pod-POM-0.29.tar.gz) = 74337 bytes 5Size (Pod-POM-2.00.tar.gz) = 65377 bytes