Thu Mar 8 10:03:42 2012 UTC ()
Updating package for CPAN distribution Class::Load in devel/p5-Class-Load
from 0.13 to 0.18.

pkgsrc changes:
- adjusting dependencies according to distribution meta information

Upstream changes:
0.18     2012-02-18
- Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram.

0.17     2012-02-12
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
  used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs )

0.16     2012-02-12
- Require Module::Runtime 0.012, which has a number of useful bug fixes.

0.15     2012-02-08
- Small test changes to accomodate latest version of
  Module::Implementation. There's no need to upgrade if you're already using
  0.14

0.14     2012-02-06
- Use Module::Implementation to handle loading the XS or PP versions of the
  code. Using this module fixes a few bugs.
- Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
  env var caused a taint error.
- An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
  and reported immediately. No attempt is made to load an invalid
  implementation.


(sno)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-Load/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Class-Load/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-Load/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Load/Makefile 2012/02/01 19:12:11 1.6
+++ pkgsrc/devel/p5-Class-Load/Makefile 2012/03/08 10:03:42 1.7
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.6 2012/02/01 19:12:11 rhaen Exp $ 1# $NetBSD: Makefile,v 1.7 2012/03/08 10:03:42 sno Exp $
2 2
3DISTNAME= Class-Load-0.13 3DISTNAME= Class-Load-0.18
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Class-Load/ 9HOMEPAGE= http://search.cpan.org/dist/Class-Load/
10COMMENT= Provide a working (require "Class::Name") and more 10COMMENT= Provide a working (require "Class::Name") and more
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList 13DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
14DEPENDS+= p5-Module-Runtime>=0.011:../../devel/p5-Module-Runtime 14DEPENDS+= p5-Module-Implementation>=0.04:../../devel/p5-Module-Implementation
 15DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
15DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash 16DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash
16DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 17DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
17 18
18BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 19BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 20BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
19 21
20PKG_INSTALLATION_TYPES= overwrite pkgviews 22PKG_INSTALLATION_TYPES= overwrite pkgviews
21PKG_DESTDIR_SUPPORT= user-destdir 23PKG_DESTDIR_SUPPORT= user-destdir
22 24
23USE_LANGUAGES= # empty 25USE_LANGUAGES= # empty
24PERL5_PACKLIST= auto/Class/Load/.packlist 26PERL5_PACKLIST= auto/Class/Load/.packlist
25 27
26.include "../../lang/perl5/module.mk" 28.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Class-Load/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Load/distinfo 2012/02/01 19:12:11 1.4
+++ pkgsrc/devel/p5-Class-Load/distinfo 2012/03/08 10:03:42 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/02/01 19:12:11 rhaen Exp $ 1$NetBSD: distinfo,v 1.5 2012/03/08 10:03:42 sno Exp $
2 2
3SHA1 (Class-Load-0.13.tar.gz) = 2018e2c0c7cd354037a32c533feb6d24317fad19 3SHA1 (Class-Load-0.18.tar.gz) = e8403bdc16a468537c311ff722ec3448a1b360c5
4RMD160 (Class-Load-0.13.tar.gz) = f274cfbe29615b46a0f7a749afc9caffc58100e0 4RMD160 (Class-Load-0.18.tar.gz) = ec5d968450550cde7917a2fccc4abe22523e9f42
5Size (Class-Load-0.13.tar.gz) = 19277 bytes 5Size (Class-Load-0.18.tar.gz) = 19352 bytes