diff options
author | pettai <pettai@pkgsrc.org> | 2010-08-30 21:55:48 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-08-30 21:55:48 +0000 |
commit | 21665fa78959eaa763b832fb07e70dfbfc5bd0f7 (patch) | |
tree | f198515eba41cec971d42acf1bc9337571c40bfa /mail/mimedefang/Makefile | |
parent | 5264c51116db564d6f7959a83d300f1351bba757 (diff) | |
download | pkgsrc-21665fa78959eaa763b832fb07e70dfbfc5bd0f7.tar.gz |
MIMEDefang 2.71 fixes the following bugs:
* Restores compatibility with Postfix (which was broken in 2.70).
* Properly fixes signal-handling in child processes. 2.70 included a partial fix,
but signal-handling would break if you ran md-mx-ctrl reread.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r-- | mail/mimedefang/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index d9bcc1ad53e..d1b1d17583b 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2010/08/21 16:35:00 seb Exp $ +# $NetBSD: Makefile,v 1.48 2010/08/30 21:55:48 pettai Exp $ -DISTNAME= mimedefang-2.70 -PKGREVISION= 1 +DISTNAME= mimedefang-2.71 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ |