pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Authen-SASL



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  5 23:19:54 UTC 2017

Modified Files:
        pkgsrc/security/p5-Authen-SASL: distinfo
Added Files:
        pkgsrc/security/p5-Authen-SASL/patches: patch-Makefile.PL

Log Message:
Fix build with perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-Authen-SASL/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/p5-Authen-SASL/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-Authen-SASL/distinfo
diff -u pkgsrc/security/p5-Authen-SASL/distinfo:1.10 pkgsrc/security/p5-Authen-SASL/distinfo:1.11
--- pkgsrc/security/p5-Authen-SASL/distinfo:1.10        Wed Nov  4 01:17:53 2015
+++ pkgsrc/security/p5-Authen-SASL/distinfo     Mon Jun  5 23:19:54 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 01:17:53 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/06/05 23:19:54 ryoon Exp $
 
 SHA1 (Authen-SASL-2.16.tar.gz) = 0f1e0c448deab4dad0f15466ba765def4012db93
 RMD160 (Authen-SASL-2.16.tar.gz) = 82e659bbeee30dbf366124d6a135df7fb6ae2fba
 SHA512 (Authen-SASL-2.16.tar.gz) = d472b8b07b8915e65a219c0a40a7b6f25ca4fb767df301f426224b8f6ebf24d66fcb4422a1f421c39631e84585af06f6c64e41abe11e1e505d03e43a9f86bd6f
 Size (Authen-SASL-2.16.tar.gz) = 45129 bytes
+SHA1 (patch-Makefile.PL) = 734136512c16edf4a555e6926d33c7e463f6afed

Added files:

Index: pkgsrc/security/p5-Authen-SASL/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/security/p5-Authen-SASL/patches/patch-Makefile.PL:1.1
--- /dev/null   Mon Jun  5 23:19:54 2017
+++ pkgsrc/security/p5-Authen-SASL/patches/patch-Makefile.PL    Mon Jun  5 23:19:54 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/05 23:19:54 ryoon Exp $
+
+* Add workaround for removing . from @INC
+
+--- Makefile.PL.orig   2010-03-11 15:10:46.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use strict;
+ use warnings;
+ use 5.005;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ name          'Authen-SASL';



Home | Main Index | Thread Index | Old Index