diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-17 23:14:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-17 23:14:30 +0000 |
commit | e1a1580f7161ec6f29e2f1efd5b2914775d696bb (patch) | |
tree | f1929edd7cf3f42bbd9137ca58968a04b7e37956 /mail/postfix27/Makefile | |
parent | adfa33e68e60fab02861ee5c8b73ce6bc73c75d1 (diff) |
- Update to 2.5.4
- Update VDA patch to 2.5.3
Notes
Notes:
svn path=/head/; revision=218731
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 57d6738a2f7a..2be3c280b8a8 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.5.1 -PORTREVISION= 2 +PORTVERSION= 2.5.4 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -186,7 +185,7 @@ _REQUIRE+= ypserv .if defined(WITH_VDA) PATCH_SITES+= http://vda.sourceforge.net/VDA/ -PATCHFILES+= postfix-2.5.1-vda-ng.patch.gz +PATCHFILES+= postfix-2.5.3-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 .endif |