summaryrefslogtreecommitdiff
path: root/mail/postfix28/scripts/configure.postfix
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-17 22:19:00 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-17 22:19:00 +0000
commit4f9a79176ba440a1346b4f80f912e96d04cec03c (patch)
tree91443ae157d1d942d55c723c10a5900da66f341c /mail/postfix28/scripts/configure.postfix
parentAdd better way to detect if sasl is compiled with mysql (diff)
Update to pl3 of postfix
Update TLS and IPv6 to go with new postfix version
Diffstat (limited to 'mail/postfix28/scripts/configure.postfix')
-rw-r--r--mail/postfix28/scripts/configure.postfix8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix
index d1a4fd524f7d..2f88830c7a7d 100644
--- a/mail/postfix28/scripts/configure.postfix
+++ b/mail/postfix28/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.7 2001-05-21 06:52:08 kuriyama Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.8 2001-06-17 22:19:00 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.2-20010228-pl02-0.9.6a.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.2-20010228-pl02-0.9.6a/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.3-20010228-pl03-0.9.6a.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.3-20010228-pl03-0.9.6a/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;
@@ -117,7 +117,7 @@ while [ "$1" ]; do
fi
echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/"
echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}"
- echo "PATCHFILES+= postfix-20010228pl02-v6-20010503a.diff.gz"
+ echo "PATCHFILES+= postfix-20010228pl03-v6-20010607a.diff.gz"
echo "PATCH_DIST_STRIP= -p1"
echo ""
;;