pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  6 15:16:58 UTC 2017

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

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Module-Refresh/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/p5-Module-Refresh/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-Refresh/distinfo
diff -u pkgsrc/devel/p5-Module-Refresh/distinfo:1.4 pkgsrc/devel/p5-Module-Refresh/distinfo:1.5
--- pkgsrc/devel/p5-Module-Refresh/distinfo:1.4 Tue Nov  3 03:28:29 2015
+++ pkgsrc/devel/p5-Module-Refresh/distinfo     Tue Jun  6 15:16:58 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:28:29 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/06 15:16:58 ryoon Exp $
 
 SHA1 (Module-Refresh-0.17.tar.gz) = 4bf652127661d1c8f11ff3334bfc75ecc5ab2cfa
 RMD160 (Module-Refresh-0.17.tar.gz) = 4f3528a099236c6cee3bcb6711fae2aee6de1906
 SHA512 (Module-Refresh-0.17.tar.gz) = 48bbcf14d5c6f13217b41c9a4683fd5ff492d3d33f8d6d50e89eae8a6336f306358e0070ecf1617d68c6eb9f91caaec6e1048e09b741d3fa0a19f6d38a75f17f
 Size (Module-Refresh-0.17.tar.gz) = 22586 bytes
+SHA1 (patch-Makefile.PL) = 96b86a1344c9725f7a18ea6368fbbc8397efd908

Added files:

Index: pkgsrc/devel/p5-Module-Refresh/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-Module-Refresh/patches/patch-Makefile.PL:1.1
--- /dev/null   Tue Jun  6 15:16:58 2017
+++ pkgsrc/devel/p5-Module-Refresh/patches/patch-Makefile.PL    Tue Jun  6 15:16:58 2017
@@ -0,0 +1,10 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 15:16:58 ryoon Exp $
+
+--- Makefile.PL.orig   2011-10-26 12:37:08.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ requires( perl => '5.8.1');
+ name('Module-Refresh');



Home | Main Index | Thread Index | Old Index