aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 04:56:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-12 04:56:20 +0000
commit07e3933d996c206abe6865455d02aa127e72df2c (patch)
tree3b8561e9ab9f88ee3bb23f983138ec916ff433ee /security/pam_ldap
parentba6b2857d77608e538ed6224c3fce826aeaf4604 (diff)
downloadports-07e3933d996c206abe6865455d02aa127e72df2c.tar.gz
ports-07e3933d996c206abe6865455d02aa127e72df2c.zip
Update to 1.5.4.
Notes
Notes: svn path=/head/; revision=67843
Diffstat (limited to 'security/pam_ldap')
-rw-r--r--security/pam_ldap/Makefile4
-rw-r--r--security/pam_ldap/distinfo2
-rw-r--r--security/pam_ldap/files/patch-aa10
3 files changed, 8 insertions, 8 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index f21191fd169e..006f4b6e7b45 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_ldap
-PORTVERSION= 1.5.2
+PORTVERSION= 1.5.4
CATEGORIES= security net
MASTER_SITES= http://www.padl.com/download/ \
ftp://ftp.padl.com/pub/
@@ -34,7 +34,7 @@ CONFIGURE_ARGS= --with-ldap-lib=openldap \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-extract:
- @find ${WRKSRC} -type f | xargs ${TOUCH} -f
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
@${ECHO} "================================================================================"
diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo
index 31ee3e4f4dec..7f1614479c0e 100644
--- a/security/pam_ldap/distinfo
+++ b/security/pam_ldap/distinfo
@@ -1 +1 @@
-MD5 (pam_ldap-152.tar.gz) = 13bdf611da3e493d93ab7b129220fb3e
+MD5 (pam_ldap-154.tar.gz) = 46d98eba3681202ce2190b8ec493c96d
diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa
index 573d3daedd89..f1b2f434833d 100644
--- a/security/pam_ldap/files/patch-aa
+++ b/security/pam_ldap/files/patch-aa
@@ -1,12 +1,12 @@
---- Makefile.in.orig Sat Aug 31 15:13:47 2002
-+++ Makefile.in Sat Aug 31 15:14:53 2002
-@@ -364,17 +364,13 @@
+--- Makefile.in.orig Wed Sep 25 09:49:08 2002
++++ Makefile.in Sat Oct 12 00:52:19 2002
+@@ -405,17 +405,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@@EXTENSION_1_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.1
+-@EXTENSION_SO_FALSE@@EXTENSION_1_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/libpam_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
@@ -17,7 +17,7 @@
+ @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \
$(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
-+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
++ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
fi
uninstall-local: