Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 02:30:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426139 - head/games/vegastrike-data
Message-ID:  <201611150230.uAF2Ubwv011028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Nov 15 02:30:37 2016
New Revision: 426139
URL: https://svnweb.freebsd.org/changeset/ports/426139

Log:
  Provide two additional mirrors for that large (427M) distfile: not all SF
  sites seem to carry it and those that do can be slow at times.
  
  Submitted by:	tz, rea

Modified:
  head/games/vegastrike-data/Makefile

Modified: head/games/vegastrike-data/Makefile
==============================================================================
--- head/games/vegastrike-data/Makefile	Tue Nov 15 01:41:12 2016	(r426138)
+++ head/games/vegastrike-data/Makefile	Tue Nov 15 02:30:37 2016	(r426139)
@@ -5,7 +5,9 @@ PORTNAME=	vegastrike
 PORTVERSION=	0.5.1.r1
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.1/
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ \
+		http://ports.toco-domains.de/ \
+		http://dist.codelabs.ru/fbsd/ports/vegastrike/
 PKGNAMESUFFIX=	-data
 DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
 



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