summaryrefslogtreecommitdiff
path: root/mail/courier-authldap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-21 14:43:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-21 14:43:15 +0000
commit627daeab6205f8cc54adffedc0eae0f02d17e2d0 (patch)
tree10ecf752c5231b17ef95e472114b10ce122f7a67 /mail/courier-authldap
parent7844fee7eb1b61dea7e444398f72b9b4abe49d18 (diff)
downloadpkgsrc-627daeab6205f8cc54adffedc0eae0f02d17e2d0.tar.gz
Update mail/courier-auth* packages to 0.44.2 from the courier-0.44.2
source distribution. Changes from version 0.37.1 include fixing minor bugs, plugging memory leaks, and improving documentation. The authentication daemons also have improved behaviour when idling.
Diffstat (limited to 'mail/courier-authldap')
-rw-r--r--mail/courier-authldap/Makefile22
-rw-r--r--mail/courier-authldap/PLIST3
2 files changed, 14 insertions, 11 deletions
diff --git a/mail/courier-authldap/Makefile b/mail/courier-authldap/Makefile
index c79ae49f02d..b33c4147088 100644
--- a/mail/courier-authldap/Makefile
+++ b/mail/courier-authldap/Makefile
@@ -1,32 +1,34 @@
-# $NetBSD: Makefile,v 1.7 2003/05/05 16:39:18 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/21 14:43:16 jlam Exp $
-PKGNAME= courier-authldap-${BASE_VERS}
-PKGREVISION?= 1
-COMMENT= Courier LDAP authentication module
+PKGNAME= courier-authldap-${BASE_VERS}
+COMMENT= Courier LDAP authentication module
-CONFLICTS= courier-imap-ldap-[0-9]*
+CONFLICTS= courier-imap-ldap-[0-9]*
-DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth
+DEPENDS+= courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
-.include "../../mail/courier-auth/Makefile.authdaemond"
+.include "../courier-auth/Makefile.authdaemond"
USE_PKGINSTALL= yes
+INSTALL_EXTRA_TMPL= ${.CURDIR}/../../mail/courier-auth/INSTALL
+
CONFIGURE_ARGS+= --with-authldap
GEN_FILES= authldaprc
+FILES_SUBST+= GEN_FILES=${GEN_FILES:Q}
+
CONF_FILES_PERMS= # empty
.for FILE in ${GEN_FILES}
CONF_FILES_PERMS+= ${EGDIR}/${FILE}.dist ${PKG_SYSCONFDIR}/${FILE} \
${ROOT_USER} ${ROOT_GROUP} 0600
.endfor
-FILES_SUBST+= GEN_FILES=${GEN_FILES:Q}
-INSTALL_EXTRA_TMPL= ${.CURDIR}/../../mail/courier-auth/INSTALL
+.include "../../databases/openldap/buildlink3.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/authlib/authdaemond.ldap ${AUTHLIBDIR}
+ ${INSTALL_MAN} ${WRKSRC}/authlib/README.ldap ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/authlib/authldap.schema ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/authlib/authldaprc ${EGDIR}/authldaprc.dist
-.include "../../databases/openldap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/courier-authldap/PLIST b/mail/courier-authldap/PLIST
index 8f210aac6d9..4c17d18ad29 100644
--- a/mail/courier-authldap/PLIST
+++ b/mail/courier-authldap/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/27 20:52:20 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/02/21 14:43:16 jlam Exp $
libexec/courier/authlib/authdaemond.ldap
+share/doc/courier/README.ldap
share/examples/courier/authldap.schema
share/examples/courier/authldaprc.dist