Fri Aug 1 11:26:21 2014 UTC ()
Update devel/p5-num to 1.09.

PKGVERSION is set to 1.090 because it should be larger than 1.016.

Changes from previous:
----------------------
1.09 2014-05-26 NEILB
    - Added some more modules to the SEE ALSO section
    - Various documentation improvements
    - Added github repo to the pod

1.08 2014-05-06 NEILB
    - Changed how the constants are defined, to deal with a change in 5.19.3
      "Closures of the form "sub () { $some_variable }" are no longer
       inlined, causing changes to the variable to be ignored by callers of
       the subroutine. [perl #79908]"
      RT#95387 - thanks to Slaven Rezic.
    - Changed use of \d to [0-9]

1.07 2014-04-10 NEILB
    - Playing with Devel::Cover, starting to improve coverage of testsuite
    - Added testsuite for hex and octal index values, and _ in long numbers
    - Added testsuite for bitmask wrap-around cases

1.06 2014-01-25 NEILB
    - Specified MIN_PERL_VERSION as 5.006 in Makefile.PL
    - Changed the COPYRIGHT section to COPYRIGHT AND LICENSE
      so Kwalitee / CPANTS would see it.
    - Added 'warnings' to PREREQ_PM

1.05 2013-09-06 NEILB
    - I'd got two versions wrong when merging the history information
      from the pod into Changes. As a result the previous release was
      failing conformance with CPAN::Changes::Spec

1.04 2013-09-05 NEILB
    - Bumped version so I can release, now the offending CORBA-IDL
      release has been deleted from CPAN.

1.03 2013-09-02 NEILB
    - Added links to enumeration modules in SEE ALSO section.
    - Failed to index, due to clash with Enum module in CORBA-IDL

1.02 2013-09-01 NEILB
    - Added links to other modules and my review, in SEE ALSO
    - Failed to index, due to clash with PAUSE permissions for Enum module

1.016_01 2013-08-27 NEILB
    - Neil Bowers (NEILB) has taken over maintenance from Byron (thanks Byron!)
    - Reformatted this file (Changes) as per CPAN::Changes::Spec
    - Some of the revision history was in this file, some was in the pod;
      I think I've merged them correctly.
    - Added licence and repository metadata to Makefile.PL


(hiramatsu)
diff -r1.11 -r1.12 pkgsrc/devel/p5-enum/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-enum/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-enum/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-enum/Makefile 2014/05/29 23:36:27 1.11
+++ pkgsrc/devel/p5-enum/Makefile 2014/08/01 11:26:21 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2014/08/01 11:26:21 hiramatsu Exp $
2 2
3DISTNAME= enum-1.016 3DISTNAME= enum-1.09
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}0
5PKGREVISION= 6 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=enum/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=enum/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/enum/ 9HOMEPAGE= http://search.cpan.org/dist/enum/
11COMMENT= Enumerations for Perl 10COMMENT= Enumerations for Perl
12#LICENSE= gnu-gpl-v2 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/enum/.packlist 13PERL5_PACKLIST= auto/enum/.packlist
15USE_LANGUAGES= # none 14USE_LANGUAGES= # none
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-enum/distinfo 2007/01/25 03:08:19 1.1.1.1
+++ pkgsrc/devel/p5-enum/distinfo 2014/08/01 11:26:21 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/01/25 03:08:19 rillig Exp $ 1$NetBSD: distinfo,v 1.2 2014/08/01 11:26:21 hiramatsu Exp $
2 2
3SHA1 (enum-1.016.tar.gz) = d1600b60561efdb6f7f01f690e4ad179958598e5 3SHA1 (enum-1.09.tar.gz) = ce570cfc0ef60f0719539a6ca1f9d9cc99e7730e
4RMD160 (enum-1.016.tar.gz) = 40e93461960fe2c94a35d4bbb59e567bc7835509 4RMD160 (enum-1.09.tar.gz) = 7bbf2a74015aa4e71f4df07fd2ce6ca749dee5fa
5Size (enum-1.016.tar.gz) = 5847 bytes 5Size (enum-1.09.tar.gz) = 7719 bytes