diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-03-24 20:15:05 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-03-24 20:15:05 +0000 |
commit | 931071763276ff26e564b9f3028b11bfb0bc2c03 (patch) | |
tree | 67e6a6c3012c6aaf766e59128638e371deef882d /mail/postfix/Makefile | |
parent | 90b55483dcbfaad7d1771ec6e77b29acd3641f01 (diff) |
Notes
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 |