diff options
Diffstat (limited to 'mail/postfix25/scripts/configure.postfix')
-rw-r--r-- | mail/postfix25/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index 4be23e1..fe0b6b4 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.58 2005-02-08 13:51:16 leeym Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.59 2005-02-18 08:51:18 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -236,7 +236,7 @@ while [ "$1" ]; do ;; VDA) echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - echo "PATCHFILES+= postfix-2.1.4-trash.patch.gz" + echo "PATCHFILES+= postfix-2.1.5-trash.patch.gz" echo "PATCH_DIST_STRIP= -p1" ;; *) |