diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-19 18:23:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-19 18:23:35 +0000 |
commit | 0d971ea8ea18ab4d15b2abe3063335a67dec5324 (patch) | |
tree | 2bfbab496fc28a7a65c4a08a0951c089a5bc77b8 /mail/postfix-current | |
parent | dfcf58ffafddd7488d0f83d58d44238d8309ebc7 (diff) | |
download | FreeBSD-ports-0d971ea8ea18ab4d15b2abe3063335a67dec5324.zip FreeBSD-ports-0d971ea8ea18ab4d15b2abe3063335a67dec5324.tar.gz |
re-enable TLS
PR: 42959
Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 2 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 83a99f0..6773690 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 5410146..6087eef 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 b4481e9..4692c4f 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="" |