pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-Runtime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 18 18:26:33 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Module-Runtime: Makefile distinfo

Log Message:
p5-Module-Runtime: update to 0.016.

version 0.016; 2017-10-17

  * port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
    module doesn't trigger tainting

  * skip t/taint.t if the perl empirically doesn't perform taint checks
    but the script got run anyway (which happens with an unsupported
    configuration of the Perl core which some people are using in the
    absence of a supported no-taint configuration)

  * in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
    tainted value to taint a string being tested

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * in META.json, specify type of public repository


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Module-Runtime/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Module-Runtime/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-Module-Runtime/Makefile
diff -u pkgsrc/devel/p5-Module-Runtime/Makefile:1.13 pkgsrc/devel/p5-Module-Runtime/Makefile:1.14
--- pkgsrc/devel/p5-Module-Runtime/Makefile:1.13        Mon Aug 14 19:00:15 2017
+++ pkgsrc/devel/p5-Module-Runtime/Makefile     Wed Oct 18 18:26:33 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/08/14 19:00:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/10/18 18:26:33 wiz Exp $
 
-DISTNAME=              Module-Runtime-0.015
+DISTNAME=              Module-Runtime-0.016
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Module/}

Index: pkgsrc/devel/p5-Module-Runtime/distinfo
diff -u pkgsrc/devel/p5-Module-Runtime/distinfo:1.6 pkgsrc/devel/p5-Module-Runtime/distinfo:1.7
--- pkgsrc/devel/p5-Module-Runtime/distinfo:1.6 Mon Aug 14 19:00:15 2017
+++ pkgsrc/devel/p5-Module-Runtime/distinfo     Wed Oct 18 18:26:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/08/14 19:00:15 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/10/18 18:26:33 wiz Exp $
 
-SHA1 (Module-Runtime-0.015.tar.gz) = 0fe878021e4bd30052f75c24ae6c8833880ef42c
-RMD160 (Module-Runtime-0.015.tar.gz) = e4ddd674d6a1de396c44c81751c2d23db1568261
-SHA512 (Module-Runtime-0.015.tar.gz) = 13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0
-Size (Module-Runtime-0.015.tar.gz) = 17743 bytes
+SHA1 (Module-Runtime-0.016.tar.gz) = bd8979871dc465f31fac961dc2d7fba0320aa894
+RMD160 (Module-Runtime-0.016.tar.gz) = 6d7ad904ebf4f7c452589cd26ac09205f8677e9d
+SHA512 (Module-Runtime-0.016.tar.gz) = 64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e
+Size (Module-Runtime-0.016.tar.gz) = 18275 bytes



Home | Main Index | Thread Index | Old Index