diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-05 01:23:02 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-05 01:23:02 +0000 |
commit | fd2dc98c3373479c503b3c2a101e7dd3974466a1 (patch) | |
tree | be976a433e9cdabc59dfeb01f251ef7986facf8c /mail/postfix28 | |
parent | Implement rc_subr suggestions made by dougb@ (diff) |
Update to 2.2.8
Notes
Notes:
svn path=/head/; revision=152771
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix28/files/patch-makedefs | 12 |
3 files changed, 9 insertions, 11 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index ea7504e1697e..207c0f76f7c1 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index 680a2b7a1fff..091547d720da 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.2.7.tar.gz) = 8d63077e848f33acae248568c8d85841 -SHA256 (postfix/postfix-2.2.7.tar.gz) = 14c26aa7390dd84a3df2606d32e0e402a8d3bc32855ee8b479feebceafe19aca -SIZE (postfix/postfix-2.2.7.tar.gz) = 2433463 +MD5 (postfix/postfix-2.2.8.tar.gz) = 971bf94de3e8433c8965c27b42d56b9a +SHA256 (postfix/postfix-2.2.8.tar.gz) = eb6c5aebafe873b0a9b27fc6abc38ee3fb3b51465c5d5b73318ab15bebfd216b +SIZE (postfix/postfix-2.2.8.tar.gz) = 2434615 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 diff --git a/mail/postfix28/files/patch-makedefs b/mail/postfix28/files/patch-makedefs index ed2f08d06ae4..b51d82fec882 100644 --- a/mail/postfix28/files/patch-makedefs +++ b/mail/postfix28/files/patch-makedefs @@ -1,12 +1,10 @@ ---- makedefs.orig Tue Feb 22 09:35:52 2005 -+++ makedefs Wed Jul 13 17:42:53 2005 -@@ -116,6 +116,10 @@ +--- makedefs.orig Tue Jan 3 19:50:25 2006 ++++ makedefs Wed Jan 4 23:14:21 2006 +@@ -118,6 +118,8 @@ ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 + FreeBSD.6*) SYSTYPE=FREEBSD6 ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 -+ ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD5 ++ FreeBSD.7*) SYSTYPE=FREEBSD6 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; |