diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-02-15 00:31:40 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-02-15 00:31:40 +0800 |
commit | d9540ff5580b9af098c258793aa8d8396f1657f2 (patch) | |
tree | 7f36dfad688e346e4ebfee6d401a0e7ffe4cd7dc /mail/postfix | |
parent | 0908613e8fe8006d85374df09d5a346b32ab175d (diff) | |
download | freebsd-ports-gnome-d9540ff5580b9af098c258793aa8d8396f1657f2.tar.gz freebsd-ports-gnome-d9540ff5580b9af098c258793aa8d8396f1657f2.tar.zst freebsd-ports-gnome-d9540ff5580b9af098c258793aa8d8396f1657f2.zip |
- remove dead mirrors from MASTER_SITES
(a good overview can be taken by viewving the
source of http://www.postfix.org/download.html)
- remove MASTER_SITE_SUBDIR, it should be used only for sites defined in bsd.site.mk
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4715517309a6..9c58866440ee 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -6,12 +6,13 @@ PORTVERSION= 2.11.3 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix +MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ + http://de.postfix.org/ftpmirror/ \ + http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ + http://www.artfiles.org/postfix.org/postfix-release/ \ + http://mirror.lhsolutions.nl/postfix-release/ \ + ftp://postfix.mirrors.pair.com/ +MASTER_SITES:= ${MASTER_SITES:S|$|official/|} DIST_SUBDIR= ${PORTNAME} MAINTAINER= sahil@FreeBSD.org |