summaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-10 17:57:21 +0000
committerjlam <jlam>2007-08-10 17:57:21 +0000
commitfad8a2a985954a4ab637b83169c8f9fe079116c0 (patch)
tree024f5d82a4c455d9be501d6608292edfdecc1654 /security/courier-authlib/Makefile
parent659383811d21c0d2cc4a7cc52fe605d9231543ba (diff)
downloadpkgsrc-fad8a2a985954a4ab637b83169c8f9fe079116c0.tar.gz
Update security/courier-authlib to 0.59.3. Changes from version 0.58
include: * authpipe.c (auth_pipe_pre): Fix leak when authpipe module is enabled, but the actual authpipe script/external prog is not installed. * authmysqlrc: Implement SSL-encrypted MySQL connections * authldaplib.c (l_simple_bind_s): Fix anon binds. * authldaplib.c (auth_ldap_enumerate): Fix LDAP account enumeration * userdb/makeuserdb.in: Added the -f option to makeuserdb * authldaplib.c: Try to recover when the LDAP server closes the persistent socket, for inactivity.
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r--security/courier-authlib/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index e2654bbe09d..172b42435ed 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/07/02 10:34:55 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2007/08/10 17:57:21 jlam Exp $
.include "Makefile.common"
-DISTNAME= courier-authlib-0.58
-PKGREVISION= 3
+DISTNAME= courier-authlib-0.59.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -36,9 +35,10 @@ OWN_DIRS_PERMS= ${AUTHDAEMONVAR} ${COURIER_USER} ${COURIER_GROUP} 0750
FILES_SUBST+= AUTHDAEMONVAR=${AUTHDAEMONVAR:Q}
# Expect is used to change the password from within the courier webmail
-# application (sqwebmail).
+# application (sqwebmail). Assume that it's installed in the same prefix
+# as courier-authlib.
#
-CONFIGURE_ENV+= EXPECT=${LOCALBASE:Q}/bin/expect
+CONFIGURE_ENV+= EXPECT=${PREFIX:Q}/bin/expect
AUTHLIBDIR= lib/courier-authlib
AUTHLIBEXECDIR= libexec/courier-authlib
@@ -90,7 +90,6 @@ post-install: ${POST_INSTALL_TARGETS}
post-install-common:
${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/makedat/makedat ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL.html ${DOCDIR}
@@ -102,5 +101,4 @@ post-install-authdaemon:
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${EGDIR}/authdaemonrc.dist
${CHMOD} ${SHAREMODE} ${EGDIR}/authdaemonrc.dist
-.include "../../lang/tcl-expect/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"