pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-Date-Extract
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jun 6 14:45:48 UTC 2017
Modified Files:
pkgsrc/time/p5-Date-Extract: distinfo
Added Files:
pkgsrc/time/p5-Date-Extract/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/time/p5-Date-Extract/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-Date-Extract/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/time/p5-Date-Extract/distinfo
diff -u pkgsrc/time/p5-Date-Extract/distinfo:1.4 pkgsrc/time/p5-Date-Extract/distinfo:1.5
--- pkgsrc/time/p5-Date-Extract/distinfo:1.4 Sat Nov 19 14:12:49 2016
+++ pkgsrc/time/p5-Date-Extract/distinfo Tue Jun 6 14:45:48 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/11/19 14:12:49 wen Exp $
+$NetBSD: distinfo,v 1.5 2017/06/06 14:45:48 ryoon Exp $
SHA1 (Date-Extract-0.06.tar.gz) = 097efec343ed78cbe4d2a70efc401cf42046f33f
RMD160 (Date-Extract-0.06.tar.gz) = 22c2eb2651d6e4baa5893594829215a4672662e7
SHA512 (Date-Extract-0.06.tar.gz) = f50bb1e968eab9a5ee5bd1383af1599aabc7af9f9c375e3d366857f1cbf6a6912e8eff99eece2096b09a475c9eb671eeaeb8e4b76c0d865cb452ce8b0a85c448
Size (Date-Extract-0.06.tar.gz) = 32730 bytes
+SHA1 (patch-Makefile.PL) = d93ee31b229845b33547daf64857c48243ab5ff6
Added files:
Index: pkgsrc/time/p5-Date-Extract/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/time/p5-Date-Extract/patches/patch-Makefile.PL:1.1
--- /dev/null Tue Jun 6 14:45:48 2017
+++ pkgsrc/time/p5-Date-Extract/patches/patch-Makefile.PL Tue Jun 6 14:45:48 2017
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 14:45:48 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2016-11-11 07:03:29.000000000 +0000
++++ Makefile.PL
+@@ -1,4 +1,6 @@
+ # Load the Module::Install bundled in ./inc/
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ # Define metadata
Home |
Main Index |
Thread Index |
Old Index