diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-11 00:09:48 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-11 00:09:48 +0800 |
commit | 389dbe385c7c98115209ffe02cd484cb5c011a1b (patch) | |
tree | e401ba8c77dfbefe9079b5c060fd5a54825dae4f /mail/postfix24/scripts | |
parent | f7c895fc2a23c1d5d453a369d3c7b6a7ee660f7e (diff) | |
download | freebsd-ports-gnome-389dbe385c7c98115209ffe02cd484cb5c011a1b.tar.gz freebsd-ports-gnome-389dbe385c7c98115209ffe02cd484cb5c011a1b.tar.zst freebsd-ports-gnome-389dbe385c7c98115209ffe02cd484cb5c011a1b.zip |
Update the VDA patch to 2.2.3
PR: ports/80859
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: maintainer
Diffstat (limited to 'mail/postfix24/scripts')
-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 f1ac6c310d04..8a7c231063db 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.61 2005-04-05 22:03:14 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.62 2005-05-10 16:09:48 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.2-vda.patch.gz" + /bin/echo "PATCHFILES+= postfix-2.2.3-vda.patch.gz" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) |