aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2013-10-27 03:30:20 +0000
committerSahil Tandon <sahil@FreeBSD.org>2013-10-27 03:30:20 +0000
commit80d5ef31fc28c10449cf438b96b7fb769b8a512c (patch)
tree0cda7a09c81f26330f917cf60e7910411c87bf03
parentd95fb5dbb8c0e4112280f29e394e36a92b520938 (diff)
downloadports-80d5ef31fc28c10449cf438b96b7fb769b8a512c.tar.gz
ports-80d5ef31fc28c10449cf438b96b7fb769b8a512c.zip
Notes
-rw-r--r--mail/postfix28/Makefile2
-rw-r--r--mail/postfix28/distinfo4
-rw-r--r--mail/postfix28/files/patch-makedefs12
-rw-r--r--mail/postfix28/files/patch-src::util::sys_defs.h7
4 files changed, 13 insertions, 12 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 7ac9cfa74833..c0008577b2a5 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 2.8.15
+PORTVERSION= 2.8.16
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 a94f06fe5871..da6aeecf1cd1 100644
--- a/mail/postfix28/distinfo
+++ b/mail/postfix28/distinfo
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.8.15.tar.gz) = 3d293f07c2873acab91981cda0a6ef65f402bd880ed68cb64cea49db8cb65feb
-SIZE (postfix/postfix-2.8.15.tar.gz) = 3642389
+SHA256 (postfix/postfix-2.8.16.tar.gz) = 1a8d98ada1aec92a6b4901b2e9e448fe02d55dab3ca50543cd1fb118fd339b49
+SIZE (postfix/postfix-2.8.16.tar.gz) = 3643279
SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
SHA256 (postfix/postfix-vda-v10-2.8.14.patch) = 04ee708e9532ae7d04460992927e47de7f1a7ea29b8d91ae5f87725653bfae43
diff --git a/mail/postfix28/files/patch-makedefs b/mail/postfix28/files/patch-makedefs
index 5e222a30f2f7..fcb7bdeff531 100644
--- a/mail/postfix28/files/patch-makedefs
+++ b/mail/postfix28/files/patch-makedefs
@@ -1,13 +1,13 @@
---- makedefs.orig 2011-06-15 22:36:37.000000000 +0000
-+++ makedefs 2011-11-06 00:37:30.699815339 +0000
-@@ -146,6 +146,10 @@
+--- makedefs.orig 2013-10-27 02:58:06.000000000 +0000
++++ makedefs 2013-10-27 02:58:50.000000000 +0000
+@@ -148,6 +148,10 @@
;;
- FreeBSD.8*) SYSTYPE=FREEBSD8
+ FreeBSD.9*) SYSTYPE=FREEBSD9
;;
-+ FreeBSD.9*) SYSTYPE=FREEBSD9
-+ ;;
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ ;;
++ FreeBSD.11*) SYSTYPE=FREEBSD11
++ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
diff --git a/mail/postfix28/files/patch-src::util::sys_defs.h b/mail/postfix28/files/patch-src::util::sys_defs.h
index 76df458b53b2..636c464aef1c 100644
--- a/mail/postfix28/files/patch-src::util::sys_defs.h
+++ b/mail/postfix28/files/patch-src::util::sys_defs.h
@@ -1,11 +1,12 @@
---- src/util/sys_defs.h.orig 2013-01-27 19:14:53.000000000 +0000
-+++ src/util/sys_defs.h 2013-01-27 19:15:20.000000000 +0000
-@@ -25,7 +25,7 @@
+--- src/util/sys_defs.h.orig 2013-10-27 02:15:19.000000000 +0000
++++ src/util/sys_defs.h 2013-10-27 02:15:54.000000000 +0000
+@@ -25,7 +25,8 @@
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
- || defined(FREEBSD8) || defined(FREEBSD9) \
+ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
++ || defined(FREEBSD11) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(OPENBSD5) \