diff options
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 86d9129f615a..67f0d0c81943 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,14 +6,14 @@ # PORTNAME= postfix -DISTVERSION= 2.4.0-RC9 +DISTVERSION= 2.5-20070328 PORTEPOCH= 4 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://postfix.mirrors.pair.com/official/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - http://mirrors.rootservices.net/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ +MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ + ftp://postfix.mirrors.pair.com/experimental/ \ + ftp://ftp.tux.org/pub/net/postfix/experimental/ \ + http://mirrors.rootservices.net/postfix/experimental/ \ + ftp://ftp.samurai.com/pub/postfix/experimental/ PKGNAMESUFFIX= -current DISTNAME= postfix-${DISTVERSION} DIST_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-46-9].* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes |