pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 18 08:44:00 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Module-FromPerlVer: Makefile distinfo
        pkgsrc/devel/p5-Module-FromPerlVer/patches: patch-Makefile.PL

Log Message:
p5-Module-FromPerlVer: update to 0.005007.

-   v0.5.7

    Looking at it... probably want to search $Bin for git artifiacts
    first before checkin cwd -- normal users will want to find items
    relative to location of Makefile.PL rather than t/foobar. In most
    cases only one will find something, makes more sense to search in
    the users' order rather than for testing.

    Remmove extraneous tag from MANIFEST

-   v0.5.6

    Add META_MERGE into Makefile.PL for git (thanks to Jim Keenan).

    Require Cwd 3.73, hopefully avoids issues with infinite loops.

    Add "VERBOSE_FROMPERLVER" to set $verbose in modules, print
    progress messages for debugging during install.

    Remove leftover breakpoints.

    Up module versions to v0.1.1.

    Split re-used utils into M::FPV::Util.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Module-FromPerlVer/Makefile \
    pkgsrc/devel/p5-Module-FromPerlVer/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL

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-FromPerlVer/Makefile
diff -u pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.6 pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.7
--- pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.6     Sat Mar 17 07:46:14 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/Makefile Sun Mar 18 08:44:00 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/03/17 07:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/18 08:44:00 wiz Exp $
 
-DISTNAME=              Module-FromPerlVer-0.005005
+DISTNAME=              Module-FromPerlVer-0.005007
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Module/}
Index: pkgsrc/devel/p5-Module-FromPerlVer/distinfo
diff -u pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.6 pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.7
--- pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.6     Sat Mar 17 07:46:14 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/distinfo Sun Mar 18 08:44:00 2018
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/03/17 07:46:14 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/03/18 08:44:00 wiz Exp $
 
-SHA1 (Module-FromPerlVer-0.005005.tar.gz) = d886385575e33754a6ab88a37143c2ff37119dd4
-RMD160 (Module-FromPerlVer-0.005005.tar.gz) = 67a8dfdefcb13bf4d2d7dfaf1c0628c872210fc9
-SHA512 (Module-FromPerlVer-0.005005.tar.gz) = d49c926942e8ad9b4b58f4f346da7ee68d323da6e6ab3bed9e67c41ddcc2f9a235aba552da317eb2e017283ea9811c70609c12390e316af737cab3db3b3ccc65
-Size (Module-FromPerlVer-0.005005.tar.gz) = 34162 bytes
-SHA1 (patch-MANIFEST) = cd9b03da38a0449bb6145adb46f0c91bfab0003d
-SHA1 (patch-Makefile.PL) = 50dc79e42d667722546a351df1e8624a18d4fc09
+SHA1 (Module-FromPerlVer-0.005007.tar.gz) = 738938655c5d1bc79fab632ec1fc08541de02b7e
+RMD160 (Module-FromPerlVer-0.005007.tar.gz) = 37aebf5509c903d5ca0967114346783a56a37b2f
+SHA512 (Module-FromPerlVer-0.005007.tar.gz) = 65c4569f2a04605b517905b30cf12187010246ec4d1f5b8dc7df85efd05759d8ebdd3c33624423742bcc73f453b1506dd3b144f6732505f70c58396827f31be0
+Size (Module-FromPerlVer-0.005007.tar.gz) = 37114 bytes
+SHA1 (patch-Makefile.PL) = 19aab39c8bde879d0b30c2d0702e5f2adc1c56ca

Index: pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL
diff -u pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL:1.1 pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL:1.2
--- pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL:1.1    Sat Mar 17 07:46:15 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL        Sun Mar 18 08:44:00 2018
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2018/03/17 07:46:15 wiz Exp $
+$NetBSD: patch-Makefile.PL,v 1.2 2018/03/18 08:44:00 wiz Exp $
 
 Fix path to env(1).
 https://rt.cpan.org/Ticket/Display.html?id=124776
 
---- Makefile.PL.orig   2018-03-16 01:09:46.000000000 +0000
+--- Makefile.PL.orig   2018-03-17 23:15:15.000000000 +0000
 +++ Makefile.PL
-@@ -36,7 +36,7 @@ for my $base 
+@@ -37,7 +37,7 @@ for my $base 
  
      print "Setup: '$path'";
  



Home | Main Index | Thread Index | Old Index