summaryrefslogtreecommitdiff
path: root/time/p5-Data-ICal
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-06-07 14:53:52 +0000
committerryoon <ryoon@pkgsrc.org>2017-06-07 14:53:52 +0000
commitb675566c18a4de4e165c433e135d443a16a8404c (patch)
tree36f8a6b14b140357b0e6ba4eccd91f4ee34b317f /time/p5-Data-ICal
parent133aaeb7f23080d4a2e0240d7275753a978ad592 (diff)
downloadpkgsrc-b675566c18a4de4e165c433e135d443a16a8404c.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'time/p5-Data-ICal')
-rw-r--r--time/p5-Data-ICal/distinfo3
-rw-r--r--time/p5-Data-ICal/patches/patch-Makefile.PL12
2 files changed, 14 insertions, 1 deletions
diff --git a/time/p5-Data-ICal/distinfo b/time/p5-Data-ICal/distinfo
index 22174dd84ce..c632c82d4f5 100644
--- a/time/p5-Data-ICal/distinfo
+++ b/time/p5-Data-ICal/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/02 23:31:38 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/06/07 14:53:52 ryoon Exp $
SHA1 (Data-ICal-0.22.tar.gz) = 9f97a3e60c80eb8e739ad10f111ef20df78bf57d
RMD160 (Data-ICal-0.22.tar.gz) = 6a79b318f200e588b46986fb7ade80b37601d0fc
SHA512 (Data-ICal-0.22.tar.gz) = a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55
Size (Data-ICal-0.22.tar.gz) = 119116 bytes
+SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53
diff --git a/time/p5-Data-ICal/patches/patch-Makefile.PL b/time/p5-Data-ICal/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..f6694abd37a
--- /dev/null
+++ b/time/p5-Data-ICal/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:53:52 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-02-17 07:20:08.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ name ('Data-ICal');