aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 19:19:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-31 19:19:23 +0000
commit163f794b9da65f83c92b7c82c1b3551ddb8a09d3 (patch)
treee8442d38b54bc5f46151fc4bb21a6a6e586ab4ef /security/pam_ldap
parent84ce35e6a5fd553fcd2bd158a2d36086db63e7d1 (diff)
downloadports-163f794b9da65f83c92b7c82c1b3551ddb8a09d3.tar.gz
ports-163f794b9da65f83c92b7c82c1b3551ddb8a09d3.zip
Update to 1.5.1.
Notes
Notes: svn path=/head/; revision=65391
Diffstat (limited to 'security/pam_ldap')
-rw-r--r--security/pam_ldap/Makefile2
-rw-r--r--security/pam_ldap/distinfo2
-rw-r--r--security/pam_ldap/files/patch-aa12
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: