diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-06-15 14:28:25 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-06-15 14:28:25 +0000 |
commit | b0bf4f3de24e948b17f71f11b9f12fb7f8a2bacb (patch) | |
tree | 9119121d3912d5ee3049aabda41c4cd35e4f87de /mail/postfix27/Makefile | |
parent | 972ffae61c53bfd5425b28a9b22429a52782a9d6 (diff) |
- Update VDA patch to 2.4.3-vda-ng
Notes
Notes:
svn path=/head/; revision=193584
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 9543f5cb1c20..edaf7cca9451 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -190,8 +190,8 @@ _REQUIRE+= ypserv .endif .if defined(WITH_VDA) -PATCH_SITES+= http://vda.cvs.sourceforge.net/*checkout*/vda/VDA/ -PATCHFILES+= postfix-2.4.0-vda.patch +PATCH_SITES+= http://vda.sourceforge.net/VDA/ +PATCHFILES+= postfix-2.4.3-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 .endif |