svn commit: r556948 - head/games/opensfx

Alexey Dokuchaev danfe at FreeBSD.org
Fri Dec 4 03:12:20 UTC 2020


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 at 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


More information about the svn-ports-all mailing list