pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mrg
Date:           Wed Jun  7 18:07:50 UTC 2017

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

Log Message:
fix build with perl 5.26, copied from p5-Data-ICal's version of this.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/p5-Data-ICal-DateTime/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/time/p5-Data-ICal-DateTime/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-DateTime/distinfo
diff -u pkgsrc/time/p5-Data-ICal-DateTime/distinfo:1.4 pkgsrc/time/p5-Data-ICal-DateTime/distinfo:1.5
--- pkgsrc/time/p5-Data-ICal-DateTime/distinfo:1.4      Mon Nov  2 23:31:38 2015
+++ pkgsrc/time/p5-Data-ICal-DateTime/distinfo  Wed Jun  7 18:07:50 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/02 23:31:38 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/07 18:07:50 mrg Exp $
 
 SHA1 (Data-ICal-DateTime-0.81.tar.gz) = 77f9893432c201184cb6c99e6a583ca96386afaf
 RMD160 (Data-ICal-DateTime-0.81.tar.gz) = 29bed7a6ff2c7fd9fa390955c41d6a6259209efd
 SHA512 (Data-ICal-DateTime-0.81.tar.gz) = 1dadad3e68830b561a6fb380f37c96dee9639ad8de4bd0f00d22fe31c44e93adf21cb2434fdd13aac8159a8319168ab275370a0e123f0613852a90d0feeaf840
 Size (Data-ICal-DateTime-0.81.tar.gz) = 41000 bytes
+SHA1 (patch-Makefile.PL) = fb10e9002bc503ff2652f18a2222fa0310533c32

Added files:

Index: pkgsrc/time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 18:07:50 2017
+++ pkgsrc/time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL Wed Jun  7 18:07:50 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 18:07:50 mrg Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2017-06-07 11:01:05.185385995 -0700
++++ Makefile.PL        2017-06-07 11:00:51.936744561 -0700
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name ('Data-ICal-DateTime');



Home | Main Index | Thread Index | Old Index