summaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authorpettai <pettai>2010-03-08 23:46:44 +0000
committerpettai <pettai>2010-03-08 23:46:44 +0000
commitba78f39b1656f1a9643b4a711cf22dd25e1e0536 (patch)
treefa53814fdc2814447c2c244337d6461432ec0275 /mail/mimedefang/Makefile
parent40ee52dda7fe2a28b5893933d811cb4686b7d3d2 (diff)
downloadpkgsrc-ba78f39b1656f1a9643b4a711cf22dd25e1e0536.tar.gz
Release 2.68 is mostly a bug-fix release; the most important changes are:
* Detect Sys::Syslog vs. Unix::Syslog at run-time rather than when running ./configure. * Bug fix: Don't change Content-Disposition to "inline" by default. This was causing weird bugs with Outlook iCalendar attachments. * Various crash fixes. * Make relay_is_blacklisted and relay_is_blacklisted_multi handle IPv6 addresses. * Make the C code call smfi_setmlreply if the milter library supports it and the Perl code returns a multi-line reply. (And take over maintainer)
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r--mail/mimedefang/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index e10455a4531..c4e179fd398 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.41 2010/02/05 19:53:08 markd Exp $
+# $NetBSD: Makefile,v 1.42 2010/03/08 23:46:44 pettai Exp $
-DISTNAME= mimedefang-2.67
+DISTNAME= mimedefang-2.68
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
-MAINTAINER= markd@NetBSD.org
+MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.mimedefang.org/
COMMENT= To inspect/modify e-mail as it passes through your mail relay
LICENSE= gnu-gpl-v2
@@ -91,6 +91,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/examples/suggested-minimum-filter-for-windows-clients ${DESTDIR}${EGDIR}/mimedefang-filter
${INSTALL_DATA} ${WRKSRC}/SpamAssassin/spamassassin.cf ${DESTDIR}${EGDIR}/sa-mimedefang.cf
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"