diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-06 16:37:35 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-06 16:37:35 +0000 |
commit | 592f1111aead6cabe94dd81f8123412a58c563e8 (patch) | |
tree | 46d2dccdaa4a1c24bcdcaa2b2a1432f34e7c692b /mail/postfix/scripts | |
parent | 21dabe6739f9d43c55068a6f7e792c2e4a888ffd (diff) | |
download | ports-592f1111aead6cabe94dd81f8123412a58c563e8.tar.gz ports-592f1111aead6cabe94dd81f8123412a58c563e8.zip |
Notes
Diffstat (limited to 'mail/postfix/scripts')
-rw-r--r-- | mail/postfix/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index 3c0b19e1740a..03240dff8e97 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.62 2005-05-10 16:09:48 jylefort Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.63 2005-07-06 16:37:35 jylefort 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.3-vda.patch.gz" + /bin/echo "PATCHFILES+= postfix-2.2.4-vda.patch.gz" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) |