aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-02-14 16:31:40 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-02-14 16:31:40 +0000
commitda9c4272eb2f0e5f5f9a8443f5644d8091184272 (patch)
tree7f36dfad688e346e4ebfee6d401a0e7ffe4cd7dc /mail/postfix/Makefile
parentfba6ec83c66ecd5bc1b6f88ff4bb333b304d65f2 (diff)
downloadports-da9c4272eb2f0e5f5f9a8443f5644d8091184272.tar.gz
ports-da9c4272eb2f0e5f5f9a8443f5644d8091184272.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
Notes
Notes: svn path=/head/; revision=378967
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile13
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