Update to 1.4.8.
This commit is contained in:
parent
bc045782ee
commit
d6c8a81756
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58977
4 changed files with 7 additions and 9 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pam_ldap-140.tar.gz) = a88b710a9cbd5d497bd9677a5611eb45
|
||||
MD5 (pam_ldap-148.tar.gz) = 0a5289355304f058f658060cfb1bd713
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
lib/pam_ldap.so
|
||||
etc/ldap.conf.dist
|
||||
lib/pam_ldap.so
|
||||
|
|
Loading…
Reference in a new issue