aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2011-10-18 09:50:41 +0800
committersahil <sahil@FreeBSD.org>2011-10-18 09:50:41 +0800
commit0b596158f7d957d7c217a1bfbe59133d8d8e75af (patch)
treeb22a84b5b0f1313a850dd510719c375c6511b5b9 /mail
parent763e4034141c8dece38515411c9c73164d09feee (diff)
downloadfreebsd-ports-gnome-0b596158f7d957d7c217a1bfbe59133d8d8e75af.tar.gz
freebsd-ports-gnome-0b596158f7d957d7c217a1bfbe59133d8d8e75af.tar.zst
freebsd-ports-gnome-0b596158f7d957d7c217a1bfbe59133d8d8e75af.zip
- Update to 2.9-20111012
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo4
-rw-r--r--mail/postfix-current/files/patch-conf-post-install21
3 files changed, 24 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index cf8ab00a82e6..e0382f5f30e2 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.9-20110820
+DISTVERSION= 2.9-20111012
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 4f94d0a6fb28..9f82415700b6 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,2 +1,2 @@
-SHA256 (postfix/postfix-2.9-20110820.tar.gz) = a3b5ec7e8dd0d72b2b391c504e996327039c425d949f14821055a9733026d979
-SIZE (postfix/postfix-2.9-20110820.tar.gz) = 3666604
+SHA256 (postfix/postfix-2.9-20111012.tar.gz) = fb3d55c8a16c687bcee7e7a26a84c69e8765cc19ba7ab47620e7ac6b19efd3be
+SIZE (postfix/postfix-2.9-20111012.tar.gz) = 3673596
diff --git a/mail/postfix-current/files/patch-conf-post-install b/mail/postfix-current/files/patch-conf-post-install
new file mode 100644
index 000000000000..3d7deabeff15
--- /dev/null
+++ b/mail/postfix-current/files/patch-conf-post-install
@@ -0,0 +1,21 @@
+--- 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.