aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix22/scripts
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-02-12 01:48:50 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-02-12 01:48:50 +0800
commit9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec (patch)
treeaf873e79b63018276cb95a3f60f79cf8212973b7 /mail/postfix22/scripts
parent393b151c9e14368e270489acca463aab3c85addd (diff)
downloadfreebsd-ports-gnome-9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec.tar.gz
freebsd-ports-gnome-9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec.tar.zst
freebsd-ports-gnome-9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec.zip
Update to 1.1.3
Update to latest TLS Give Vivek Khera Maintainership Fix loss of config files during upgrade PR: 34837 Submitted by: maintainer
Diffstat (limited to 'mail/postfix22/scripts')
-rw-r--r--mail/postfix22/scripts/configure.postfix8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index a14555e416aa..21ce2262c3b5 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.15 2002-01-30 19:59:40 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.16 2002-02-11 17:48:50 dwcjr Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -20,7 +20,7 @@ MySQL "MySQL map lookups" OFF \
OpenLDAP "OpenLDAP map lookups" OFF \
Test "SMTP/LMTP test server and generator" OFF \
TLS "Secure Sockets Layer and Transport Layer Security" OFF \
-IPv6 "IPv6 support" OFF \
+IPv6 "IPv6 support (CURRENTLY BROKEN)" OFF \
2> $tempfile
retval=$?
@@ -79,8 +79,8 @@ while [ "$1" ]; do
echo "MAN8+= tlsmgr.8"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.1-1.1.1-0.9.6c.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.1-1.1.1-0.9.6c/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.3-1.1.3-0.9.6c.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.3-1.1.3-0.9.6c/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;