diff options
Diffstat (limited to 'mail/postfix24/scripts/configure.postfix')
-rw-r--r-- | mail/postfix24/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index 8466ba931835..a80c5b0373a8 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.74 2006-04-18 13:24:14 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -229,7 +229,7 @@ while [ "$1" ]; do ;; VDA) echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz" + echo "PATCHFILES+= postfix-2.2.10-vda.patch.gz" echo "PATCH_DIST_STRIP= -p1" ;; Test) |