diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-15 10:30:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-15 10:30:37 +0800 |
commit | ae38912eb3f23c12da70f97b15b8d39ea79c1cce (patch) | |
tree | 06906b8f66d630c8f504cd8a031475b691b1fdf7 | |
parent | 1a8d281896d636272a26187daeea16cccd64573c (diff) | |
download | freebsd-ports-gnome-ae38912eb3f23c12da70f97b15b8d39ea79c1cce.tar.gz freebsd-ports-gnome-ae38912eb3f23c12da70f97b15b8d39ea79c1cce.tar.zst freebsd-ports-gnome-ae38912eb3f23c12da70f97b15b8d39ea79c1cce.zip |
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
-rw-r--r-- | games/vegastrike-data/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index 99e96428ba12..af02b5e89e1d 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -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} |