diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-07 13:01:07 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-07 13:01:07 +0000 |
commit | cd3aee6d57bbac0fddc8f9b7614023d296f1150e (patch) | |
tree | 7a76d31856641cbec44dccdffe47d6889e88d799 /mail/postfix23/Makefile | |
parent | 7ee7afcb1a45132e9fdee2622dfde890e5975f5c (diff) |
Notes
Diffstat (limited to 'mail/postfix23/Makefile')
-rw-r--r-- | mail/postfix23/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index e010263a27f0..9603dacaaf4d 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.3.7 -PORTREVISION= 1 +PORTVERSION= 2.3.8 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -201,7 +200,7 @@ _REQUIRE+= ypserv .if defined(WITH_VDA) PATCH_SITES+= http://vda.sourceforge.net/VDA/ -PATCHFILES+= postfix-2.3.4-vda.patch.gz +PATCHFILES+= postfix-2.3.7-vda.patch.gz PATCH_DIST_STRIP= -p1 .endif |