diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-01 03:19:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-01 03:19:23 +0800 |
commit | 6229d9518ffcaf53e96d679f6625a960c569a4b0 (patch) | |
tree | 898fe58e9d65f80b4e0b89035d9fb3af3a9c88b6 /security/pam_ldap | |
parent | 4f3f40f6157a73f5e795716b99fe9a56fca9a359 (diff) | |
download | freebsd-ports-gnome-6229d9518ffcaf53e96d679f6625a960c569a4b0.tar.gz freebsd-ports-gnome-6229d9518ffcaf53e96d679f6625a960c569a4b0.tar.zst freebsd-ports-gnome-6229d9518ffcaf53e96d679f6625a960c569a4b0.zip |
Update to 1.5.1.
Diffstat (limited to 'security/pam_ldap')
-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: |