summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-06-06 14:45:48 +0000
committerryoon <ryoon@pkgsrc.org>2017-06-06 14:45:48 +0000
commit103a32fa045fa7e0e80aac42b03bc33a1c1c319a (patch)
tree1b802346b929c2767ca74a11c6c1c92490bd9169 /time
parentd03a43296f310adb18fdfe478123bed0fbb71b9c (diff)
downloadpkgsrc-103a32fa045fa7e0e80aac42b03bc33a1c1c319a.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'time')
-rw-r--r--time/p5-Date-Extract/distinfo3
-rw-r--r--time/p5-Date-Extract/patches/patch-Makefile.PL13
2 files changed, 15 insertions, 1 deletions
diff --git a/time/p5-Date-Extract/distinfo b/time/p5-Date-Extract/distinfo
index 8f95197677e..791f8720e94 100644
--- a/time/p5-Date-Extract/distinfo
+++ b/time/p5-Date-Extract/distinfo
@@ -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
diff --git a/time/p5-Date-Extract/patches/patch-Makefile.PL b/time/p5-Date-Extract/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..ee1020091ce
--- /dev/null
+++ b/time/p5-Date-Extract/patches/patch-Makefile.PL
@@ -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