pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-Time-Elapsed
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Jun 9 17:05:58 UTC 2017
Modified Files:
pkgsrc/time/p5-Time-Elapsed: distinfo
Added Files:
pkgsrc/time/p5-Time-Elapsed/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-Time-Elapsed/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-Time-Elapsed/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-Time-Elapsed/distinfo
diff -u pkgsrc/time/p5-Time-Elapsed/distinfo:1.4 pkgsrc/time/p5-Time-Elapsed/distinfo:1.5
--- pkgsrc/time/p5-Time-Elapsed/distinfo:1.4 Sun Jul 24 06:11:17 2016
+++ pkgsrc/time/p5-Time-Elapsed/distinfo Fri Jun 9 17:05:58 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/07/24 06:11:17 wen Exp $
+$NetBSD: distinfo,v 1.5 2017/06/09 17:05:58 ryoon Exp $
SHA1 (Time-Elapsed-0.32.tar.gz) = be040b01c8121e36c715f305e32e398a2b4982fd
RMD160 (Time-Elapsed-0.32.tar.gz) = 8cfeb27d3457bc69b30aa3754187b7a39e6723fc
SHA512 (Time-Elapsed-0.32.tar.gz) = 691f86eb53ab8ea58f68b5f95f065030624c2c514368bccd87f05df0967d35ab37cd456dae15b249b6f3653a884423502450566c21b7e2d1da782098e7a1df81
Size (Time-Elapsed-0.32.tar.gz) = 26776 bytes
+SHA1 (patch-Makefile.PL) = 05309aacbdc9a1f54fb11ee80edcb46c7f939013
Added files:
Index: pkgsrc/time/p5-Time-Elapsed/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/time/p5-Time-Elapsed/patches/patch-Makefile.PL:1.1
--- /dev/null Fri Jun 9 17:05:58 2017
+++ pkgsrc/time/p5-Time-Elapsed/patches/patch-Makefile.PL Fri Jun 9 17:05:58 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 17:05:58 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2016-07-04 22:37:29.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use 5.006;
+ use strict;
+ use warnings;
++use FindBin;
++use lib $FindBin::Bin;
+ use lib qw( builder/lib );
+ use Build::Spec qw( mm_spec );
+ use ExtUtils::MakeMaker;
Home |
Main Index |
Thread Index |
Old Index