pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-autovivification



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 19:21:33 UTC 2017

Modified Files:
        pkgsrc/devel/p5-autovivification: Makefile distinfo

Log Message:
Updated p5-autovivification to 0.17.

0.17    2017-07-31 17:15 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 : The new optimization in perl 5.27.3 for scalar(keys(%$hashref))
                is now correcty supported.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-autovivification/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-autovivification/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-autovivification/Makefile
diff -u pkgsrc/devel/p5-autovivification/Makefile:1.6 pkgsrc/devel/p5-autovivification/Makefile:1.7
--- pkgsrc/devel/p5-autovivification/Makefile:1.6       Mon Jun  5 14:23:52 2017
+++ pkgsrc/devel/p5-autovivification/Makefile   Mon Aug 14 19:21:33 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/14 19:21:33 wiz Exp $
 
-DISTNAME=      autovivification-0.16
+DISTNAME=      autovivification-0.17
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/
 

Index: pkgsrc/devel/p5-autovivification/distinfo
diff -u pkgsrc/devel/p5-autovivification/distinfo:1.4 pkgsrc/devel/p5-autovivification/distinfo:1.5
--- pkgsrc/devel/p5-autovivification/distinfo:1.4       Tue Nov  3 03:28:58 2015
+++ pkgsrc/devel/p5-autovivification/distinfo   Mon Aug 14 19:21:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:28:58 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/08/14 19:21:33 wiz Exp $
 
-SHA1 (autovivification-0.16.tar.gz) = 3b3fee7affe40ce632f13731c8764d58d936b9df
-RMD160 (autovivification-0.16.tar.gz) = 1990d65f065ddc93619b48dc6b2946a4e6fe4982
-SHA512 (autovivification-0.16.tar.gz) = f029249c2b23a2c70d11291f7a2982c7e2e7cf824330bc2c4af1e15624ff22078250e3b324e9ba0f7dd617615256139aca6227b09a525182c89196f134a07c84
-Size (autovivification-0.16.tar.gz) = 49374 bytes
+SHA1 (autovivification-0.17.tar.gz) = 45eafbe24605a35f5a22938a5da243e399ad3417
+RMD160 (autovivification-0.17.tar.gz) = bb787aca110de02b561698e0570344335dc99133
+SHA512 (autovivification-0.17.tar.gz) = 44377110a2f3e9829f2dddd5df0da9cca2718bcddff550d7a948196bc7e21d6b07e9c364e0951614baeedfe1914c54bf09b7c0b614a9420a9e53d55683134f5e
+Size (autovivification-0.17.tar.gz) = 55277 bytes



Home | Main Index | Thread Index | Old Index