Sun Jun 19 04:54:30 2016 UTC ()
Update to p5-Scope-Upper 0.29

2016-06-06 12:00 UTC
+ Chg : A large chunk of boilerplate XS code, which is also used in
        other XS modules, has been factored out of the main .xs file
        to a collection of .h files in the xsh subdirectory.
+ Fix : Blead breaks Scope::Upper
        Dave Mitchell provided a new implementation of reap(),
        localize_*() and uplevel() to match the new context stack
        handling in perl 5.24. Many thanks to him.


(markd)
diff -r1.18 -r1.19 pkgsrc/devel/p5-Scope-Upper/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Scope-Upper/distinfo

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

--- pkgsrc/devel/p5-Scope-Upper/Makefile 2016/06/08 19:23:29 1.18
+++ pkgsrc/devel/p5-Scope-Upper/Makefile 2016/06/19 04:54:30 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/06/19 04:54:30 markd Exp $
2 2
3DISTNAME= Scope-Upper-0.28 3DISTNAME= Scope-Upper-0.29
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
14PERL5_PACKLIST= auto/Scope/Upper/.packlist 13PERL5_PACKLIST= auto/Scope/Upper/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Scope-Upper/distinfo 2015/11/03 03:28:44 1.11
+++ pkgsrc/devel/p5-Scope-Upper/distinfo 2016/06/19 04:54:30 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 03:28:44 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/06/19 04:54:30 markd Exp $
2 2
3SHA1 (Scope-Upper-0.28.tar.gz) = e9b51f61ba78646d6b2dbda7363d6de7e399508b 3SHA1 (Scope-Upper-0.29.tar.gz) = 60f9c39ee7024c63384e70c81587b3da2cad0a01
4RMD160 (Scope-Upper-0.28.tar.gz) = af7dff9e450b0f7a7eb9b9600c120cc71b05c0ac 4RMD160 (Scope-Upper-0.29.tar.gz) = 08fcaf96ab83b72433aa1cb8848094f5589b48e3
5SHA512 (Scope-Upper-0.28.tar.gz) = 318a7daf6d0e4a710ce73c9c2c243963de408c0bfcbfc038c6da5a21bca3b93e9da59e82dfe97a017ec42e892796d6a4d245502e7f3c151651b00d662128d143 5SHA512 (Scope-Upper-0.29.tar.gz) = 1950337e71b1120087d8921ed82ee92ba402f022316ffc60411d84744c5528e63b902e4bd897f82ddb853c83050dda01aa0e01825538340bd3f8b6f595364434
6Size (Scope-Upper-0.28.tar.gz) = 86754 bytes 6Size (Scope-Upper-0.29.tar.gz) = 93763 bytes