pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Regexp-Common-net-CIDR



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 00:05:51 UTC 2017

Modified Files:
        pkgsrc/net/p5-Regexp-Common-net-CIDR: distinfo
Added Files:
        pkgsrc/net/p5-Regexp-Common-net-CIDR/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/net/p5-Regexp-Common-net-CIDR/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/p5-Regexp-Common-net-CIDR/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/net/p5-Regexp-Common-net-CIDR/distinfo
diff -u pkgsrc/net/p5-Regexp-Common-net-CIDR/distinfo:1.3 pkgsrc/net/p5-Regexp-Common-net-CIDR/distinfo:1.4
--- pkgsrc/net/p5-Regexp-Common-net-CIDR/distinfo:1.3   Sun Jun  5 14:02:29 2016
+++ pkgsrc/net/p5-Regexp-Common-net-CIDR/distinfo       Wed Jun  7 00:05:50 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/06/05 14:02:29 wen Exp $
+$NetBSD: distinfo,v 1.4 2017/06/07 00:05:50 ryoon Exp $
 
 SHA1 (Regexp-Common-net-CIDR-0.03.tar.gz) = 30ee9242ccb0221579f630e0e29200229d005861
 RMD160 (Regexp-Common-net-CIDR-0.03.tar.gz) = 8d2d7e61c6796916ac6126a3208b2106b506b0fa
 SHA512 (Regexp-Common-net-CIDR-0.03.tar.gz) = 0ca3d188ea4197af2981c2910e5f5a2d412d760251ee7ad9d688aa6e60f4dfdbf5583d599b1af8698ed7c740c252f0e8bda38de254f03a699122de1c1f598f20
 Size (Regexp-Common-net-CIDR-0.03.tar.gz) = 26311 bytes
+SHA1 (patch-Makefile.PL) = b1ce1942be4c654377230ecd4251bfd8754073ad

Added files:

Index: pkgsrc/net/p5-Regexp-Common-net-CIDR/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/net/p5-Regexp-Common-net-CIDR/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 00:05:51 2017
+++ pkgsrc/net/p5-Regexp-Common-net-CIDR/patches/patch-Makefile.PL      Wed Jun  7 00:05:50 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:05:50 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2015-06-03 20:17:22.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ name('Regexp-Common-net-CIDR');
+ version_from('lib/Regexp/Common/net/CIDR.pm');



Home | Main Index | Thread Index | Old Index