pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Feed-Find Fix build with Perl 5.26.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93eaa3f223d3
branches:  trunk
changeset: 363436:93eaa3f223d3
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 08 22:35:46 2017 +0000

description:
Fix build with Perl 5.26.0.

diffstat:

 textproc/p5-Feed-Find/distinfo                  |   3 ++-
 textproc/p5-Feed-Find/patches/patch-Makefile.PL |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 7972941f59f6 -r 93eaa3f223d3 textproc/p5-Feed-Find/distinfo
--- a/textproc/p5-Feed-Find/distinfo    Thu Jun 08 22:19:14 2017 +0000
+++ b/textproc/p5-Feed-Find/distinfo    Thu Jun 08 22:35:46 2017 +0000
@@ -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 -r 7972941f59f6 -r 93eaa3f223d3 textproc/p5-Feed-Find/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Feed-Find/patches/patch-Makefile.PL   Thu Jun 08 22:35:46 2017 +0000
@@ -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';



Home | Main Index | Thread Index | Old Index