pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-LeakTrace



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  6 14:27:23 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-LeakTrace: distinfo
Added Files:
        pkgsrc/devel/p5-Test-LeakTrace/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-LeakTrace/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/p5-Test-LeakTrace/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/devel/p5-Test-LeakTrace/distinfo
diff -u pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.6 pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.7
--- pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.6 Tue Nov  3 03:28:51 2015
+++ pkgsrc/devel/p5-Test-LeakTrace/distinfo     Tue Jun  6 14:27:23 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:28:51 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/06/06 14:27:23 ryoon Exp $
 
 SHA1 (Test-LeakTrace-0.15.tar.gz) = 6b045c535bc151c431c7431c1c1162e1b14c021c
 RMD160 (Test-LeakTrace-0.15.tar.gz) = 20cd48562c002734d629bf9f84e73bf8cd7b31fa
 SHA512 (Test-LeakTrace-0.15.tar.gz) = 664d1648cc9ce229456ca0c27430bdd36ba1d9bf6907afce6c612b90d6885aa6a71caeceb266aec1f843287e6bcda35ac28eab2ad6b662019c0fcb87d7f0d6be
 Size (Test-LeakTrace-0.15.tar.gz) = 49364 bytes
+SHA1 (patch-Makefile.PL) = 913adea30c7f208bde99d28ba371671286f4b913

Added files:

Index: pkgsrc/devel/p5-Test-LeakTrace/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-Test-LeakTrace/patches/patch-Makefile.PL:1.1
--- /dev/null   Tue Jun  6 14:27:23 2017
+++ pkgsrc/devel/p5-Test-LeakTrace/patches/patch-Makefile.PL    Tue Jun  6 14:27:23 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 14:27:23 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2014-11-13 22:40:34.000000000 +0000
++++ Makefile.PL
+@@ -1,5 +1,7 @@
+ use strict;
+ use warnings;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name 'Test-LeakTrace';



Home | Main Index | Thread Index | Old Index