aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2008-03-25 04:15:05 +0800
committermnag <mnag@FreeBSD.org>2008-03-25 04:15:05 +0800
commit137e1851abb73bceb723abd24a37c9a9382e8088 (patch)
tree660220f500bb6bceb04e62e67c73983a87f48c8a /mail/postfix28/Makefile
parent52a8619f60deff1c285291b3c4db0aba67ed9547 (diff)
downloadfreebsd-ports-gnome-137e1851abb73bceb723abd24a37c9a9382e8088.tar.gz
freebsd-ports-gnome-137e1851abb73bceb723abd24a37c9a9382e8088.tar.zst
freebsd-ports-gnome-137e1851abb73bceb723abd24a37c9a9382e8088.zip
- Fix milter macros (patch from Wietse Venema) [1]
- Update VDA patch to 2.5.1 [2] PR: 121652 [1], 122029 [2] Submitted by: dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2]
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r--mail/postfix28/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index d90447f37a44..57d6738a2f7a 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 2.5.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -185,9 +185,8 @@ _REQUIRE+= ypserv
.endif
.if defined(WITH_VDA)
-IGNORE= Waiting for a new patch that's work with 2.5.1
PATCH_SITES+= http://vda.sourceforge.net/VDA/
-PATCHFILES+= postfix-2.4.5-vda-ng.patch.gz
+PATCHFILES+= postfix-2.5.1-vda-ng.patch.gz
PATCH_DIST_STRIP= -p1
.endif