diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 13:53:31 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 13:53:31 +0000 |
commit | b12f1423531a4612aa987275420058c9afc6c906 (patch) | |
tree | 4ef8141566d4acdaf758b373ccbc130284f0ecf0 /mail/postfix25/scripts | |
parent | - Update to 1.15 (diff) |
- Update to 2.2.9
- Update VDA patch to 2.2.8
Notes
Notes:
svn path=/head/; revision=156663
Diffstat (limited to 'mail/postfix25/scripts')
-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 eae87e9a881b..b0e0cb2fa7c6 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.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 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.5-vda.patch.gz" + echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz" echo "PATCH_DIST_STRIP= -p1" ;; Test) |