diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-03-18 21:23:12 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-03-18 21:23:12 +0000 |
commit | cb43f23b047562e41b882836745a0d9c2be00b8d (patch) | |
tree | 73a37033d5b20974b400fb01819e496866d767d2 /mail/postfix21/scripts/configure.postfix | |
parent | - Update to 1.2.18; (diff) |
Update to 1.1.5
PR: 36058
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 54474210d6eb..73bb35a84e76 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.17 2002-02-26 19:34:37 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -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.4-1.1.4-0.9.6c.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.4-1.1.4-0.9.6c/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; |