diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-26 17:39:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-26 17:39:19 +0000 |
commit | d184cf8e713018ac8d11539f839e6367bf37adfc (patch) | |
tree | 0e3d0d9f2e5a1574fada8f65e1a372ee1e260142 /security/pam_ldap | |
parent | 4f0a5cf9777e2d39de380d144b92345f2bb40963 (diff) | |
download | ports-d184cf8e713018ac8d11539f839e6367bf37adfc.tar.gz ports-d184cf8e713018ac8d11539f839e6367bf37adfc.zip |
Update to 1.7.8, now with a shiny new man page.
Notes
Notes:
svn path=/head/; revision=138046
Diffstat (limited to 'security/pam_ldap')
-rw-r--r-- | security/pam_ldap/Makefile | 4 | ||||
-rw-r--r-- | security/pam_ldap/distinfo | 4 | ||||
-rw-r--r-- | security/pam_ldap/files/patch-aa | 9 |
3 files changed, 11 insertions, 6 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index a620f2d2ad96..727af655912a 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.8 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -27,6 +27,8 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-unknown-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message +MAN5= pam_ldap.5 + post-extract: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index ef0dbfdca53e..6cbc367b6cd8 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1,2 +1,2 @@ -MD5 (pam_ldap-176.tar.gz) = 3f49fe6d5d33d33d708908e7f7d180b2 -SIZE (pam_ldap-176.tar.gz) = 121531 +MD5 (pam_ldap-178.tar.gz) = 222186c498d24a7035e8a7494fc0797d +SIZE (pam_ldap-178.tar.gz) = 127074 diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa index f1b2f434833d..3e3444405a67 100644 --- a/security/pam_ldap/files/patch-aa +++ b/security/pam_ldap/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Sep 25 09:49:08 2002 -+++ Makefile.in Sat Oct 12 00:52:19 2002 -@@ -405,17 +405,13 @@ +--- Makefile.in.orig Sun Jun 26 13:33:47 2005 ++++ Makefile.in Sun Jun 26 13:35:09 2005 +@@ -434,19 +434,15 @@ install-exec-local: pam_ldap.so @$(NORMAL_INSTALL) @@ -19,5 +19,8 @@ - $(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; \ fi +- $(INSTALL_DATA) -o root -g root $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5 ++ $(INSTALL_DATA) -o root -g wheel $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5 uninstall-local: + @$(NORMAL_UNINSTALL) |