diff options
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d90447f37a44..57d6738a2f7a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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 |