pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Feed-Find



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jun  8 22:35:46 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-Feed-Find: distinfo
Added Files:
        pkgsrc/textproc/p5-Feed-Find/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Feed-Find/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Feed-Find/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Feed-Find/distinfo
diff -u pkgsrc/textproc/p5-Feed-Find/distinfo:1.3 pkgsrc/textproc/p5-Feed-Find/distinfo:1.4
--- pkgsrc/textproc/p5-Feed-Find/distinfo:1.3   Wed Nov  4 01:59:43 2015
+++ pkgsrc/textproc/p5-Feed-Find/distinfo       Thu Jun  8 22:35:46 2017
@@ -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

Added files:

Index: pkgsrc/textproc/p5-Feed-Find/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/textproc/p5-Feed-Find/patches/patch-Makefile.PL:1.1
--- /dev/null   Thu Jun  8 22:35:46 2017
+++ pkgsrc/textproc/p5-Feed-Find/patches/patch-Makefile.PL      Thu Jun  8 22:35:46 2017
@@ -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