aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix27
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-03-19 20:37:44 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-03-19 20:37:44 +0000
commit5ec9f2a8de69de6b0b89eb921c31274ae24f6a2f (patch)
tree9d365d07fb9ea125931d94cf66477d4c4c9ec365 /mail/postfix27
parente8826d52bdcc944993e9b709b49bebd38cdacd14 (diff)
Notes
Diffstat (limited to 'mail/postfix27')
-rw-r--r--mail/postfix27/Makefile2
-rw-r--r--mail/postfix27/distinfo4
-rw-r--r--mail/postfix27/files/patch-src::util::sys_defs.h14
3 files changed, 5 insertions, 15 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index f769dee2908f..78d89cf0fbd6 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.7.2
+PORTVERSION= 2.7.3
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 3d3b37bc6f5b..3aa863ab0110 100644
--- a/mail/postfix27/distinfo
+++ b/mail/postfix27/distinfo
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.7.2.tar.gz) = 46e2e7a7fcc45da43aff5362632ad5e7cc6a17740fda88bfd9db489b15b20840
-SIZE (postfix/postfix-2.7.2.tar.gz) = 3421671
+SHA256 (postfix/postfix-2.7.3.tar.gz) = c600b9ee5417a050d002d7245410592808d6c14af9a3de4df2b93394efce26dc
+SIZE (postfix/postfix-2.7.3.tar.gz) = 3423755
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-2.7.2.patch) = f9b12376983833ef9305f7696e9792b62058f242ff2630aeb0866cf686f0a14b
diff --git a/mail/postfix27/files/patch-src::util::sys_defs.h b/mail/postfix27/files/patch-src::util::sys_defs.h
index 71d892ccd90b..15c466e01518 100644
--- a/mail/postfix27/files/patch-src::util::sys_defs.h
+++ b/mail/postfix27/files/patch-src::util::sys_defs.h
@@ -1,5 +1,5 @@
---- src/util/sys_defs.h.orig 2010-02-16 20:15:11.000000000 -0500
-+++ src/util/sys_defs.h 2010-02-16 20:19:41.000000000 -0500
+--- 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
@@ -25,7 +25,7 @@
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
@@ -9,13 +9,3 @@
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
-@@ -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
-