From d6c8a81756bbcefccacc579dbac3743824666a3b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 12 May 2002 21:01:30 +0000 Subject: Update to 1.4.8. --- security/pam_ldap/Makefile | 10 ++++------ security/pam_ldap/distinfo | 2 +- security/pam_ldap/pkg-descr | 2 +- security/pam_ldap/pkg-plist | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 2db17821b562..6bae015fee48 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.8 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -16,7 +16,7 @@ MAINTAINER= marcus@FreeBSD.org .include -.if defined(WITH_LDAP_V3) +.if !defined(WITHOUT_LDAP_V3) LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ lber.2:${PORTSDIR}/net/openldap2 .else @@ -24,17 +24,15 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ lber.1:${PORTSDIR}/net/openldap .endif +USE_GMAKE= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} \ --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ --with-ldap-secret-file=${PREFIX}/etc/ldap.secret CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -USE_GMAKE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} - post-extract: @find ${WRKSRC} -type f | xargs ${TOUCH} -f diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo index 8d099b7e287f..1fc4652ff83d 100644 --- a/security/pam_ldap/distinfo +++ b/security/pam_ldap/distinfo @@ -1 +1 @@ -MD5 (pam_ldap-140.tar.gz) = a88b710a9cbd5d497bd9677a5611eb45 +MD5 (pam_ldap-148.tar.gz) = 0a5289355304f058f658060cfb1bd713 diff --git a/security/pam_ldap/pkg-descr b/security/pam_ldap/pkg-descr index a85fe2eb78c8..78bfbd69fe07 100644 --- a/security/pam_ldap/pkg-descr +++ b/security/pam_ldap/pkg-descr @@ -1,3 +1,3 @@ This is a PAM module for authenticating with LDAP. -WWW: http://www.padl.com/pam_ldap.html +WWW: http://www.padl.com/OSS/pam_ldap.html diff --git a/security/pam_ldap/pkg-plist b/security/pam_ldap/pkg-plist index 968f51a14485..752e2989303b 100644 --- a/security/pam_ldap/pkg-plist +++ b/security/pam_ldap/pkg-plist @@ -1,2 +1,2 @@ -lib/pam_ldap.so etc/ldap.conf.dist +lib/pam_ldap.so -- cgit v1.2.3