Mon Feb 20 13:34:10 2012 UTC ()
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]


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-CPAN-Meta/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-CPAN-Meta/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-CPAN-Meta/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN-Meta/Attic/Makefile 2011/08/16 21:30:20 1.1.1.1
+++ pkgsrc/devel/p5-CPAN-Meta/Attic/Makefile 2012/02/20 13:34:10 1.2
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 21:30:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2012/02/20 13:34:10 sno Exp $
2 2
3DISTNAME= CPAN-Meta-2.112150 3DISTNAME= CPAN-Meta-2.120351
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta/ 9HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta/
10COMMENT= Perl module for handling the distribution metadata for a CPAN dist 10COMMENT= Perl module for handling the distribution metadata for a CPAN dist
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15# this is the meta data backend which used YAML/JSON to read ...
 16DEPENDS+= p5-Parse-CPAN-Meta>=1.4400:../../devel/p5-Parse-CPAN-Meta
 17
15PERL5_PACKLIST= auto/CPAN/Meta/.packlist 18PERL5_PACKLIST= auto/CPAN/Meta/.packlist
16 19
17.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-CPAN-Meta/Attic/distinfo 2011/08/16 21:30:20 1.1.1.1
+++ pkgsrc/devel/p5-CPAN-Meta/Attic/distinfo 2012/02/20 13:34:10 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/08/16 21:30:20 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2012/02/20 13:34:10 sno Exp $
2 2
3SHA1 (CPAN-Meta-2.112150.tar.gz) = 1051950aee928df3e80898030c88ca7235b78fee 3SHA1 (CPAN-Meta-2.120351.tar.gz) = d4bbeee4a270e634bd883d9f4e505de67da8e68b
4RMD160 (CPAN-Meta-2.112150.tar.gz) = 02f7686ade714a87634cfd6a9f7f30dc92b4c482 4RMD160 (CPAN-Meta-2.120351.tar.gz) = a92622e8eba1e82c709853e61056e1396da3ca44
5Size (CPAN-Meta-2.112150.tar.gz) = 75201 bytes 5Size (CPAN-Meta-2.120351.tar.gz) = 79227 bytes