Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 03:12:19 +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: r556948 - head/games/opensfx
Message-ID:  <202012040312.0B43CJLE091093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Dec  4 03:12:19 2020
New Revision: 556948
URL: https://svnweb.freebsd.org/changeset/ports/556948

Log:
  Update MASTER_SITES and make the port fetchable again.
  
  PR:	250778

Modified:
  head/games/opensfx/Makefile

Modified: head/games/opensfx/Makefile
==============================================================================
--- head/games/opensfx/Makefile	Fri Dec  4 02:35:41 2020	(r556947)
+++ head/games/opensfx/Makefile	Fri Dec  4 03:12:19 2020	(r556948)
@@ -5,9 +5,7 @@ PORTNAME=	opensfx
 PORTVERSION=	0.2.3
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
-		http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
-		http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	https://cdn.openttd.org/opensfx-releases/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-all
 
 MAINTAINER=	rum1cro@yandex.ru
@@ -17,8 +15,6 @@ LICENSE=	CC-Sampling+-1.0
 LICENSE_NAME=	Creative Commons Sampling Plus 1.0
 LICENSE_FILE=	${WRKDIR}/opensfx-${PORTVERSION}/license.txt
 LICENSE_PERMS=	auto-accept
-
-BROKEN=		unfetchable
 
 USES=		zip
 NO_BUILD=	yes



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