diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 19:19:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 19:19:23 +0000 |
commit | 163f794b9da65f83c92b7c82c1b3551ddb8a09d3 (patch) | |
tree | e8442d38b54bc5f46151fc4bb21a6a6e586ab4ef /security | |
parent | 84ce35e6a5fd553fcd2bd158a2d36086db63e7d1 (diff) | |
download | ports-163f794b9da65f83c92b7c82c1b3551ddb8a09d3.tar.gz ports-163f794b9da65f83c92b7c82c1b3551ddb8a09d3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ldap/Makefile | 2 | ||||
-rw-r--r-- | security/pam_ldap/distinfo | 2 | ||||
-rw-r--r-- | security/pam_ldap/files/patch-aa | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 3aa25be8d386..1877856e098c 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index 02ae68f96849..ac70fde8d9a7 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1 +1 @@ -MD5 (pam_ldap-150.tar.gz) = 2fe328d579f2610b9db8674403cbd892 +MD5 (pam_ldap-151.tar.gz) = 4b99cb9401c010782213fcf10f39d081 diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa index 962fa84a51e0..573d3daedd89 100644 --- a/security/pam_ldap/files/patch-aa +++ b/security/pam_ldap/files/patch-aa @@ -1,14 +1,14 @@ ---- Makefile.in.orig Sun Feb 3 15:36:48 2002 -+++ Makefile.in Sun Feb 3 15:39:06 2002 -@@ -357,17 +357,13 @@ +--- Makefile.in.orig Sat Aug 31 15:13:47 2002 ++++ Makefile.in Sat Aug 31 15:14:53 2002 +@@ -364,17 +364,13 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir)/security -@EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so --@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 --@EXTENSION_SO_FALSE@ -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so --@EXTENSION_SO_FALSE@ -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so +-@EXTENSION_SO_FALSE@@EXTENSION_1_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.1 +-@EXTENSION_SO_FALSE@@EXTENSION_1_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 +-@EXTENSION_SO_FALSE@@EXTENSION_1_FALSE@ (cd $(DESTDIR)$(libdir)/security; rm -f pam_ldap.so; ln -s pam_ldap.so.1 pam_ldap.so) + $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so install-data-local: |