diff options
author | mnag <mnag@FreeBSD.org> | 2007-03-29 21:11:07 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-03-29 21:11:07 +0800 |
commit | 7d7e7202901568aed43a38de56f78f560a79deb3 (patch) | |
tree | 84c946fdd3b7344288833303a71b2f38bd04fe90 /mail/postfix-current/Makefile | |
parent | 908e140d90caa2dca6a4fbed210f50baca1dbd02 (diff) | |
download | freebsd-ports-gnome-7d7e7202901568aed43a38de56f78f560a79deb3.tar.gz freebsd-ports-gnome-7d7e7202901568aed43a38de56f78f560a79deb3.tar.zst freebsd-ports-gnome-7d7e7202901568aed43a38de56f78f560a79deb3.zip |
- Update to 2.5-20070328
- Update CONFLICTS to more adequate value postfix-2.[0-46-9].*
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 |