summaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authorpettai <pettai>2010-07-19 10:58:18 +0000
committerpettai <pettai>2010-07-19 10:58:18 +0000
commit41442680356d2989de56fee697dc00be7cd29776 (patch)
treec273a7cb74da401647ab7b5cf33d0b207f3b908b /mail/mimedefang/Makefile
parentb2959fe6e3484797ac848b14c410101cafae63d8 (diff)
downloadpkgsrc-41442680356d2989de56fee697dc00be7cd29776.tar.gz
* Fixed a bug in embedded Perl: We have to call
PERL_SET_CONTEXT after forking or Perl gets confused. In particular, setting signal-handling dispositions using $SIG{FOO} = sub { ... } breaks. * Clarify wording of mimedefang-filter man page. * Remove obsolete code that used to attempt to generate working directory names. Deactivate the no-longer-needed "-M" mimedefang option. * Add new "-y" option to mimedefang-multiplexor. This limits the number of concurrent "recipok" commands on a per-domain basis. * Remove Anomy::HTMLCleaner support. * use MIME::Parser::Filer's ignore_filename() call instead of subclassing to override evil_filename(). Same effect, less code. * refactor resend_message_one_recipient() to use resend_message_specifying_mode() instead of reimplementing it. * header_timezone() now generates a strictly RFC2822-compliant timezone string without needing POSIX::strftime() * Ensure that decode_mimewords() is called in scalar context.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r--mail/mimedefang/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 8f14543b220..a186c2d1e28 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2010/06/04 21:00:07 pettai Exp $
+# $NetBSD: Makefile,v 1.46 2010/07/19 10:58:18 pettai Exp $
-DISTNAME= mimedefang-2.68
-PKGREVISION= 2
+DISTNAME= mimedefang-2.70
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/