summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-23 09:32:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-23 09:32:57 +0000
commit2deb3be888acf344c56600ad8185b01e0467bfef (patch)
tree59d8e45ab7bf33c5feba8f39d891f5f125b3635d
parentChase libraries for new audio/speex version. (diff)
Update to 20040721 release.
PR: ports/69438 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=114485
-rw-r--r--mail/postfix-current/Makefile5
-rw-r--r--mail/postfix-current/distinfo10
-rw-r--r--mail/postfix-current/pkg-plist2
-rw-r--r--mail/postfix-current/scripts/configure.postfix4
4 files changed, 9 insertions, 12 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index ad28497e4423..4b44064fdb44 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSIONRAW= 2.2-20040504
+PORTVERSIONRAW= 2.2-20040721
PORTVERSION= ${PORTVERSIONRAW:S/-/./}
PORTEPOCH= 2
CATEGORIES= mail ipv6
@@ -48,7 +48,8 @@ MAN5= access.5 aliases.5 canonical.5 cidr_table.5 ldap_table.5 \
MAN8= anvil.8 bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \
master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \
- smtp.8 smtpd.8 spawn.8 trace.8 trivial-rewrite.8 verify.8 virtual.8
+ smtp.8 smtpd.8 spawn.8 trace.8 trivial-rewrite.8 verify.8 virtual.8 \
+ scache.8
# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to
# patch it.
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 865601877496..c5224f725583 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,8 +1,2 @@
-MD5 (postfix/postfix-2.2-20040504.tar.gz) = dc353d0d6deea643a73577fb00d4e3c6
-SIZE (postfix/postfix-2.2-20040504.tar.gz) = 1989111
-MD5 (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 01785d9636bdae51a906320e581b1e6b
-SIZE (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 239141
-MD5 (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 143c5d714b7584206e2291bfd7b445d2
-SIZE (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 52121
-MD5 (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 85011af2c207f9036a75e57a4bab9fd5
-SIZE (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 256490
+MD5 (postfix/postfix-2.2-20040721.tar.gz) = 2dcc0b5418fb4a386a9e7896883153b5
+SIZE (postfix/postfix-2.2-20040721.tar.gz) = 2048452
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist
index be3c0df1026d..04e0542388b2 100644
--- a/mail/postfix-current/pkg-plist
+++ b/mail/postfix-current/pkg-plist
@@ -37,6 +37,7 @@ libexec/postfix/pipe
libexec/postfix/proxymap
libexec/postfix/qmgr
libexec/postfix/qmqpd
+libexec/postfix/scache
libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
@@ -195,6 +196,7 @@ bin/mailq
%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html
%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html
%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html
+%%PORTDOCS%%%%DOCSDIR%%/scache.8.html
%%PORTDOCS%%%%DOCSDIR%%/showq.8.html
%%PORTDOCS%%%%DOCSDIR%%/smtp-sink.1.html
%%PORTDOCS%%%%DOCSDIR%%/smtp-source.1.html
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 113824707296..5989f585cf0e 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -24,8 +24,8 @@ SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \
TLS "SSL and TLS (BROKEN)" "$status_TLS" \
-IPv6 "IPv6 support" "$status_IPv6" \
-IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \
+IPv6 "IPv6 support (BROKEN)" "$status_IPv6" \
+IPv6TLS "IPv6 support with SSL and TLS (BROKEN)" "$status_IPv6TLS" \
DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \