diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:39:39 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:39:39 +0000 |
commit | bb970e52a05463c411c9e660b2f8a00c4aca8e18 (patch) | |
tree | 3c9817e66a75866660a62fe32ce1775a325db682 /mail/postfix28 | |
parent | Update to 2.8.8 (diff) |
- Update to 2.4.6
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=201762
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 12 | ||||
-rw-r--r-- | mail/postfix28/files/patch-makedefs | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index e1d71d6a4449..6b22660c207a 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -185,7 +185,7 @@ _REQUIRE+= ypserv .if defined(WITH_VDA) PATCH_SITES+= http://vda.sourceforge.net/VDA/ -PATCHFILES+= postfix-2.4.4-vda-ng.patch.gz +PATCHFILES+= postfix-2.4.5-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 .endif diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index cf1f4ac051b9..e9b4661f94fc 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.4.5.tar.gz) = ceba0cde05d12baa0ba2ed69fbb96b42 -SHA256 (postfix/postfix-2.4.5.tar.gz) = bce55ae6be130ef085c9968bfdf8ac36e4b77dd4bd84ba9da4fc7fc3464c65d7 -SIZE (postfix/postfix-2.4.5.tar.gz) = 2934634 -MD5 (postfix/postfix-2.4.4-vda-ng.patch.gz) = 33225f2945774eaf518f285e535da4f4 -SHA256 (postfix/postfix-2.4.4-vda-ng.patch.gz) = d72fc8e045cf791308ab5bfc29e0e8fe376bfc5bab451c49df3ed29063ced702 -SIZE (postfix/postfix-2.4.4-vda-ng.patch.gz) = 12240 +MD5 (postfix/postfix-2.4.6.tar.gz) = 303327f66c13ff9631734651ee184a88 +SHA256 (postfix/postfix-2.4.6.tar.gz) = 00d079d6354bb3979b186da6bbe281b42eea2716620da781bcdb36dd558edcca +SIZE (postfix/postfix-2.4.6.tar.gz) = 2935249 +MD5 (postfix/postfix-2.4.5-vda-ng.patch.gz) = 35fa62c93091d42ab02f67d0614d7086 +SHA256 (postfix/postfix-2.4.5-vda-ng.patch.gz) = ca21c1fddb1c6f11b90a363408056f0656dcbd747198ef61c7ee2998a07e0087 +SIZE (postfix/postfix-2.4.5-vda-ng.patch.gz) = 12241 diff --git a/mail/postfix28/files/patch-makedefs b/mail/postfix28/files/patch-makedefs index a630cc9002d1..5b231457530b 100644 --- a/mail/postfix28/files/patch-makedefs +++ b/mail/postfix28/files/patch-makedefs @@ -1,12 +1,12 @@ ---- makedefs.orig Thu Mar 31 22:55:18 2005 -+++ makedefs Wed Jul 13 17:40:42 2005 -@@ -116,6 +116,10 @@ +--- makedefs.orig 2007-03-24 10:30:18.000000000 -0300 ++++ makedefs 2007-10-22 16:18:48.000000000 -0200 +@@ -130,6 +130,10 @@ ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 + FreeBSD.6*) SYSTYPE=FREEBSD6 ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 ++ FreeBSD.7*) SYSTYPE=FREEBSD6 + ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD5 ++ FreeBSD.8*) SYSTYPE=FREEBSD6 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; |