diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 19:17:59 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 19:17:59 +0000 |
commit | dc6cb350285d7aff1c7c5b38122ab33dbec27f69 (patch) | |
tree | 8380408b8712f4c83d9fa6418b01dd5fde9b0a60 /mail/postfix-current/scripts/configure.postfix | |
parent | Add p5-XML-LibRSVG-0.01, an interface to GNOME's librsvg (diff) |
Update to 20011121 and TLS to go with it
PR: 32068
Submitted by: matthias.andree@web.de
Notes
Notes:
svn path=/head/; revision=50494
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-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 5f90f70f1bba..49b42e12efd4 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.12-snap20011104-0.9.6b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-snap20011104-0.9.6b/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.13a-snap20011121-0.9.6b.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.13a-snap20011121-0.9.6b/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |