pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Data-ICal



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 14:53:52 UTC 2017

Modified Files:
        pkgsrc/time/p5-Data-ICal: distinfo
Added Files:
        pkgsrc/time/p5-Data-ICal/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/p5-Data-ICal/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-Data-ICal/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/time/p5-Data-ICal/distinfo
diff -u pkgsrc/time/p5-Data-ICal/distinfo:1.7 pkgsrc/time/p5-Data-ICal/distinfo:1.8
--- pkgsrc/time/p5-Data-ICal/distinfo:1.7       Mon Nov  2 23:31:38 2015
+++ pkgsrc/time/p5-Data-ICal/distinfo   Wed Jun  7 14:53:52 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/02 23:31:38 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/06/07 14:53:52 ryoon Exp $
 
 SHA1 (Data-ICal-0.22.tar.gz) = 9f97a3e60c80eb8e739ad10f111ef20df78bf57d
 RMD160 (Data-ICal-0.22.tar.gz) = 6a79b318f200e588b46986fb7ade80b37601d0fc
 SHA512 (Data-ICal-0.22.tar.gz) = a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55
 Size (Data-ICal-0.22.tar.gz) = 119116 bytes
+SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53

Added files:

Index: pkgsrc/time/p5-Data-ICal/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/time/p5-Data-ICal/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 14:53:52 2017
+++ pkgsrc/time/p5-Data-ICal/patches/patch-Makefile.PL  Wed Jun  7 14:53:52 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:53:52 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2015-02-17 07:20:08.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name ('Data-ICal');



Home | Main Index | Thread Index | Old Index