Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 16:31:41 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378967 - head/mail/postfix
Message-ID:  <201502141631.t1EGVfbO044817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Feb 14 16:31:40 2015
New Revision: 378967
URL: https://svnweb.freebsd.org/changeset/ports/378967
QAT: https://qat.redports.org/buildarchive/r378967/

Log:
  - 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

Modified:
  head/mail/postfix/Makefile

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Sat Feb 14 16:07:59 2015	(r378966)
+++ head/mail/postfix/Makefile	Sat Feb 14 16:31:40 2015	(r378967)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141631.t1EGVfbO044817>