diff options
author | steve <steve@FreeBSD.org> | 2001-12-03 10:22:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-03 10:22:40 +0800 |
commit | afcc70ec4abbb5c6823d035e2a4e0bfdeb1a88e6 (patch) | |
tree | 19dc4a068ce57c9d01d560aa5711e33f0accc6fd | |
parent | f5827c42f5f21ebada4c1931dd103a66c63899f9 (diff) | |
download | freebsd-ports-gnome-afcc70ec4abbb5c6823d035e2a4e0bfdeb1a88e6.tar.gz freebsd-ports-gnome-afcc70ec4abbb5c6823d035e2a4e0bfdeb1a88e6.tar.zst freebsd-ports-gnome-afcc70ec4abbb5c6823d035e2a4e0bfdeb1a88e6.zip |
Update to version 1.3.4.
PR: 32427
Submitted by: maintainer
-rw-r--r-- | security/pam_ldap/Makefile | 5 | ||||
-rw-r--r-- | security/pam_ldap/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 4e2633c89a72..f0956e3cfe54 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.4 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -31,6 +31,9 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} +post-extract: + @find ${WRKSRC} -type f | xargs touch -f + post-install: @${ECHO} "================================================================================" @${ECHO} "Copy/move/symlink ${PREFIX}/etc/ldap.conf.dist to" diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index 37b048662b1a..f5ceedbd710b 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1 +1 @@ -MD5 (pam_ldap-131.tar.gz) = eb702956de0eae397be418a507d156ac +MD5 (pam_ldap-134.tar.gz) = 7d6583b37e02202c38ef95738880fadb |