diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:22:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:22:40 +0000 |
commit | 833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35 (patch) | |
tree | e65aadcac8e88ae684887ee26a67f93437d7d812 /security | |
parent | 9b1d1c258212d96d94eed42b205335ad57013d9b (diff) | |
download | ports-833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35.tar.gz ports-833ea7ed4ca951fb2d651fe157ae1e4dc09e0c35.zip |
Update to version 1.3.4.
PR: 32427
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50918
Diffstat (limited to 'security')
-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 |