diff options
author | mnag <mnag@FreeBSD.org> | 2007-10-23 03:45:05 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-10-23 03:45:05 +0800 |
commit | 3e5f2a2a7fcb2f67d4c9140fa4ce3eb5c7b575c9 (patch) | |
tree | afd2a089a6ea4bb01e826af81e920deed5d1ea02 /mail | |
parent | 85793f6e6a625fac15c9832c896fe74af7c29553 (diff) | |
download | freebsd-ports-gnome-3e5f2a2a7fcb2f67d4c9140fa4ce3eb5c7b575c9.tar.gz freebsd-ports-gnome-3e5f2a2a7fcb2f67d4c9140fa4ce3eb5c7b575c9.tar.zst freebsd-ports-gnome-3e5f2a2a7fcb2f67d4c9140fa4ce3eb5c7b575c9.zip |
- Update to 2.3.13
- Teach postfix to 8.0
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix23/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix23/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix23/files/patch-makedefs | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index fbbb6af939a4..d477ac76a22d 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.3.12 +PORTVERSION= 2.3.13 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo index 06fe8171d0f2..4e0c24decc11 100644 --- a/mail/postfix23/distinfo +++ b/mail/postfix23/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.3.12.tar.gz) = 54aa9e61cc640d2515d965b30cf73e37 -SHA256 (postfix/postfix-2.3.12.tar.gz) = 362a3c1321fb0d2d1716ad6aed582f71a46865cb15354194c32288511998aa70 -SIZE (postfix/postfix-2.3.12.tar.gz) = 2790570 +MD5 (postfix/postfix-2.3.13.tar.gz) = 198a4508ad4dc726584968e86013f6f2 +SHA256 (postfix/postfix-2.3.13.tar.gz) = d9c33d98c93a00dbabcab9a75cce94946862ea3e2075087707f2465b13f73bdd +SIZE (postfix/postfix-2.3.13.tar.gz) = 2790843 MD5 (postfix/postfix-2.3.7-vda.patch.gz) = 93ad21258bcde55f39792b5b753aed4b SHA256 (postfix/postfix-2.3.7-vda.patch.gz) = b353c82ecb2b35a5edba38180b683a4ad08895c94e3def0d1a4eeac58ac91061 SIZE (postfix/postfix-2.3.7-vda.patch.gz) = 8003 diff --git a/mail/postfix23/files/patch-makedefs b/mail/postfix23/files/patch-makedefs index a630cc9002d1..af0dc36d607b 100644 --- a/mail/postfix23/files/patch-makedefs +++ b/mail/postfix23/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 2006-08-26 12:54:59.000000000 -0300 ++++ makedefs 2007-10-22 16:57:41.000000000 -0200 +@@ -118,6 +118,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 ;; |