Thu Sep 29 08:53:30 2011 UTC ()
Update p5-Scope-Upper to 0.16, for compatibility with perl-5.14.

Revision history for Scope-Upper

0.16    2011-09-03 23:00 UTC
        + Add : uplevel($code, @args, $cxt) executes $code with arguments @args
                in the upper context pointed by $cxt.
                This is an XS version of the well-known uplevel() routine from
                Sub::Uplevel. There are a few differences between both
                implmentations that are listed in the documentation.
                The XS version is roughly 10 times faster than the pure-Perl
                version.

0.15    2011-08-24 14:20 UTC
        + Fix : Localizing subroutines in an higher scope will now correctly
                update the method cache.

0.14    2011-02-27 00:00 UTC
        + Fix : [RT #64997] : Compatibility with perl 5.13.10.
                Thanks Dave Mitchell for the notice.
        + Tst : Lengthy tests have been ported to Test::Leaner, making the
                whole test suite about 50% faster.

0.13    2010-12-20 01:00 UTC
        + Fix : [RT #61904] : Stack corruption when using unwind() under
                Devel::NYTProf.
                Thanks Sergey Aleynikov for contributing a fix.
        + Fix : [RT #63378] : Compatibility with perl 5.13.8.
                Thanks Andreas J. Kæ—¦nig for bisecting the issue.
        + Tst : Threads tests are now only run on perl 5.13.4 and higher.
                They could segfault randomly because of what seems to be an
                internal bug of Perl, which has been addressed in 5.13.4.
                There is also an environment variable that allows you to
                forcefully run those tests, but it should be set only for
                author testing and not for end users.


(obache)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Scope-Upper/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Scope-Upper/distinfo

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

--- pkgsrc/devel/p5-Scope-Upper/Makefile 2011/08/14 12:26:35 1.6
+++ pkgsrc/devel/p5-Scope-Upper/Makefile 2011/09/29 08:53:30 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2011/08/14 12:26:35 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2011/09/29 08:53:30 obache Exp $
2 2
3DISTNAME= Scope-Upper-0.12 3DISTNAME= Scope-Upper-0.16
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Scope-Upper/ 9HOMEPAGE= http://search.cpan.org/dist/Scope-Upper/
11COMMENT= Perl5 module to act on upper scopes 10COMMENT= Perl5 module to act on upper scopes
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16PERL5_PACKLIST= auto/Scope/Upper/.packlist 15PERL5_PACKLIST= auto/Scope/Upper/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

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

--- pkgsrc/devel/p5-Scope-Upper/distinfo 2010/08/27 06:35:56 1.4
+++ pkgsrc/devel/p5-Scope-Upper/distinfo 2011/09/29 08:53:30 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/08/27 06:35:56 sno Exp $ 1$NetBSD: distinfo,v 1.5 2011/09/29 08:53:30 obache Exp $
2 2
3SHA1 (Scope-Upper-0.12.tar.gz) = f4786ac203bd069916454d9c25978d14bdc655e6 3SHA1 (Scope-Upper-0.16.tar.gz) = b8af30b5f802d60a308f71a9702d48d11686a56f
4RMD160 (Scope-Upper-0.12.tar.gz) = 048beda6b3bf8fb0fa832f22467ee121319e87c6 4RMD160 (Scope-Upper-0.16.tar.gz) = 787c60b11c8d2d5737934f0951087edd586174f7
5Size (Scope-Upper-0.12.tar.gz) = 33843 bytes 5Size (Scope-Upper-0.16.tar.gz) = 57449 bytes