summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 18:23:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 18:23:35 +0000
commite41ba0dc435b3fbab820636d2134b25c5194a72c (patch)
tree90fc6821c3aaa36d7f0dca75e2a0930066c1a9ab /mail
parentupgrade to 4.2 (diff)
re-enable TLS
PR: 42959 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=66724
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile1
-rw-r--r--mail/postfix-current/distinfo2
-rw-r--r--mail/postfix-current/scripts/configure.postfix6
3 files changed, 5 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 83a99f09b76a..6773690fbcf8 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -14,6 +14,7 @@
PORTNAME= postfix
PORTVERSION= 1.1.11-20020917
+PORTREVISION= 1
PORTEPOCH= 1
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 541014625ae8..6087eef92c45 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,5 +1,5 @@
MD5 (postfix/postfix-1.1.11-20020917.tar.gz) = d5c4edd83db08a4306840fef321bb42a
-MD5 (postfix/pfixtls-0.8.11a-1.1.11-20020822-0.9.6g.tar.gz) = 45661443f25719094ebb537d4865c07e
+MD5 (postfix/pfixtls-0.8.11a-1.1.11-20020917-0.9.6g.tar.gz) = 1fc29989315ab5570486929c24187626
MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba
MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index b4481e939102..4692c4f345f8 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -29,7 +29,7 @@ MySQL "MySQL map lookups" "$status_MySQL" \
PgSQL "PostgreSQL map lookups" "$status_PgSQL" \
OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \
Test "SMTP/LMTP test server and generator" "$status_Test" \
-TLS "SSL and TLS (currently broken)" "$status_TLS" \
+TLS "SSL and TLS" "$status_TLS" \
IPv6 "IPv6 support (currently broken)" "$status_IPv6" \
2> $tempfile
@@ -110,8 +110,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.11a-1.1.11-20020822-0.9.6g.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-20020822-0.9.6g/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-20020917-0.9.6g.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-20020917-0.9.6g/pfixtls.diff"
echo "PATCH_STRIP= -p1"
echo "TLS_SUFFIX= +tls"
SUB_TLS=""