summaryrefslogtreecommitdiff
path: root/mail/mimedefang
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-06-02 12:07:26 +0000
committerpettai <pettai@pkgsrc.org>2014-06-02 12:07:26 +0000
commitc5875e7912b69f06fd78d761b04021b70b884ae6 (patch)
tree126ba12f409129355549dedbb51172716b83597b /mail/mimedefang
parent726236d7dcbad8378f9dbf242a08312a7fbadf09 (diff)
downloadpkgsrc-c5875e7912b69f06fd78d761b04021b70b884ae6.tar.gz
MIMEDefang 2.75
* Many cosmetic improvements to watch-multiple-mimedefangs.tcl * Fix md_get_bogus_mx_hosts so it checks A records iff a domain has no MX records. * Add a forward declaration of rebuild_entity to avoid warnings on recent Perl versions.
Diffstat (limited to 'mail/mimedefang')
-rw-r--r--mail/mimedefang/Makefile5
-rw-r--r--mail/mimedefang/distinfo9
-rw-r--r--mail/mimedefang/patches/patch-mimedefang.pl.in12
3 files changed, 6 insertions, 20 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 4095e053d8e..e58ef7c8381 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2014/05/29 23:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2014/06/02 12:07:26 pettai Exp $
-DISTNAME= mimedefang-2.74
-PKGREVISION= 3
+DISTNAME= mimedefang-2.75
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
diff --git a/mail/mimedefang/distinfo b/mail/mimedefang/distinfo
index ebeebee412a..3361d25fba6 100644
--- a/mail/mimedefang/distinfo
+++ b/mail/mimedefang/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.26 2014/03/13 22:39:09 pettai Exp $
+$NetBSD: distinfo,v 1.27 2014/06/02 12:07:26 pettai Exp $
-SHA1 (mimedefang-2.74.tar.gz) = 7f5306bcc87e8959fc5bed09ec215755a7d357be
-RMD160 (mimedefang-2.74.tar.gz) = 0e872d69e55fab37266d5aa1d671dd3aa2efdd16
-Size (mimedefang-2.74.tar.gz) = 362500 bytes
+SHA1 (mimedefang-2.75.tar.gz) = d5ab80dc3057023a684c0473f78eb1bb6836eda3
+RMD160 (mimedefang-2.75.tar.gz) = 7aee8b3465ebd824ca4d061f1db51243c3ac4948
+Size (mimedefang-2.75.tar.gz) = 363535 bytes
SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148
SHA1 (patch-ad) = 1130dad09875d069ca246db8f8f567366e0af5be
-SHA1 (patch-mimedefang.pl.in) = 8b7466bd7322f24c54e3f307059a94aecefb25cb
diff --git a/mail/mimedefang/patches/patch-mimedefang.pl.in b/mail/mimedefang/patches/patch-mimedefang.pl.in
deleted file mode 100644
index ff3f8faaf4a..00000000000
--- a/mail/mimedefang/patches/patch-mimedefang.pl.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-mimedefang.pl.in,v 1.1 2014/03/13 22:39:09 pettai Exp $
-
---- mimedefang.pl.in.orig 2014-03-13 22:31:40.000000000 +0000
-+++ mimedefang.pl.in
-@@ -764,6 +764,7 @@ sub synthesize_received_header () {
- # Descends through input entity and rebuilds an output entity. The
- # various parts of the input entity may be modified (or even deleted)
- #***********************************************************************
-+sub rebuild_entity ($$); # Forward declaration to avoid warning
- sub rebuild_entity ($$) {
- my($out, $in) = @_;
- my @parts = $in->parts;