pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-AutoInstall



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

Modified Files:
        pkgsrc/devel/p5-ExtUtils-AutoInstall: distinfo
Added Files:
        pkgsrc/devel/p5-ExtUtils-AutoInstall/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-ExtUtils-AutoInstall/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/p5-ExtUtils-AutoInstall/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-ExtUtils-AutoInstall/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-AutoInstall/distinfo:1.5 pkgsrc/devel/p5-ExtUtils-AutoInstall/distinfo:1.6
--- pkgsrc/devel/p5-ExtUtils-AutoInstall/distinfo:1.5   Thu Sep 15 13:12:26 2016
+++ pkgsrc/devel/p5-ExtUtils-AutoInstall/distinfo       Wed Jun  7 00:36:24 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2016/09/15 13:12:26 mef Exp $
+$NetBSD: distinfo,v 1.6 2017/06/07 00:36:24 ryoon Exp $
 
 SHA1 (ExtUtils-AutoInstall-0.64.tar.gz) = fe885c3be641c3a0f12b0b610984ddb7cc4d5ba5
 RMD160 (ExtUtils-AutoInstall-0.64.tar.gz) = c9d61bff0466d0486c7e5cac4211a19b8e96b681
 SHA512 (ExtUtils-AutoInstall-0.64.tar.gz) = 18f8d58673ea5c0f9654b2c39297e974c6e464250af63e569fbe5966ce7a59cb2ec0ea1190b84cb47bf061eb90fd9307b52ead38491f3220fc301fff342bf860
 Size (ExtUtils-AutoInstall-0.64.tar.gz) = 25886 bytes
+SHA1 (patch-Makefile.PL) = 5801aa689ecba18bbe246c506066e80d9d7d5d6f

Added files:

Index: pkgsrc/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 00:36:24 2017
+++ pkgsrc/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL      Wed Jun  7 00:36:24 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:36:24 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2005-09-09 12:07:24.000000000 +0000
++++ Makefile.PL
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl
+ 
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ use lib 'lib';
+ 



Home | Main Index | Thread Index | Old Index