diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:03:14 +0000 | 
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:03:14 +0000 | 
| commit | 13f0c0b49100a9fd1613a9f9475922f27268f6bd (patch) | |
| tree | a91d2432cf18432bad39dcec680877c0565a3147 /mail/postfix27/scripts | |
| parent | Musicextras is a program for automatically retrieving extra (diff) | |
- Update postfix to 2.2.2
- Update VDA patch to 2.2.2
- Fix mailer.conf activation *)
PR:		ports/79207
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
		*)
PR:		ports/79447
Submitted by:	bz
Patch by:	Christian Kratzer <ck at cksoft dot de>
Diffstat (limited to 'mail/postfix27/scripts')
| -rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index ed2a0a77caa6..8896e862b0a1 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.60 2005-03-19 23:17:54 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.61 2005-04-05 22:03:14 pav Exp $  if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then  	exit @@ -211,7 +211,7 @@ while [ "$1" ]; do  			;;  		VDA)  			/bin/echo "PATCH_SITES+=	http://web.onda.com.br/nadal/postfix/VDA/" -			/bin/echo "PATCHFILES+=		postfix-2.2.0-vda.patch.gz" +			/bin/echo "PATCHFILES+=		postfix-2.2.2-vda.patch.gz"  			/bin/echo "PATCH_DIST_STRIP=	-p1"  			;;  		Test)  | 
