summaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-07-18 06:11:14 +0000
committermarkd <markd>2004-07-18 06:11:14 +0000
commit8483b4ab5b93a70f1c4500af47314cff5dbaa5f8 (patch)
treef19726f333f40eca41b41f5d5704e274a0e1de71 /mail/mimedefang/Makefile
parent46e2260a4fecdd2f697210d98b45821f608bc6be (diff)
downloadpkgsrc-8483b4ab5b93a70f1c4500af47314cff5dbaa5f8.tar.gz
Update mimedefang to version 2.44
Changes in 2.44: This release features support for two new Sendmail 8.13 features: the SOCKETMAP map type, and Sendmail's built-in quarantine mechanism. There are also some minor bugfixes and documentation cleanups, as well as a fix for a memory leak with the embedded Perl interpreter on some platforms. Changes in 2.43: Various Perl functions can request the C code to delay before returning; this permits tarpitting without tying up a Perl slave. The multiplexor has an additional option to run a "tick" function on a periodic basis. There are minor bugfixes and documentation improvements. Changes in 2.42: The multiplexor causes closelog() to avoid problems with embedded Perl slaves. Support for SpamAssassin's upcoming 3.0.0 Perl API was added. A few other small bugs were fixed. Changes in 2.41: This is a bugfix release only. The most important change is to stop the action_quarantine_entire_message from sending out notifications each time it is invoked. A few other minor bugs were fixed.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r--mail/mimedefang/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index fa4cc58f577..8166e3e2eca 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2004/04/25 04:03:16 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/18 06:11:14 markd Exp $
-DISTNAME= mimedefang-2.40
-PKGREVISION= 1
+DISTNAME= mimedefang-2.44
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
@@ -26,7 +25,7 @@ PKG_SYSCONFSUBDIR?= mimedefang
USE_PKGINSTALL= YES
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
-DEFANG_SPOOLDIR?= /var/spool/MIMEDefang
+DEFANG_SPOOLDIR?= ${VARBASE}/spool/MIMEDefang
DEFANG_USER?= defang
DEFANG_GROUP?= defang
@@ -45,7 +44,7 @@ RCD_SCRIPTS= mimedefang-multiplexor mimedefang
OWN_DIRS_PERMS+= ${DEFANG_SPOOLDIR} ${DEFANG_USER} ${DEFANG_GROUP} 0700
CONF_FILES+= ${EGDIR}/mimedefang-filter ${PKG_SYSCONFDIR}/mimedefang-filter
-CONF_FILES+= ${EGDIR}/sa-mimedefang.cf ${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf
+CONF_FILES+= ${EGDIR}/sa-mimedefang.cf ${PKG_SYSCONFDIR}/sa-mimedefang.cf
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-confsubdir=
@@ -67,7 +66,6 @@ PTHREAD_OPTS+= require native
do-install:
${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}
- ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}/spamassassin
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${SHAREDIR}
${INSTALL_DATA} ${WRKSRC}/gen-ip-validator.pl ${SHAREDIR}