pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-version



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Apr 21 23:36:46 UTC 2017

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

Log Message:
Update to 0.9918

Upstream changes:
0.9918 - 2017-04-15

  * Fix compiling under C++11
        https://rt.cpan.org/Ticket/Display.html?id=118846

  * Make version::regex variables public for better reuse
        https://rt.cpan.org/Ticket/Display.html?id=119669

  * Use rel2abs for require in tests to support 5.26.0 @INC
        https://rt.cpan.org/Ticket/Display.html?id=121148

  * Move change list to standard CHANGES out of README
        https://rt.cpan.org/Ticket/Display.html?id=119123

  * Better taint handling for Perl < 5.17.2 with tests
        https://rt.cpan.org/Ticket/Display.html?id=118087


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-version/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-version/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-version/Makefile
diff -u pkgsrc/devel/p5-version/Makefile:1.37 pkgsrc/devel/p5-version/Makefile:1.38
--- pkgsrc/devel/p5-version/Makefile:1.37       Wed Jun  8 19:23:48 2016
+++ pkgsrc/devel/p5-version/Makefile    Fri Apr 21 23:36:46 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2016/06/08 19:23:48 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2017/04/21 23:36:46 wen Exp $
 
-DISTNAME=      version-0.9917
+DISTNAME=      version-0.9918
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=version/}
 

Index: pkgsrc/devel/p5-version/distinfo
diff -u pkgsrc/devel/p5-version/distinfo:1.27 pkgsrc/devel/p5-version/distinfo:1.28
--- pkgsrc/devel/p5-version/distinfo:1.27       Tue May 31 08:27:19 2016
+++ pkgsrc/devel/p5-version/distinfo    Fri Apr 21 23:36:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2016/05/31 08:27:19 wen Exp $
+$NetBSD: distinfo,v 1.28 2017/04/21 23:36:46 wen Exp $
 
-SHA1 (version-0.9917.tar.gz) = bac881745afa1975456cf28f73c447c521001fdf
-RMD160 (version-0.9917.tar.gz) = e3e3d77ddf10925479243ce0f354e795f7758d30
-SHA512 (version-0.9917.tar.gz) = 4e8b92b6c43e7184743256106bfba4575eac721612592e9b41235a15d6cf1cf332210ad4fb255e8b45e709827f714939f166d9c0e36b16c88c81d24d39f91d0e
-Size (version-0.9917.tar.gz) = 127223 bytes
+SHA1 (version-0.9918.tar.gz) = 7003389078d616cbcb3eb952587cc0ec48933922
+RMD160 (version-0.9918.tar.gz) = 59a8897451ac84b1be9aacf790ad51a16250b4b1
+SHA512 (version-0.9918.tar.gz) = 00b54474992f522135a9f81bdad482a1f413f672871fabbe0726c4dad99d1898348005a9c5077fc82c9d384222fa55e754e5de195191db3038f6d6d8ecb82391
+Size (version-0.9918.tar.gz) = 94049 bytes



Home | Main Index | Thread Index | Old Index