summaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-02-05 19:53:08 +0000
committermarkd <markd@pkgsrc.org>2010-02-05 19:53:08 +0000
commit7e1d4a3fa9f0df7990fba1aa402f5ecf6676f465 (patch)
treec894e29f64b93a101c59aec550af71148c17cf73 /mail/mimedefang/Makefile
parentc9c90a5ad35b51c392433821b896fa6912c78ec8 (diff)
downloadpkgsrc-7e1d4a3fa9f0df7990fba1aa402f5ecf6676f465.tar.gz
Update to mimedefang 2.67, thanks to Klaus Heinz
Release 2.67 adds the following features since 2.65 (there was no public 2.66 release): * The ability for mimedefang-multiplexor to use poll rather than select. This removes the FD_SETSIZE limit on the number of file descriptors the multiplexor can handle. * Support for FPROTD version 6 daemonized virus scanner. 2.65 There is only one change since 2.64: An error in the way the embedded perl interpreter was initialized has been fixed. This fixes problems on the Debian HPPA architecture and possibly others. 2.64 This is a minor bugfix release; * Add support for NOD32 command-line scanner * Add support for Sophos "savscan" scanner
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r--mail/mimedefang/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 4598e55d90c..e10455a4531 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2010/01/30 23:08:00 heinz Exp $
+# $NetBSD: Makefile,v 1.41 2010/02/05 19:53:08 markd Exp $
-DISTNAME= mimedefang-2.63
+DISTNAME= mimedefang-2.67
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
@@ -14,8 +14,8 @@ DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset
DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy
DEPENDS+= p5-MailTools>=1.44:../../mail/p5-MailTools
-DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
-DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools
+DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
+DEPENDS+= p5-MIME-tools>=5.413:../../mail/p5-MIME-tools
DEPENDS+= spamassassin>=2.31:../../mail/spamassassin
PKG_DESTDIR_SUPPORT= user-destdir
@@ -53,7 +53,7 @@ CONF_FILES+= ${EGDIR}/mimedefang-filter ${PKG_SYSCONFDIR}/mimedefang-filter
CONF_FILES+= ${EGDIR}/sa-mimedefang.cf ${PKG_SYSCONFDIR}/sa-mimedefang.cf
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-confsubdir=
+CONFIGURE_ARGS+= --with-confsubdir=${PKG_SYSCONFSUBDIR:Q}
CONFIGURE_ARGS+= --with-milterinc=${BUILDLINK_PREFIX.libmilter}/include
CONFIGURE_ARGS+= --with-milterlib=${BUILDLINK_PREFIX.libmilter}/lib
CONFIGURE_ARGS+= --with-spooldir=${DEFANG_SPOOLDIR:Q}