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: wen
Date: Mon Jun 12 12:37:24 UTC 2023
Modified Files:
pkgsrc/devel/p5-Scope-Upper: Makefile distinfo
Log Message:
Update to 0.34
Upstream changes:
0.34 2023-03-26 16:00 UTC
+ Add : Contributing guidelines are now listed in the new
CONTRIBUTING file.
+ Fix : [RT #146897] Scope::Upper does not know about RCPV
cop_warnings, and does not know that given is deprecated.
"given" related warnings were silenced, and the new RCPV
interface is now used.
Thanks Yves Orton for reporting and contributing a fix.
+ Fix : Assertion failures triggering on perl version 5.37.10 and
higher with DEBUGGING enabled.
+ Fix : t/64-uplevel-caller.t has been taught about the new call frame
numbering convention.
0.33 2021-12-20 20:30 UTC
+ Fix : [RT #114816] resources/remote/url points to web interface
META files now follow version 2.0 of the CPAN META spec.
Thanks Kent Fredric for reporting.
+ Fix : [RT #139823] : Perl 5 blead breads t/07-context_info.t
t/07-context_info.t has been hardened against warning bits
changes.
Thanks Jim Keenan and Tony Cook for reporting and contributing
a fix.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Scope-Upper/Makefile
cvs rdiff -u -r1.17 -r1.18 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.29 pkgsrc/devel/p5-Scope-Upper/Makefile:1.30
--- pkgsrc/devel/p5-Scope-Upper/Makefile:1.29 Tue Jun 28 11:33:12 2022
+++ pkgsrc/devel/p5-Scope-Upper/Makefile Mon Jun 12 12:37:24 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2022/06/28 11:33:12 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2023/06/12 12:37:24 wen Exp $
-DISTNAME= Scope-Upper-0.32
+DISTNAME= Scope-Upper-0.34
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
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.17 pkgsrc/devel/p5-Scope-Upper/distinfo:1.18
--- pkgsrc/devel/p5-Scope-Upper/distinfo:1.17 Tue Oct 26 10:17:27 2021
+++ pkgsrc/devel/p5-Scope-Upper/distinfo Mon Jun 12 12:37:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:17:27 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/06/12 12:37:24 wen Exp $
-BLAKE2s (Scope-Upper-0.32.tar.gz) = 9651c22e78f1c0a7deda91319448be7824626086b3d60d43cd5c04f8b35dcdff
-SHA512 (Scope-Upper-0.32.tar.gz) = 92fbc9b2e49bc1f6c66a4f10519c508ede36ba6266781397f93bd48310ae36b454112c59794f0346b8c915cfe106d2a4f673ecf20e7a2b8f11e504539691bda4
-Size (Scope-Upper-0.32.tar.gz) = 95563 bytes
+BLAKE2s (Scope-Upper-0.34.tar.gz) = cf7882402de86219342b323abdb324abd7fbd9eff7ef6936f0997aea49e6038b
+SHA512 (Scope-Upper-0.34.tar.gz) = f24e169c8c03e146af1a05aa967aeb8d7ffc8aa8401ea72dd89d6e16f5f49f73e62f316a9bfbbf18f40be059ecd087fd23d82606c4e9d64fa001118f2f61d31f
+Size (Scope-Upper-0.34.tar.gz) = 98128 bytes
Home |
Main Index |
Thread Index |
Old Index