aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2013-10-27 11:30:28 +0800
committersahil <sahil@FreeBSD.org>2013-10-27 11:30:28 +0800
commit1ef9c4b7a223c869bbfd2665d8ffb916facc1954 (patch)
tree8265625ea5b7bffbdaf5c011a0048cfb25b25089
parent79fe2eb9961ceda2e9c2f1a796a454da8bd45771 (diff)
downloadfreebsd-ports-graphics-1ef9c4b7a223c869bbfd2665d8ffb916facc1954.tar.gz
freebsd-ports-graphics-1ef9c4b7a223c869bbfd2665d8ffb916facc1954.tar.zst
freebsd-ports-graphics-1ef9c4b7a223c869bbfd2665d8ffb916facc1954.zip
- Update to 2.9.8
-rw-r--r--mail/postfix29/Makefile2
-rw-r--r--mail/postfix29/distinfo4
-rw-r--r--mail/postfix29/files/patch-makedefs12
-rw-r--r--mail/postfix29/files/patch-src::util::sys_defs.h7
4 files changed, 13 insertions, 12 deletions
diff --git a/mail/postfix29/Makefile b/mail/postfix29/Makefile
index fcb4ad1e552..ab1e1788900 100644
--- a/mail/postfix29/Makefile
+++ b/mail/postfix29/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 2.9.7
+PORTVERSION= 2.9.8
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix29/distinfo b/mail/postfix29/distinfo
index 5f05df3a541..deb9a6dd78e 100644
--- a/mail/postfix29/distinfo
+++ b/mail/postfix29/distinfo
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.9.7.tar.gz) = 8730e4586de301cd721c5f2a365bc14177f5f04a52f18cbb37d69289354e4647
-SIZE (postfix/postfix-2.9.7.tar.gz) = 3767678
+SHA256 (postfix/postfix-2.9.8.tar.gz) = 8b67005a9095d68feaf04b50da37545ac1036a2f1cd2c5226f759359fcf46488
+SIZE (postfix/postfix-2.9.8.tar.gz) = 3769844
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-v11-2.9.6.patch) = 5dc94fca86501351e8c01360aa16c1cf49a363253e4076662d0103d3d431d309
diff --git a/mail/postfix29/files/patch-makedefs b/mail/postfix29/files/patch-makedefs
index 5e222a30f2f..5a2954db426 100644
--- a/mail/postfix29/files/patch-makedefs
+++ b/mail/postfix29/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 03:00:18.000000000 +0000
++++ makedefs 2013-10-27 03:01:06.000000000 +0000
+@@ -155,6 +155,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/postfix29/files/patch-src::util::sys_defs.h b/mail/postfix29/files/patch-src::util::sys_defs.h
index bc27051815d..d2f18d16894 100644
--- a/mail/postfix29/files/patch-src::util::sys_defs.h
+++ b/mail/postfix29/files/patch-src::util::sys_defs.h
@@ -1,11 +1,12 @@
---- src/util/sys_defs.h.orig 2013-01-19 18:30:14.000000000 +0000
-+++ src/util/sys_defs.h 2013-01-19 18:31:50.000000000 +0000
-@@ -25,7 +25,7 @@
+--- src/util/sys_defs.h.orig 2013-10-27 02:09:46.000000000 +0000
++++ src/util/sys_defs.h 2013-10-27 02:10:17.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) \