pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-DH-GMP



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jun  8 14:05:17 UTC 2017

Modified Files:
        pkgsrc/security/p5-Crypt-DH-GMP: distinfo
Added Files:
        pkgsrc/security/p5-Crypt-DH-GMP/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/p5-Crypt-DH-GMP/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/p5-Crypt-DH-GMP/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/security/p5-Crypt-DH-GMP/distinfo
diff -u pkgsrc/security/p5-Crypt-DH-GMP/distinfo:1.2 pkgsrc/security/p5-Crypt-DH-GMP/distinfo:1.3
--- pkgsrc/security/p5-Crypt-DH-GMP/distinfo:1.2        Wed Nov  4 01:17:54 2015
+++ pkgsrc/security/p5-Crypt-DH-GMP/distinfo    Thu Jun  8 14:05:17 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:17:54 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/08 14:05:17 schmonz Exp $
 
 SHA1 (Crypt-DH-GMP-0.00012.tar.gz) = 0f512464b61d7a0ebdbeb56425ba62a4ea82f9c8
 RMD160 (Crypt-DH-GMP-0.00012.tar.gz) = d7ca76d9d11804d041b9810e2c11907019db6f2c
 SHA512 (Crypt-DH-GMP-0.00012.tar.gz) = f799017db780613b6d971f626659765f282debe63207bdbc36db223030bcd8f7f478c6331372d9794bcc8207d71bfae6d62048439766916478f4b61f42c5bb6e
 Size (Crypt-DH-GMP-0.00012.tar.gz) = 34421 bytes
+SHA1 (patch-Makefile.PL) = cf60b636b502eec8014f223b9c9d02139fd3deb3

Added files:

Index: pkgsrc/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL:1.1
--- /dev/null   Thu Jun  8 14:05:17 2017
+++ pkgsrc/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL   Thu Jun  8 14:05:17 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 14:05:17 schmonz Exp $
+
+Fix build with Perl 5.26.0.
+
+--- Makefile.PL.orig   2014-03-22 05:49:14.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++# Load the Module::Install bundled in ./inc/
++BEGIN { push @INC, '.'; }
+ use inc::Module::Install;
+ 
+ my @DEFINES;



Home | Main Index | Thread Index | Old Index