summaryrefslogtreecommitdiff
path: root/mail/postfix-current/scripts/configure.postfix
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:46:43 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:46:43 +0000
commit83e46d5b4ffab29178d95040737fcb89fc850d10 (patch)
tree35ef69963a7111ff6765bccc2d467314743ac11d /mail/postfix-current/scripts/configure.postfix
parentFix build breakage introduced by devel/automake upgrade. (diff)
Update postfix-current to postfix-20011104 and tls to go with it.
IPv6 still disabled due to outdated kame patches
Diffstat (limited to '')
-rw-r--r--mail/postfix-current/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 15ad039f9205..5f90f70f1bba 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -87,8 +87,8 @@ while [ "$1" ]; do
echo "BIN1+= tlsmgr"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.8-snap20010808-0.9.6b.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.8-snap20010808-0.9.6b/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.12-snap20011104-0.9.6b.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-snap20011104-0.9.6b/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;