diff options
author | wen <wen@pkgsrc.org> | 2013-08-25 07:44:45 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-25 07:44:45 +0000 |
commit | 0bc34007815f6b2907d614fe6b7b1b2b3673c3fa (patch) | |
tree | 994d6909c0174545f980b9d00db99cca26294573 /devel | |
parent | fa07e6cd857e95b5e55c1d8bde516b93c611447a (diff) | |
download | pkgsrc-0bc34007815f6b2907d614fe6b7b1b2b3673c3fa.tar.gz |
Update to 2.132140
Upstream changes:
2.132140 2013-08-02 11:54:17 America/New_York
[DOCUMENTATION]
- Fixed some typos in CPAN::Meta::Spec
[OTHER]
- migrated repository to Perl-Toolchain-Gang organization on Github and
updated metadata accordingly
2.131560 2013-06-05 15:26:36 America/New_York
[DOCUMENTATION]
- Replaced CPAN::Meta SYNOPSIS with code that actually works
2.131490 2013-05-29 14:15:16 America/New_York
[BUGFIX]
- Downconversion of custom resources was not dropping the leading "x_".
Now "x_MailingList" will downconvert correctly to "MailingList".
[SPEC]
- Per the Lancaster Consensus, the 'file' subkey of a package listed in
'provides' must refer to an actual file in the distribution, either the
.pm file that provides the package or another file (*.PL) that
generates it
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPAN-Meta/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-CPAN-Meta/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-CPAN-Meta/Makefile b/devel/p5-CPAN-Meta/Makefile index 625ba7fd4f1..914fba3ee52 100644 --- a/devel/p5-CPAN-Meta/Makefile +++ b/devel/p5-CPAN-Meta/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:06 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/08/25 07:44:45 wen Exp $ -DISTNAME= CPAN-Meta-2.130880 +DISTNAME= CPAN-Meta-2.132140 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} diff --git a/devel/p5-CPAN-Meta/distinfo b/devel/p5-CPAN-Meta/distinfo index 563d1c4be46..f79ac641c3d 100644 --- a/devel/p5-CPAN-Meta/distinfo +++ b/devel/p5-CPAN-Meta/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/04/21 12:15:12 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2013/08/25 07:44:45 wen Exp $ -SHA1 (CPAN-Meta-2.130880.tar.gz) = 8dc8bc6dff2e6c0632baba15a8810c789f377650 -RMD160 (CPAN-Meta-2.130880.tar.gz) = daa0fdc5c0f0c2b75fe53cde017fd5abb241c947 -Size (CPAN-Meta-2.130880.tar.gz) = 79267 bytes +SHA1 (CPAN-Meta-2.132140.tar.gz) = 446203f61af4f4e361797159e5cefdfd22af2231 +RMD160 (CPAN-Meta-2.132140.tar.gz) = 830acbdc1694f68c647d966f64979c4d9ad7102c +Size (CPAN-Meta-2.132140.tar.gz) = 81398 bytes |