summaryrefslogtreecommitdiff
path: root/mail/postfix26
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-06-10 22:10:54 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-06-10 22:10:54 +0000
commita98c2b23baa3e9264408ee7b75eae10efaa13f36 (patch)
tree961917d5128c54f52cb4b12ad28a3430e5542877 /mail/postfix26
parent- Mark BROKEN on 6.X: does not build (unrecognized command line option (diff)
- Update to 2.6.7 [1]
- Remove "empty variable" default assignment in rc.d script [1] - Change my email to @FreeBSD.org PR: ports/147734 [1] Submitted by: olli hauer <ohauer@gmx.de> Approved by: wxs@ (mentor)
Notes
Notes: svn path=/head/; revision=256328
Diffstat (limited to 'mail/postfix26')
-rw-r--r--mail/postfix26/Makefile4
-rw-r--r--mail/postfix26/distinfo6
-rw-r--r--mail/postfix26/files/postfix.sh.in1
3 files changed, 5 insertions, 6 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index be481f85b4f1..86d2758f398b 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.6.6
+PORTVERSION= 2.6.7
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -19,7 +19,7 @@ MASTER_SITE_SUBDIR= . old related/postfix
DISTNAME= postfix-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= sahil@tandon.net
+MAINTAINER= sahil@FreeBSD.org
COMMENT= A secure alternative to widely-used Sendmail
VDAVERSION= 2.6.5
diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo
index a65a5cef8d22..69509a3083c2 100644
--- a/mail/postfix26/distinfo
+++ b/mail/postfix26/distinfo
@@ -1,6 +1,6 @@
-MD5 (postfix/postfix-2.6.6.tar.gz) = 2032102731aee48b4d1541962ecc0438
-SHA256 (postfix/postfix-2.6.6.tar.gz) = 03b08a4a93065ffd07b2abd1e461575215cc8e0ba90595145c0e2e86ea3f0a36
-SIZE (postfix/postfix-2.6.6.tar.gz) = 3327136
+MD5 (postfix/postfix-2.6.7.tar.gz) = d82e78cb5ffd3528d4fe0aa8626f4923
+SHA256 (postfix/postfix-2.6.7.tar.gz) = 7070003cb8d2e89e9c018220c5cac54ab91f68519d9daa3126bf32f5bbcf0594
+SIZE (postfix/postfix-2.6.7.tar.gz) = 3327583
MD5 (postfix/postfix-2.6.5-vda-ng.patch.gz) = 43e54d0a1a016b90d15a1bd231e6fa38
SHA256 (postfix/postfix-2.6.5-vda-ng.patch.gz) = e1c04e9d268dc84832334997e1f593af9877dbd5030708280427a0dc4452e797
SIZE (postfix/postfix-2.6.5-vda-ng.patch.gz) = 12435
diff --git a/mail/postfix26/files/postfix.sh.in b/mail/postfix26/files/postfix.sh.in
index 91e765d14cad..849e6c1f9bd6 100644
--- a/mail/postfix26/files/postfix.sh.in
+++ b/mail/postfix26/files/postfix.sh.in
@@ -28,7 +28,6 @@ load_rc_config $name
: ${postfix_enable:="NO"}
: ${postfix_pidfile:="/var/spool/postfix/pid/master.pid"}
: ${postfix_procname:="%%PREFIX%%/libexec/postfix/master"}
-: ${postfix_flags:=""}
start_cmd=${name}_start
stop_cmd=${name}_stop