diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2012-03-10 04:11:39 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2012-03-10 04:11:39 +0000 |
commit | b42d22d58a451e722eb3707e0f553f51c69a0952 (patch) | |
tree | 4b2fe17e2367cd96a45d7e7e083c6b2710984daa /mail | |
parent | 98a756cd113faab3aefd4381dd7791b04b6eabb0 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 10 | ||||
-rw-r--r-- | mail/postfix-current/files/patch-src__util__sys_defs.h | 10 |
4 files changed, 12 insertions, 14 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c15b9ddaf730..91ec83fcdc66 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.10-20120218 +DISTVERSION= 2.10-20120308 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 07eb2877f6d0..93e528105b94 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.10-20120218.tar.gz) = 4079af81f8ea6bfa02cad1f384a64714e3c84a2959317e06f13eb46b6c17a643 -SIZE (postfix/postfix-2.10-20120218.tar.gz) = 3760226 +SHA256 (postfix/postfix-2.10-20120308.tar.gz) = 50e6fff433fbfd7c41986cb30e13d95518bdb4ddef9140fbe4ab7bfac2a14d41 +SIZE (postfix/postfix-2.10-20120308.tar.gz) = 3765140 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 diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs index 5e222a30f2f7..a49d55899a19 100644 --- a/mail/postfix-current/files/patch-makedefs +++ b/mail/postfix-current/files/patch-makedefs @@ -1,11 +1,9 @@ ---- 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 2012-03-04 19:41:47.000000000 -0500 ++++ makedefs 2012-03-06 22:21:30.411183000 -0500 +@@ -155,6 +155,8 @@ ;; - FreeBSD.8*) SYSTYPE=FREEBSD8 + FreeBSD.9*) SYSTYPE=FREEBSD9 ;; -+ FreeBSD.9*) SYSTYPE=FREEBSD9 -+ ;; + FreeBSD.10*) SYSTYPE=FREEBSD10 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 diff --git a/mail/postfix-current/files/patch-src__util__sys_defs.h b/mail/postfix-current/files/patch-src__util__sys_defs.h index dcbe71601f80..e358b59232b7 100644 --- a/mail/postfix-current/files/patch-src__util__sys_defs.h +++ b/mail/postfix-current/files/patch-src__util__sys_defs.h @@ -1,11 +1,11 @@ ---- src/util/sys_defs.h.orig 2011-03-01 19:35:19.000000000 -0500 -+++ src/util/sys_defs.h 2011-03-01 19:36:54.000000000 -0500 +--- src/util/sys_defs.h.orig 2012-03-06 22:23:23.000000000 -0500 ++++ src/util/sys_defs.h 2012-03-06 22:23:47.000000000 -0500 @@ -25,7 +25,7 @@ */ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ -- || defined(FREEBSD8) \ -+ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10)\ +- || defined(FREEBSD8) || defined(FREEBSD9) \ ++ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ + || defined(OPENBSD5) \ |