aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2010-04-03 17:14:49 +0800
committeritetcu <itetcu@FreeBSD.org>2010-04-03 17:14:49 +0800
commit832a23e49efa3bd203b00023fd612fa5f2bedd01 (patch)
tree9450945c29cdacd38b76c16bc8fa6f9690953a53 /mail
parent0727150878ee66a0f109a93418352095a4b6097b (diff)
downloadfreebsd-ports-gnome-832a23e49efa3bd203b00023fd612fa5f2bedd01.tar.gz
freebsd-ports-gnome-832a23e49efa3bd203b00023fd612fa5f2bedd01.tar.zst
freebsd-ports-gnome-832a23e49efa3bd203b00023fd612fa5f2bedd01.zip
- Update to 2.5.10
PR: 145096 Submitted by: Sahil Tandon (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix25/distinfo6
-rw-r--r--mail/postfix25/files/patch-makedefs10
-rw-r--r--mail/postfix25/files/patch-src::util::sys_defs.h17
4 files changed, 16 insertions, 19 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 58fa6b61cc1a..92389b0d040a 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.5.9
+PORTVERSION= 2.5.10
PORTEPOCH= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo
index 03eb4f3fb3f2..1d8f19c05394 100644
--- a/mail/postfix25/distinfo
+++ b/mail/postfix25/distinfo
@@ -1,6 +1,6 @@
-MD5 (postfix/postfix-2.5.9.tar.gz) = efede346cebab9075bc91fffc5b5bd13
-SHA256 (postfix/postfix-2.5.9.tar.gz) = afabcd385d0505a772b7ea72d1087e83b84ebcb554c08f130771c0e761a84f99
-SIZE (postfix/postfix-2.5.9.tar.gz) = 3160370
+MD5 (postfix/postfix-2.5.10.tar.gz) = 231e3242df5f41601d88527917de05fd
+SHA256 (postfix/postfix-2.5.10.tar.gz) = d9c746dbc2b8255a445b4527e1d882650a4d571678652f46db2b965329946c5a
+SIZE (postfix/postfix-2.5.10.tar.gz) = 3161540
MD5 (postfix/postfix-2.5.6-vda-ng.patch.gz) = 83e483795c616abb27fdee5d9886019c
SHA256 (postfix/postfix-2.5.6-vda-ng.patch.gz) = c4e4ff3da5b6bfa2648dc41bbf7ee56c1ba2f62e2c77a7885bc8044a1131f531
SIZE (postfix/postfix-2.5.6-vda-ng.patch.gz) = 12388
diff --git a/mail/postfix25/files/patch-makedefs b/mail/postfix25/files/patch-makedefs
index ebe126e27096..0991d7c881e1 100644
--- a/mail/postfix25/files/patch-makedefs
+++ b/mail/postfix25/files/patch-makedefs
@@ -1,11 +1,9 @@
---- makedefs.orig 2009-09-27 22:18:56.000000000 -0400
-+++ makedefs 2009-09-27 22:20:51.000000000 -0400
-@@ -132,6 +132,10 @@
+--- makedefs.orig 2010-03-27 23:06:06.000000000 -0400
++++ makedefs 2010-03-27 23:06:34.000000000 -0400
+@@ -134,6 +134,8 @@
;;
- FreeBSD.7*) SYSTYPE=FREEBSD7
+ FreeBSD.8*) SYSTYPE=FREEBSD8
;;
-+ FreeBSD.8*) SYSTYPE=FREEBSD8
-+ ;;
+ FreeBSD.9*) SYSTYPE=FREEBSD9
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
diff --git a/mail/postfix25/files/patch-src::util::sys_defs.h b/mail/postfix25/files/patch-src::util::sys_defs.h
index 3a2995a1b20e..c243755c3db3 100644
--- a/mail/postfix25/files/patch-src::util::sys_defs.h
+++ b/mail/postfix25/files/patch-src::util::sys_defs.h
@@ -1,22 +1,21 @@
---- src/util/sys_defs.h.orig 2009-09-27 22:22:10.000000000 -0400
-+++ src/util/sys_defs.h 2009-09-27 22:24:08.000000000 -0400
-@@ -25,6 +25,7 @@
+--- src/util/sys_defs.h.orig 2010-03-27 23:07:02.000000000 -0400
++++ src/util/sys_defs.h 2010-03-27 23:08:50.000000000 -0400
+@@ -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 >= 800098 /* commit: r194262 */
+#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 */