From 161db361522eed73bb48af4d7912e3bfff6f78e9 Mon Sep 17 00:00:00 2001 From: pettai Date: Mon, 8 Mar 2010 23:46:44 +0000 Subject: 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) --- mail/mimedefang/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/mimedefang/Makefile') 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" -- cgit v1.2.3