aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2012-01-04 01:57:22 +0000
committerSahil Tandon <sahil@FreeBSD.org>2012-01-04 01:57:22 +0000
commitc4417a450565c599874b3896f51f13a0c3a6aab3 (patch)
tree7253ae49e6bd3315f736622856d1ece7de58eede /mail/postfix-current
parenta7e522e2abc8dcf1f698a0567a16c75de638995f (diff)
Notes
Diffstat (limited to 'mail/postfix-current')
-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, 3 insertions, 24 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 68056873ce98..3efe2b93431e 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -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/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index a5fe82e23ce5..46d4a881a8f7 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -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
diff --git a/mail/postfix-current/files/patch-conf-post-install b/mail/postfix-current/files/patch-conf-post-install
deleted file mode 100644
index 3d7deabeff15..000000000000
--- a/mail/postfix-current/files/patch-conf-post-install
+++ /dev/null
@@ -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.