aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2009-12-04 11:52:18 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2009-12-04 11:52:18 +0000
commitc0b6c668ec6f2c26ddfd422670db299754482704 (patch)
tree1fa77767a3061676bb7629f5136e43c9fcbf58d3 /mail/postfix-current
parente2b9177a1b3b7b4dece69db0355e6b282cfd4788 (diff)
downloadports-c0b6c668ec6f2c26ddfd422670db299754482704.tar.gz
ports-c0b6c668ec6f2c26ddfd422670db299754482704.zip
- Update to 2.7-20091115
Notes
Notes: svn path=/head/; revision=245195
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/files/patch-src__util__sys_defs.h17
3 files changed, 12 insertions, 13 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 6d3710cb233e..12a2b9daa390 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.7-20091008
+DISTVERSION= 2.7-20091115
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 65f933f69f31..c530f3bb1c20 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-MD5 (postfix/postfix-2.7-20091008.tar.gz) = 54f97e2c4b60c5e437c370d4094de6df
-SHA256 (postfix/postfix-2.7-20091008.tar.gz) = cc49842feb624a4c664a76a62a5ba8aa13171513b34d1166437bd6c2fe3e4474
-SIZE (postfix/postfix-2.7-20091008.tar.gz) = 3386798
+MD5 (postfix/postfix-2.7-20091115.tar.gz) = 0c3e66ea89dcf1a97584b367976cbc5c
+SHA256 (postfix/postfix-2.7-20091115.tar.gz) = 4934334876f1340039a47ee850029c0c3a98ce8ec7df295b950bdd02aa7803b6
+SIZE (postfix/postfix-2.7-20091115.tar.gz) = 3382541
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 68b537c624e1..62c6386c22c1 100644
--- a/mail/postfix-current/files/patch-src__util__sys_defs.h
+++ b/mail/postfix-current/files/patch-src__util__sys_defs.h
@@ -1,22 +1,21 @@
---- src/util/sys_defs.h.orig 2009-06-07 15:47:59.000000000 -0300
-+++ src/util/sys_defs.h 2009-09-27 16:30:18.000000000 -0300
-@@ -25,6 +25,7 @@
+--- src/util/sys_defs.h.orig 2009-12-03 22:30:03.000000000 -0200
++++ src/util/sys_defs.h 2009-12-03 22:31:51.000000000 -0200
+@@ -25,7 +25,7 @@
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
+- || defined(FREEBSD8) \
+ || defined(FREEBSD8) || defined(FREEBSD9) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
-@@ -110,6 +111,11 @@
+@@ -111,7 +111,8 @@
#define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */
#endif
+-#if __FreeBSD_version >= 800107 /* safe; don't believe the experts */
+#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \
+ || __FreeBSD_version >= 800100
-+#define HAS_CLOSEFROM
-+#endif
-+
- /* OpenBSD version is year+month */
+ #define HAS_CLOSEFROM
+ #endif
- #if OpenBSD >= 199805 /* XXX */