pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Params-Coerce



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 00:28:24 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Params-Coerce: distinfo
Added Files:
        pkgsrc/devel/p5-Params-Coerce/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Params-Coerce/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/p5-Params-Coerce/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/devel/p5-Params-Coerce/distinfo
diff -u pkgsrc/devel/p5-Params-Coerce/distinfo:1.2 pkgsrc/devel/p5-Params-Coerce/distinfo:1.3
--- pkgsrc/devel/p5-Params-Coerce/distinfo:1.2  Tue Nov  3 03:28:38 2015
+++ pkgsrc/devel/p5-Params-Coerce/distinfo      Wed Jun  7 00:28:24 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:28:38 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/07 00:28:24 ryoon Exp $
 
 SHA1 (Params-Coerce-0.14.tar.gz) = ec0f8bc9c59e653edc6011e1cdebd0593d2eb919
 RMD160 (Params-Coerce-0.14.tar.gz) = 856b23f83d392068b10053a7cc2203317f86e3b6
 SHA512 (Params-Coerce-0.14.tar.gz) = 48a606a0116e77a13b93b788d714c3204cb912af1d8877604e0dd5029ec2ff6498df3e6c3a9236448071ae7972f4377397712f5710905372522c5c85c2761e80
 Size (Params-Coerce-0.14.tar.gz) = 26566 bytes
+SHA1 (patch-Makefile.PL) = 4ffb94bb9fe0359a8f8199d2d67704e1a1681efe

Added files:

Index: pkgsrc/devel/p5-Params-Coerce/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-Params-Coerce/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 00:28:24 2017
+++ pkgsrc/devel/p5-Params-Coerce/patches/patch-Makefile.PL     Wed Jun  7 00:28:24 2017
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:28:24 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2006-10-10 05:11:03.000000000 +0000
++++ Makefile.PL
+@@ -1,4 +1,6 @@
+ use strict;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name           'Params-Coerce';



Home | Main Index | Thread Index | Old Index