pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-CGI-PSGI



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  6 14:30:31 UTC 2017

Modified Files:
        pkgsrc/www/p5-CGI-PSGI: distinfo
Added Files:
        pkgsrc/www/p5-CGI-PSGI/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-CGI-PSGI/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-CGI-PSGI/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/www/p5-CGI-PSGI/distinfo
diff -u pkgsrc/www/p5-CGI-PSGI/distinfo:1.4 pkgsrc/www/p5-CGI-PSGI/distinfo:1.5
--- pkgsrc/www/p5-CGI-PSGI/distinfo:1.4 Wed Nov  4 02:47:02 2015
+++ pkgsrc/www/p5-CGI-PSGI/distinfo     Tue Jun  6 14:30:31 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:02 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/06 14:30:31 ryoon Exp $
 
 SHA1 (CGI-PSGI-0.15.tar.gz) = 2d208922e1b3dd10d7461cbcd81b7b34bbed8684
 RMD160 (CGI-PSGI-0.15.tar.gz) = 67ec911c8d18188a3170c93371abf5093c15453d
 SHA512 (CGI-PSGI-0.15.tar.gz) = 5cdb32846dab5e35a81b52611bb109c66c72db98ddc6fe93a5b91335a1f03cc6ed396c415fb5ee311ce78d72e45e4986b5809569b6394d601af24d4d117fe96f
 Size (CGI-PSGI-0.15.tar.gz) = 27933 bytes
+SHA1 (patch-Makefile.PL) = d7584a47dd78065e69aa9a6bf78f7201d6687578

Added files:

Index: pkgsrc/www/p5-CGI-PSGI/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/www/p5-CGI-PSGI/patches/patch-Makefile.PL:1.1
--- /dev/null   Tue Jun  6 14:30:31 2017
+++ pkgsrc/www/p5-CGI-PSGI/patches/patch-Makefile.PL    Tue Jun  6 14:30:31 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 14:30:31 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2010-11-10 07:38:05.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ name 'CGI-PSGI';
+ all_from 'lib/CGI/PSGI.pm';



Home | Main Index | Thread Index | Old Index