diff options
author | pi <pi@FreeBSD.org> | 2015-10-29 00:58:56 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-10-29 00:58:56 +0800 |
commit | 4d46af426ab31d273880d594f09129c94aa7def4 (patch) | |
tree | de131038568302cbd23308af91e8e495ec365987 /mail | |
parent | ce882397e64f9a43bbd54f3162661ac2a1214493 (diff) | |
download | freebsd-ports-gnome-4d46af426ab31d273880d594f09129c94aa7def4.tar.gz freebsd-ports-gnome-4d46af426ab31d273880d594f09129c94aa7def4.tar.zst freebsd-ports-gnome-4d46af426ab31d273880d594f09129c94aa7def4.zip |
mail/mimedefang: 2.75 -> 2.78
Changes:
- Fix code that coalesces multiparts into single-parts so that it
does not break DKIM signing. Fix is courtesy of Peter Nagel.
- Change old author's name to "Dianne Skoll" in many places.
- Add "All / Summary" button to watch-multiple-mimedefangs.tcl
- Add a filter_wrapup callback. This permits header modifications,
but not body modifications. It has access to the final
(possibly modified) message, so is the ideal place to do DKIM-signing.
- Remove all function prototypes from mimedefang.pl.in as per current
Perl5 best practices.
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mimedefang/Makefile | 2 | ||||
-rw-r--r-- | mail/mimedefang/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 6fff03498382..c75af12f95c1 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mimedefang -PORTVERSION= 2.75 +PORTVERSION= 2.78 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ \ http://fossies.org/linux/misc/ diff --git a/mail/mimedefang/distinfo b/mail/mimedefang/distinfo index 3abbfbb20067..81ce337b4c34 100644 --- a/mail/mimedefang/distinfo +++ b/mail/mimedefang/distinfo @@ -1,2 +1,2 @@ -SHA256 (mimedefang-2.75.tar.gz) = 7852da1039ed22bc8df4e43c3094ee8c6d6ba154479efd37b643d488a3c85a42 -SIZE (mimedefang-2.75.tar.gz) = 363535 +SHA256 (mimedefang-2.78.tar.gz) = 8c363063fa6937826f8647e47fc3e5ef999ccb90110e0cb64befdd45cda8372c +SIZE (mimedefang-2.78.tar.gz) = 364501 |