summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-06-07 14:42:23 +0000
committerryoon <ryoon@pkgsrc.org>2017-06-07 14:42:23 +0000
commit133aaeb7f23080d4a2e0240d7275753a978ad592 (patch)
tree1c4e9dfd2addfd27e5ca6ddc7111ee5a630edcd5 /textproc/p5-Text-RecordParser
parent6592491ee3520e58e102676a59d2f136e905faef (diff)
downloadpkgsrc-133aaeb7f23080d4a2e0240d7275753a978ad592.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'textproc/p5-Text-RecordParser')
-rw-r--r--textproc/p5-Text-RecordParser/distinfo3
-rw-r--r--textproc/p5-Text-RecordParser/patches/patch-Makefile.PL12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo
index 9660a249323..6cf152ead37 100644
--- a/textproc/p5-Text-RecordParser/distinfo
+++ b/textproc/p5-Text-RecordParser/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 01:59:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/06/07 14:46:58 ryoon Exp $
SHA1 (Text-RecordParser-1.6.5.tar.gz) = 9c06d8bac11890cb7c8ac13705ed10228fc33634
RMD160 (Text-RecordParser-1.6.5.tar.gz) = b62b9adfd9e38323ceb5b3c9f9bd7e542864cbb2
SHA512 (Text-RecordParser-1.6.5.tar.gz) = a05e2c7a1a26ff1776dc00dd1d5eb92b41e03177a1eee8aa0ffde9c03368f918e67d7d4f8eb54483704cf9f276a954a91cbd12ce04172bd1a6e0844d3b289258
Size (Text-RecordParser-1.6.5.tar.gz) = 83653 bytes
+SHA1 (patch-Makefile.PL) = 89bd6e350ca98bef8291e68bae95830e0b35d80d
diff --git a/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL b/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..5f830995291
--- /dev/null
+++ b/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:46:59 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-04-21 19:17:02.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ name 'Text-RecordParser';