diff options
author | mnag <mnag@FreeBSD.org> | 2008-02-29 04:06:30 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-02-29 04:06:30 +0800 |
commit | 02708cabd575b02951fc65f37422f5a2e4024d10 (patch) | |
tree | 866a24cf04783c5d8a2c921bf0364d338e1a82c3 /mail/postfix28/Makefile | |
parent | cbc1641b82a84b690332a187cddb4c786a51492d (diff) | |
download | freebsd-ports-gnome-02708cabd575b02951fc65f37422f5a2e4024d10.tar.gz freebsd-ports-gnome-02708cabd575b02951fc65f37422f5a2e4024d10.tar.zst freebsd-ports-gnome-02708cabd575b02951fc65f37422f5a2e4024d10.zip |
- Update to 2.5.1
- Mark as IGNORE VDA patch until patch does not apply clean
Requested by: many
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 6b22660c207a..4404bde9baea 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.4.6 +PORTVERSION= 2.5.1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -23,7 +23,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-35-9].* postfix-current-2.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-46-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes @@ -184,6 +184,7 @@ _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 PATCH_DIST_STRIP= -p1 |