diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 08:51:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 08:51:18 +0000 |
commit | 4f69fd88dc3f8fcab064e560cee3ff936a80af13 (patch) | |
tree | b6bfee2a9ffe3aa8356b452fdd08dd841ee561e2 /mail/postfix24/scripts | |
parent | 48e68dd875c6afb466627d9240564516436a6e1b (diff) |
Notes
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 1ab802f42dcc..08d1be13ec0a 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.58 2005-02-08 13:51:16 leeym Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/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" ;; *) |