pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Scope-Upper



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 19 04:54:30 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Scope-Upper: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Scope-Upper/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Scope-Upper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Scope-Upper/Makefile
diff -u pkgsrc/devel/p5-Scope-Upper/Makefile:1.18 pkgsrc/devel/p5-Scope-Upper/Makefile:1.19
--- pkgsrc/devel/p5-Scope-Upper/Makefile:1.18   Wed Jun  8 19:23:29 2016
+++ pkgsrc/devel/p5-Scope-Upper/Makefile        Sun Jun 19 04:54:30 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:29 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/06/19 04:54:30 markd Exp $
 
-DISTNAME=      Scope-Upper-0.28
+DISTNAME=      Scope-Upper-0.29
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Scope/}
 

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



Home | Main Index | Thread Index | Old Index