summaryrefslogtreecommitdiff
path: root/mail/postfix23/scripts
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:33:15 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-06 14:33:15 +0000
commit6055642cec9c1cf7ec4335fc4b1eab42f0dd5148 (patch)
tree00d482514b839226e70dae14b9058ea4be3100e7 /mail/postfix23/scripts
parentAdd bbconf-1.2, a configurator for the Blackbox window manager (diff)
Update postfix to 20010228-pl06 and update tls to go with it.
Notes
Notes: svn path=/head/; revision=49670
Diffstat (limited to 'mail/postfix23/scripts')
-rw-r--r--mail/postfix23/scripts/configure.postfix6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix
index 96512ab6fbc3..2723d107a92e 100644
--- a/mail/postfix23/scripts/configure.postfix
+++ b/mail/postfix23/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.12 2001-09-23 02:53:35 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.13 2001-11-06 14:33:15 dwcjr Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -78,8 +78,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.9-20010228-pl04-0.9.6b.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.9-20010228-pl04-0.9.6b/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.12-20010228-pl06-0.9.6b.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.12-20010228-pl06-0.9.6b/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;