svn commit: r400401 - head/mail/mimedefang

Kurt Jaeger pi at FreeBSD.org
Wed Oct 28 16:58:58 UTC 2015


Author: pi
Date: Wed Oct 28 16:58:56 2015
New Revision: 400401
URL: https://svnweb.freebsd.org/changeset/ports/400401

Log:
  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 at gmail.com> (maintainer)

Modified:
  head/mail/mimedefang/Makefile
  head/mail/mimedefang/distinfo

Modified: head/mail/mimedefang/Makefile
==============================================================================
--- head/mail/mimedefang/Makefile	Wed Oct 28 16:25:27 2015	(r400400)
+++ head/mail/mimedefang/Makefile	Wed Oct 28 16:58:56 2015	(r400401)
@@ -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/

Modified: head/mail/mimedefang/distinfo
==============================================================================
--- head/mail/mimedefang/distinfo	Wed Oct 28 16:25:27 2015	(r400400)
+++ head/mail/mimedefang/distinfo	Wed Oct 28 16:58:56 2015	(r400401)
@@ -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


More information about the svn-ports-all mailing list