Tue Nov 15 19:15:13 2011 UTC ()
Updating Module::Runtime Module for Perl programming language from CPAN
in devel/p5-Module-Runtime from 0.010 to 0.011

Upstream changes:
version 0.011; 2011-10-24
  * bugfix: in require_module() and use_module(), work around a Perl
    core bug affecting Perl 5.8 and 5.10 that could pass the wrong
    context to the file scope of a required file, which breaks some
    modules; this bug would only rarely afflict the core's require()
    in situations where it would afflict require_module()


(sno)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Module-Runtime/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Module-Runtime/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Module-Runtime/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Runtime/Makefile 2011/10/17 21:03:29 1.2
+++ pkgsrc/devel/p5-Module-Runtime/Makefile 2011/11/15 19:15:13 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2011/10/17 21:03:29 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2011/11/15 19:15:13 sno Exp $
2 2
3DISTNAME= Module-Runtime-0.010 3DISTNAME= Module-Runtime-0.011
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/ 9HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/
10COMMENT= Deal with runtime handling of Perl modules 10COMMENT= Deal with runtime handling of Perl modules
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify 13DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Module-Runtime/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Runtime/distinfo 2011/10/13 07:20:48 1.1.1.1
+++ pkgsrc/devel/p5-Module-Runtime/distinfo 2011/11/15 19:15:13 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/10/13 07:20:48 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.2 2011/11/15 19:15:13 sno Exp $
2 2
3SHA1 (Module-Runtime-0.010.tar.gz) = f4b826bf672cde0b85a586d8d30f9c2f946c3705 3SHA1 (Module-Runtime-0.011.tar.gz) = 74bc9c75ab2330067037e0dbe34f1faa667147c7
4RMD160 (Module-Runtime-0.010.tar.gz) = 9766abd8347fd017f5ad85a18a0e1f360bf1e98d 4RMD160 (Module-Runtime-0.011.tar.gz) = 31e8d49be95972f7621b84d19b54239094306929
5Size (Module-Runtime-0.010.tar.gz) = 10684 bytes 5Size (Module-Runtime-0.011.tar.gz) = 11182 bytes