aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-04-07 05:46:57 +0800
committermnag <mnag@FreeBSD.org>2006-04-07 05:46:57 +0800
commitd11fa2025ef6392496366a7b7d495fce3bc9ff6b (patch)
tree5112f7cc8dad0c3088c777ea8fd53920cf2425c0
parent2c16b76d993ba7ef98b1c1b6246d18a17c3df884 (diff)
downloadfreebsd-ports-gnome-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.gz
freebsd-ports-gnome-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.zst
freebsd-ports-gnome-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.zip
- Update to 2.2.10
- Trust only in host instead of subnet in default instalation. [1] - Update VDA patch to 2.2.9 Notified by: Anton Yuzhaninov <citrin__citrin.ru>
-rw-r--r--mail/postfix/Makefile2
-rw-r--r--mail/postfix/distinfo12
-rw-r--r--mail/postfix/files/patch-conf::main.cf13
-rw-r--r--mail/postfix/scripts/configure.postfix4
-rw-r--r--mail/postfix22/Makefile2
-rw-r--r--mail/postfix22/distinfo12
-rw-r--r--mail/postfix22/files/patch-conf::main.cf13
-rw-r--r--mail/postfix22/scripts/configure.postfix4
-rw-r--r--mail/postfix23/Makefile2
-rw-r--r--mail/postfix23/distinfo12
-rw-r--r--mail/postfix23/files/patch-conf::main.cf13
-rw-r--r--mail/postfix23/scripts/configure.postfix4
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix24/distinfo12
-rw-r--r--mail/postfix24/files/patch-conf::main.cf13
-rw-r--r--mail/postfix24/scripts/configure.postfix4
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix25/distinfo12
-rw-r--r--mail/postfix25/files/patch-conf::main.cf13
-rw-r--r--mail/postfix25/scripts/configure.postfix4
-rw-r--r--mail/postfix26/Makefile2
-rw-r--r--mail/postfix26/distinfo12
-rw-r--r--mail/postfix26/files/patch-conf::main.cf13
-rw-r--r--mail/postfix26/scripts/configure.postfix4
-rw-r--r--mail/postfix27/Makefile2
-rw-r--r--mail/postfix27/distinfo12
-rw-r--r--mail/postfix27/files/patch-conf::main.cf13
-rw-r--r--mail/postfix27/scripts/configure.postfix4
-rw-r--r--mail/postfix28/Makefile2
-rw-r--r--mail/postfix28/distinfo12
-rw-r--r--mail/postfix28/files/patch-conf::main.cf13
-rw-r--r--mail/postfix28/scripts/configure.postfix4
32 files changed, 160 insertions, 88 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix/distinfo
+++ b/mail/postfix/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix/files/patch-conf::main.cf b/mail/postfix/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix/files/patch-conf::main.cf
+++ b/mail/postfix/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix
index 9bb622013402..ac3ee86327e2 100644
--- a/mail/postfix/scripts/configure.postfix
+++ b/mail/postfix/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix22/distinfo
+++ b/mail/postfix22/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix22/files/patch-conf::main.cf b/mail/postfix22/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix22/files/patch-conf::main.cf
+++ b/mail/postfix22/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index c920df9c761a..114f19c95d99 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix23/distinfo
+++ b/mail/postfix23/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix23/files/patch-conf::main.cf b/mail/postfix23/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix23/files/patch-conf::main.cf
+++ b/mail/postfix23/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix
index 545df61817a5..2808883c08cb 100644
--- a/mail/postfix23/scripts/configure.postfix
+++ b/mail/postfix23/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix24/distinfo
+++ b/mail/postfix24/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix24/files/patch-conf::main.cf b/mail/postfix24/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix24/files/patch-conf::main.cf
+++ b/mail/postfix24/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index b9a51f49d3a7..8466ba931835 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix25/distinfo
+++ b/mail/postfix25/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix25/files/patch-conf::main.cf b/mail/postfix25/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix25/files/patch-conf::main.cf
+++ b/mail/postfix25/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix
index b0e0cb2fa7c6..15ddcee205bc 100644
--- a/mail/postfix25/scripts/configure.postfix
+++ b/mail/postfix25/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix26/distinfo
+++ b/mail/postfix26/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix26/files/patch-conf::main.cf b/mail/postfix26/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix26/files/patch-conf::main.cf
+++ b/mail/postfix26/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix
index b213609ff6f2..098b7d028d32 100644
--- a/mail/postfix26/scripts/configure.postfix
+++ b/mail/postfix26/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix27/distinfo
+++ b/mail/postfix27/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix27/files/patch-conf::main.cf b/mail/postfix27/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix27/files/patch-conf::main.cf
+++ b/mail/postfix27/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix
index b9dd974b7709..8f09dff2f286 100644
--- a/mail/postfix27/scripts/configure.postfix
+++ b/mail/postfix27/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index b4402f699855..74c498879834 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo
index 82f7ddc78528..0d3649d76065 100644
--- a/mail/postfix28/distinfo
+++ b/mail/postfix28/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix28/files/patch-conf::main.cf b/mail/postfix28/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix28/files/patch-conf::main.cf
+++ b/mail/postfix28/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix
index 8a4fa6dd9723..70a1e0eb836c 100644
--- a/mail/postfix28/scripts/configure.postfix
+++ b/mail/postfix28/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)