diff options
| author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 | 
|---|---|---|
| committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 | 
| commit | b520b150e5bc5f9f940e5ea3b0954c70177598a2 (patch) | |
| tree | 4bc5c5b31a1f1b1c46a17016424e0b6e84290cd2 /mail/postfix/scripts | |
| parent | Remove patches left over from the old mpd port. (diff) | |
Update postfix to 1.1.7
PR:		36621
Submitted by:	maintainer
Notes
Notes:
    svn path=/head/; revision=57152
Diffstat (limited to 'mail/postfix/scripts')
| -rw-r--r-- | mail/postfix/scripts/configure.postfix | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index 77961d3eeb8f..8064d0e5dba0 100644 --- a/mail/postfix/scripts/configure.postfix +++ b/mail/postfix/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.19 2002-04-01 18:01:27 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.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 "DISTFILES+=	\${DISTNAME}.tar.gz pfixtls-0.8.7-1.1.6-0.9.6c.tar.gz" +			echo "EXTRA_PATCHES+=	\${WRKDIR}/pfixtls-0.8.7-1.1.6-0.9.6c/pfixtls.diff"  			echo "PATCH_STRIP=	-p1"  			SUB_TLS=""  			;; | 
