diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-06-08 22:35:46 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-06-08 22:35:46 +0000 |
commit | ce9bb28d8e59f54f046e93591e2d2ab8b6e618db (patch) | |
tree | 7cb4b22fcc72dd32828fe9fb0af00293126f6b35 /textproc/p5-Feed-Find | |
parent | 63cc059a2b2436e6b65b67958addbf97082a3e88 (diff) | |
download | pkgsrc-ce9bb28d8e59f54f046e93591e2d2ab8b6e618db.tar.gz |
Fix build with Perl 5.26.0.
Diffstat (limited to 'textproc/p5-Feed-Find')
-rw-r--r-- | textproc/p5-Feed-Find/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Feed-Find/patches/patch-Makefile.PL | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/textproc/p5-Feed-Find/distinfo b/textproc/p5-Feed-Find/distinfo index e4f0e8dc207..74b6f438ae7 100644 --- a/textproc/p5-Feed-Find/distinfo +++ b/textproc/p5-Feed-Find/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:59:43 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/06/08 22:35:46 schmonz Exp $ SHA1 (Feed-Find-0.07.tar.gz) = bbdeb7e00d0c5471795a0447ca74aa9bf1f0d6b8 RMD160 (Feed-Find-0.07.tar.gz) = d87b031feb65f875dd9f2d1b9989be56fdbb6e3c SHA512 (Feed-Find-0.07.tar.gz) = 5ae62c0d5380d00bfae9f94d1d9ab7d024f3394ca7865d7a086668d84b0e4dfb18095468b966f7afd03f3b766f02822e9b19cfddf0f95ad7c0c3908e5a5806e9 Size (Feed-Find-0.07.tar.gz) = 46380 bytes +SHA1 (patch-Makefile.PL) = 71d3938fd552c62ceed5a88855304b59069b5e85 diff --git a/textproc/p5-Feed-Find/patches/patch-Makefile.PL b/textproc/p5-Feed-Find/patches/patch-Makefile.PL new file mode 100644 index 00000000000..5c250aa7a38 --- /dev/null +++ b/textproc/p5-Feed-Find/patches/patch-Makefile.PL @@ -0,0 +1,11 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 22:35:46 schmonz Exp $ + +Fix build with Perl 5.26.0. + +--- Makefile.PL.orig 2011-01-28 21:47:39.000000000 +0000 ++++ Makefile.PL +@@ -1,3 +1,4 @@ ++BEGIN { push @INC, '.'; } + use inc::Module::Install; + name 'Feed-Find'; + all_from 'lib/Feed/Find.pm'; |