pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Data-ICal-DateTime fix build with perl 5.26, c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07d6ee9456d2
branches:  trunk
changeset: 363382:07d6ee9456d2
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Wed Jun 07 18:07:50 2017 +0000

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

diffstat:

 time/p5-Data-ICal-DateTime/distinfo                  |   3 ++-
 time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 5be64023970b -r 07d6ee9456d2 time/p5-Data-ICal-DateTime/distinfo
--- a/time/p5-Data-ICal-DateTime/distinfo       Wed Jun 07 14:53:52 2017 +0000
+++ b/time/p5-Data-ICal-DateTime/distinfo       Wed Jun 07 18:07:50 2017 +0000
@@ -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
diff -r 5be64023970b -r 07d6ee9456d2 time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Data-ICal-DateTime/patches/patch-Makefile.PL      Wed Jun 07 18:07:50 2017 +0000
@@ -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