diff options
author | sno <sno> | 2012-02-20 13:34:10 +0000 |
---|---|---|
committer | sno <sno> | 2012-02-20 13:34:10 +0000 |
commit | 7defefee18b27050c76250c88e41204ef925b965 (patch) | |
tree | fa4852a47078fb55f2efe706efdb7207dc6c4e9e /devel/p5-CPAN-Meta/Makefile | |
parent | 776ca6bcb52daae98997f13addc6bc767d193265 (diff) | |
download | pkgsrc-7defefee18b27050c76250c88e41204ef925b965.tar.gz |
Updating package for CPAN module CPAN::Meta in devel/p5-CPAN-Meta from
2.112150 to 2.120351.
pkgsrc changes:
- adding dependency to devel/p5-Parse-CPAN-Meta (backend to read
YAML/JSON) by source analyse
Upstream changes:
2.120351 2012-02-03 23:01:45 America/New_York
[OTHER]
- Fixed CPAN packaging errors
2.120350 2012-02-03 22:46:59 America/New_York
[BUGFIX]
- Work around a memory leak bug involving version objects
in boolean context.
2.113640 2011-12-30 15:19:46 America/New_York
[OTHER]
- Version::Requirements has now been merged as CPAN::Meta::Requirements,
rendering Version::Requirements itself redundant
2.112621 2011-09-19 12:15:16 America/New_York
[BUGFIX]
- Spell BACKEND environment variables correctly this time
[noticed by Stevan Little]
2.112620 2011-09-18 20:56:06 America/New_York
[BUGFIX]
- Protect tests against PERL_(YAML|JSON)_BACKEND settings that could
cause tests to fail. (RT #69979)
2.112600 2011-09-17 12:21:09 America/New_York
[DOCUMENTATION]
- Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]
2.112580 2011-09-15 10:53:59 America/New_York
[BUGFIX]
- Use UTF-8 mode for internal structure cloning to avoid bugs
in Perl <= 5.8.6 (RT #70936) [Dagfinn Ilmari Mannsåker]
Diffstat (limited to 'devel/p5-CPAN-Meta/Makefile')
-rw-r--r-- | devel/p5-CPAN-Meta/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-CPAN-Meta/Makefile b/devel/p5-CPAN-Meta/Makefile index 454f7e47012..14f7b8984a5 100644 --- a/devel/p5-CPAN-Meta/Makefile +++ b/devel/p5-CPAN-Meta/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 21:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/20 13:34:10 sno Exp $ -DISTNAME= CPAN-Meta-2.112150 +DISTNAME= CPAN-Meta-2.120351 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} @@ -12,6 +12,9 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +# this is the meta data backend which used YAML/JSON to read ... +DEPENDS+= p5-Parse-CPAN-Meta>=1.4400:../../devel/p5-Parse-CPAN-Meta + PERL5_PACKLIST= auto/CPAN/Meta/.packlist .include "../../lang/perl5/module.mk" |