1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 2.9-20120102 and eliminate a now unnecessary

part of recent UPDATING entry for this port.
This commit is contained in:
Sahil Tandon 2012-01-04 01:57:22 +00:00
parent a7e522e2ab
commit c4417a4505
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288492
4 changed files with 3 additions and 30 deletions

View File

@ -145,12 +145,6 @@ you update your ports collection, before attempting any port upgrades.
AFFECTS: users of mail/postfix-current
AUTHOR: Sahil Tandon <sahil@FreeBSD.org>
The default inet_protocols value is now "all" instead of "ipv4",
meaning use both IPv4 and IPv6. As a compatibility workaround
for sites without global IPv6 connectivity, please append
"inet_protocols = ipv4" to your main.cf if that parameter is not
already set.
The default smtp_address_preference value is now "any" instead
of "ipv6", meaning choose randomly between IPv6 and IPv4. With
this the Postfix SMTP client will have more success delivering

View File

@ -6,7 +6,7 @@
#
PORTNAME= postfix
DISTVERSION= 2.9-20111219
DISTVERSION= 2.9-20120102
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \

View File

@ -1,2 +1,2 @@
SHA256 (postfix/postfix-2.9-20111219.tar.gz) = e3f5c3a1f102006468b6218a26d029fc29cd919d4f7ea6817e38fca28796bcd2
SIZE (postfix/postfix-2.9-20111219.tar.gz) = 3754557
SHA256 (postfix/postfix-2.9-20120102.tar.gz) = 7829c95afdd7fa0e7b72975e2235e7c743a5f132b1f7158b510df7c54ad1d84b
SIZE (postfix/postfix-2.9-20120102.tar.gz) = 3760059

View File

@ -1,21 +0,0 @@
--- conf/post-install.orig 2011-10-11 20:39:19.000000000 -0400
+++ conf/post-install 2011-10-11 20:41:58.000000000 -0400
@@ -790,18 +790,6 @@
EOF
}
- # Postfix 2.9.
- # Safety net for incompatible changes in IPv6 defaults. This
- # requires that the default is "inet_protocols = ipv4" when
- # IPv6 support is not compiled in. See util/sys_defs.h.
-
- test "`$POSTCONF -dh inet_protocols`" = "ipv4" ||
- test -n "`$POSTCONF -c $config_directory -nh inet_protocols`" || {
- echo COMPATIBILITY: editing main.cf, setting inet_protocols=ipv4.
- echo Specify inet_protocols explicitly if you want to enable IPv6.
- echo In a future release IPv6 will be enabled by default.
- $POSTCONF -c $config_directory inet_protocols=ipv4 || exit 1
- }
}
# A reminder if this is the first time Postfix is being installed.