pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Variable-Magic
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 3 07:23:03 UTC 2024
Modified Files:
pkgsrc/devel/p5-Variable-Magic: Makefile distinfo
Log Message:
p5-Variable-Magic: update to 0.64.
0.64 2024-03-18 23:20 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.63 can skip this update.
+ Add : Contributing guidelines are now listed in the new
CONTRIBUTING file.
+ Fix : [RT #151104] : fix for t/18-opinfo.t broken under blead
Some optimization in core made t/18-opinfo.t fail since perl
5.39.7, but that was reverted before 5.40 was released.
This fix will make this test pass even when the optimization
is reinstantiated after release freeze.
Thanks David Mitchell for reporting and providing a fix.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/p5-Variable-Magic/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Variable-Magic/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-Variable-Magic/Makefile
diff -u pkgsrc/devel/p5-Variable-Magic/Makefile:1.44 pkgsrc/devel/p5-Variable-Magic/Makefile:1.45
--- pkgsrc/devel/p5-Variable-Magic/Makefile:1.44 Thu Jul 6 09:40:25 2023
+++ pkgsrc/devel/p5-Variable-Magic/Makefile Wed Apr 3 07:23:03 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2023/07/06 09:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/04/03 07:23:03 wiz Exp $
-DISTNAME= Variable-Magic-0.63
+DISTNAME= Variable-Magic-0.64
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
Index: pkgsrc/devel/p5-Variable-Magic/distinfo
diff -u pkgsrc/devel/p5-Variable-Magic/distinfo:1.30 pkgsrc/devel/p5-Variable-Magic/distinfo:1.31
--- pkgsrc/devel/p5-Variable-Magic/distinfo:1.30 Sun Jan 8 00:35:39 2023
+++ pkgsrc/devel/p5-Variable-Magic/distinfo Wed Apr 3 07:23:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/01/08 00:35:39 wen Exp $
+$NetBSD: distinfo,v 1.31 2024/04/03 07:23:03 wiz Exp $
-BLAKE2s (Variable-Magic-0.63.tar.gz) = 21bd346a515eeb82d01c2515b9155d948b2f4c1e52d796fa99fcc3659e9d968c
-SHA512 (Variable-Magic-0.63.tar.gz) = f815d71ffda0fc88b75716fb843a5dcb122b678ce0cb58ac23411af88b7b01180d401519db1b9801c5ee2942ae7b81d6c3d4284ceb57ed3f51d546fb77135611
-Size (Variable-Magic-0.63.tar.gz) = 78851 bytes
+BLAKE2s (Variable-Magic-0.64.tar.gz) = 7c116e4def3576b74c5f641bb6e77d09c997c9e6fb8131b475674fb87892a957
+SHA512 (Variable-Magic-0.64.tar.gz) = ba7eead52b9684a7ce0112a6b29b9739d52bd111d7985cf6b721a3d193d7a0513205c3547ec9504239cf4a3bd50de844cb6f7bb83906118c12b8d7b92c455a6a
+Size (Variable-Magic-0.64.tar.gz) = 76158 bytes
Home |
Main Index |
Thread Index |
Old Index