diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-08 23:46:44 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-08 23:46:44 +0000 |
commit | 161db361522eed73bb48af4d7912e3bfff6f78e9 (patch) | |
tree | fa53814fdc2814447c2c244337d6461432ec0275 /mail/mimedefang/Makefile | |
parent | 52cec63cd4cbb497a25cb8ad7beb0c55e0753035 (diff) | |
download | pkgsrc-161db361522eed73bb48af4d7912e3bfff6f78e9.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/Makefile | 7 |
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" |