diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 04:40:46 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 04:40:46 +0000 |
commit | 253229a50dab0a01542447d93c0777dd578d7071 (patch) | |
tree | 2cff3de632c8c640361b1bee1f8c6fad88bb3ade /mail | |
parent | Update to latest postfix snapshot (diff) |
Update TLS for latest postfix snapshot
PR: 27845
Submitted by: maintainer
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=43579
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 1c8ba2508a25..91d132027325 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -82,8 +82,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.2-snap20010502-0.9.6a.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.2-snap20010502-0.9.6a/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.3a-snap20010525-0.9.6a.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.3a-snap20010525-0.9.6a/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |