summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-10-22 18:50:27 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-10-22 18:50:27 +0000
commit2430edd76dde9ec8f26837474e38981357766ebc (patch)
treebc2b5c295318f1af75e8f377ad25ffed912362c2 /mail
parent- Update to 2.4.6 (diff)
- Update to 2.5-20071006
- Teach postfix to 8.0 [1] PR: 117304 [1] Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Notes
Notes: svn path=/head/; revision=201763
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/files/patch-makedefs12
3 files changed, 9 insertions, 11 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index dc0286381c4f..d7e00cec5fd3 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.5-20070911
+DISTVERSION= 2.5-20071006
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index a65eeec81991..1821e8609bc1 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-MD5 (postfix/postfix-2.5-20070911.tar.gz) = 76baac255001eb95bbf2f138c3476444
-SHA256 (postfix/postfix-2.5-20070911.tar.gz) = 69248e09b93420ae4a91d9732528fd97224c9779a11bdb76b2b76e3f10ebd6b0
-SIZE (postfix/postfix-2.5-20070911.tar.gz) = 2937633
+MD5 (postfix/postfix-2.5-20071006.tar.gz) = f77ecea9f014ff8eaa71123510b69a4a
+SHA256 (postfix/postfix-2.5-20071006.tar.gz) = 1443f05c8be1422ea7be192567ac00b27922eaa357831eef4b3eb44d88724ecd
+SIZE (postfix/postfix-2.5-20071006.tar.gz) = 2940780
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs
index a630cc9002d1..e2c3ef21120f 100644
--- a/mail/postfix-current/files/patch-makedefs
+++ b/mail/postfix-current/files/patch-makedefs
@@ -1,12 +1,10 @@
---- makedefs.orig Thu Mar 31 22:55:18 2005
-+++ makedefs Wed Jul 13 17:40:42 2005
-@@ -116,6 +116,10 @@
+--- makedefs.orig 2007-08-19 11:28:11.000000000 -0300
++++ makedefs 2007-10-22 16:37:52.000000000 -0200
+@@ -132,6 +132,8 @@
;;
- FreeBSD.5*) SYSTYPE=FREEBSD5
+ FreeBSD.7*) SYSTYPE=FREEBSD7
;;
-+ FreeBSD.6*) SYSTYPE=FREEBSD5
-+ ;;
-+ FreeBSD.7*) SYSTYPE=FREEBSD5
++ FreeBSD.8*) SYSTYPE=FREEBSD7
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;