diff options
author | hiramatsu <hiramatsu> | 2014-08-01 11:26:21 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2014-08-01 11:26:21 +0000 |
commit | 6b5179efba5863bc4b0faec81de567930cc6435c (patch) | |
tree | 182cda4abaaee39b09981d636762e44c35b97a0a /devel/p5-enum | |
parent | 057b70e409a9c205657ea5c976ec391863568c3a (diff) | |
download | pkgsrc-6b5179efba5863bc4b0faec81de567930cc6435c.tar.gz |
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
Diffstat (limited to 'devel/p5-enum')
-rw-r--r-- | devel/p5-enum/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-enum/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-enum/Makefile b/devel/p5-enum/Makefile index ae3a7cc5498..c20291c441b 100644 --- a/devel/p5-enum/Makefile +++ b/devel/p5-enum/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/08/01 11:26:21 hiramatsu Exp $ -DISTNAME= enum-1.016 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +DISTNAME= enum-1.09 +PKGNAME= p5-${DISTNAME}0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=enum/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/enum/ COMMENT= Enumerations for Perl -#LICENSE= gnu-gpl-v2 +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/enum/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-enum/distinfo b/devel/p5-enum/distinfo index a6ea95c2e0e..8bb28cd7409 100644 --- a/devel/p5-enum/distinfo +++ b/devel/p5-enum/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/25 03:08:19 rillig Exp $ +$NetBSD: distinfo,v 1.2 2014/08/01 11:26:21 hiramatsu Exp $ -SHA1 (enum-1.016.tar.gz) = d1600b60561efdb6f7f01f690e4ad179958598e5 -RMD160 (enum-1.016.tar.gz) = 40e93461960fe2c94a35d4bbb59e567bc7835509 -Size (enum-1.016.tar.gz) = 5847 bytes +SHA1 (enum-1.09.tar.gz) = ce570cfc0ef60f0719539a6ca1f9d9cc99e7730e +RMD160 (enum-1.09.tar.gz) = 7bbf2a74015aa4e71f4df07fd2ce6ca749dee5fa +Size (enum-1.09.tar.gz) = 7719 bytes |