pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Algorithm-Dependency



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 00:34:15 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Algorithm-Dependency: distinfo
Added Files:
        pkgsrc/devel/p5-Algorithm-Dependency/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Algorithm-Dependency/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/p5-Algorithm-Dependency/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-Algorithm-Dependency/distinfo
diff -u pkgsrc/devel/p5-Algorithm-Dependency/distinfo:1.8 pkgsrc/devel/p5-Algorithm-Dependency/distinfo:1.9
--- pkgsrc/devel/p5-Algorithm-Dependency/distinfo:1.8   Tue Nov  3 03:27:54 2015
+++ pkgsrc/devel/p5-Algorithm-Dependency/distinfo       Wed Jun  7 00:34:15 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:27:54 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/06/07 00:34:15 ryoon Exp $
 
 SHA1 (Algorithm-Dependency-1.110.tar.gz) = 341eb6e5319790068c86a4862826e2a4ba749b1d
 RMD160 (Algorithm-Dependency-1.110.tar.gz) = 56995f5f6e7c4116fa11b1c9e1e0198ee85393f6
 SHA512 (Algorithm-Dependency-1.110.tar.gz) = f10b80bdf0b5db2fdb8d8fb86454a1c2e93682c00504cd594f39820ca720a4d506689ca22777613e13a724b01d3f47f73643659807f3de2747202786cc1ea8d0
 Size (Algorithm-Dependency-1.110.tar.gz) = 40530 bytes
+SHA1 (patch-Makefile.PL) = 5b906f309a4c20763d86680c5bed8a0c6869e040

Added files:

Index: pkgsrc/devel/p5-Algorithm-Dependency/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-Algorithm-Dependency/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 00:34:15 2017
+++ pkgsrc/devel/p5-Algorithm-Dependency/patches/patch-Makefile.PL      Wed Jun  7 00:34:15 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:34:15 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2009-04-14 09:15:37.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install::DSL 0.83;
+ 
+ all_from       lib/Algorithm/Dependency.pm



Home | Main Index | Thread Index | Old Index