pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/p5-Benchmark-Timer



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 14:29:59 UTC 2017

Modified Files:
        pkgsrc/benchmarks/p5-Benchmark-Timer: distinfo
Added Files:
        pkgsrc/benchmarks/p5-Benchmark-Timer/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/benchmarks/p5-Benchmark-Timer/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/benchmarks/p5-Benchmark-Timer/distinfo
diff -u pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.3 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.4
--- pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.3   Tue Nov  3 00:25:51 2015
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo       Wed Jun  7 14:29:59 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 00:25:51 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/07 14:29:59 ryoon Exp $
 
 SHA1 (Benchmark-Timer-0.7107.tar.gz) = 24132bf428edca54d86cc17f9d0ab598f6099516
 RMD160 (Benchmark-Timer-0.7107.tar.gz) = 1232a7ff2b2a4cd2464c90f2276d73464943cc31
 SHA512 (Benchmark-Timer-0.7107.tar.gz) = 6faa50a90173a075a4bb398212e2db77348f59a47ff483db9e1885dc7dce9636557684574a21f228c53f0c29a468e663706843840b2e59abbaaed1222f400e05
 Size (Benchmark-Timer-0.7107.tar.gz) = 45734 bytes
+SHA1 (patch-Makefile.PL) = 36b460c6e958cf7ce3b52025f5ef043c32ead088

Added files:

Index: pkgsrc/benchmarks/p5-Benchmark-Timer/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/benchmarks/p5-Benchmark-Timer/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 14:29:59 2017
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/patches/patch-Makefile.PL      Wed Jun  7 14:29:59 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:29:59 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2015-04-26 22:40:24.000000000 +0000
++++ Makefile.PL
+@@ -5,6 +5,8 @@ use strict;
+ # For PRIVATE Module::Install extensions
+ use lib 'private-lib';
+ 
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ all_from('lib/Benchmark/Timer.pm');



Home | Main Index | Thread Index | Old Index