pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun  9 16:57:55 UTC 2017

Modified Files:
        pkgsrc/security/p5-Authen-PAM: distinfo
Added Files:
        pkgsrc/security/p5-Authen-PAM/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-Authen-PAM/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/p5-Authen-PAM/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-PAM/distinfo
diff -u pkgsrc/security/p5-Authen-PAM/distinfo:1.2 pkgsrc/security/p5-Authen-PAM/distinfo:1.3
--- pkgsrc/security/p5-Authen-PAM/distinfo:1.2  Wed Nov  4 01:17:53 2015
+++ pkgsrc/security/p5-Authen-PAM/distinfo      Fri Jun  9 16:57:55 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:17:53 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/09 16:57:55 ryoon Exp $
 
 SHA1 (Authen-PAM-0.16.tar.gz) = 648dc61f67fc17571072c3e1221827230eb2820b
 RMD160 (Authen-PAM-0.16.tar.gz) = 22e4df145506a207700a90ad5bcd47f6f7f245d0
 SHA512 (Authen-PAM-0.16.tar.gz) = 2419698193697cb8c9ac3a1527a25abefffd9f15f4b492006081b2c8e7fe9e01e00f33e8fed6a07611b725b38ed92d9feb51b8ba61e4c23313cc5ff9ea1c05fd
 Size (Authen-PAM-0.16.tar.gz) = 45922 bytes
+SHA1 (patch-Makefile.PL) = b1b0c39ec12353f766dba2405a3c2487ac22df9a

Added files:

Index: pkgsrc/security/p5-Authen-PAM/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/security/p5-Authen-PAM/patches/patch-Makefile.PL:1.1
--- /dev/null   Fri Jun  9 16:57:55 2017
+++ pkgsrc/security/p5-Authen-PAM/patches/patch-Makefile.PL     Fri Jun  9 16:57:55 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:57:55 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2005-06-06 13:29:12.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use ExtUtils::MakeMaker;
+ use Config;
+ 



Home | Main Index | Thread Index | Old Index