diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-10-27 03:30:13 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-10-27 03:30:13 +0000 |
commit | d95fb5dbb8c0e4112280f29e394e36a92b520938 (patch) | |
tree | ecc308e2dc03e6b68727a15a08744f2796193093 /mail/postfix27 | |
parent | 30b3d0d121b44011d2227e08b0fbd434f86501f2 (diff) |
Notes
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix27/files/patch-makedefs | 12 | ||||
-rw-r--r-- | mail/postfix27/files/patch-src::util::sys_defs.h | 7 |
4 files changed, 13 insertions, 12 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index c3a46e94ffd2..674aba041860 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.7.14 +PORTVERSION= 2.7.15 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo index 1e1988138d22..dbeb4a8b2c1f 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/distinfo @@ -1,5 +1,5 @@ -SHA256 (postfix/postfix-2.7.14.tar.gz) = c632aae4f4cf2e74d363cda252c0e6bf89e978545fba7e0482b8bde120c486c6 -SIZE (postfix/postfix-2.7.14.tar.gz) = 3419780 +SHA256 (postfix/postfix-2.7.15.tar.gz) = d58acafd1b14270f0f071be7b89971e7b6a9a57243db9c008cf491c6e687a1d1 +SIZE (postfix/postfix-2.7.15.tar.gz) = 3421435 SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = b67efb1ffbcae91f13bf3ed90a5181d4b5bc86ebe15753eaf9db8b2278f5bb16 SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 8186 SHA256 (postfix/postfix-vda-v10-2.7.13.patch) = aaefb45cec8744c9cd211c87ef5fa779519f459a986d354e11fe1c9a05f1c624 diff --git a/mail/postfix27/files/patch-makedefs b/mail/postfix27/files/patch-makedefs index 5e222a30f2f7..ae329f78bd45 100644 --- a/mail/postfix27/files/patch-makedefs +++ b/mail/postfix27/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:43:03.000000000 +0000 ++++ makedefs 2013-10-27 02:44:05.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/postfix27/files/patch-src::util::sys_defs.h b/mail/postfix27/files/patch-src::util::sys_defs.h index ed169e45af25..f2b5e8eaba6d 100644 --- a/mail/postfix27/files/patch-src::util::sys_defs.h +++ b/mail/postfix27/files/patch-src::util::sys_defs.h @@ -1,11 +1,12 @@ ---- src/util/sys_defs.h.orig 2013-01-27 20:30:58.000000000 +0000 -+++ src/util/sys_defs.h 2013-01-27 20:32:04.000000000 +0000 -@@ -25,7 +25,7 @@ +--- src/util/sys_defs.h.orig 2013-10-27 02:22:21.000000000 +0000 ++++ src/util/sys_defs.h 2013-10-27 02:23:16.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(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ |