Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2016 17:49:25 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405023 - head/games/excido
Message-ID:  <201601011749.u01HnP7f025959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Jan  1 17:49:25 2016
New Revision: 405023
URL: https://svnweb.freebsd.org/changeset/ports/405023

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/games/excido/Makefile

Modified: head/games/excido/Makefile
==============================================================================
--- head/games/excido/Makefile	Fri Jan  1 17:43:56 2016	(r405022)
+++ head/games/excido/Makefile	Fri Jan  1 17:49:25 2016	(r405023)
@@ -5,15 +5,12 @@ PORTNAME=	excido
 PORTVERSION=	0.1.5c
 PORTREVISION=	15
 CATEGORIES=	games
-MASTER_SITES=	http://offload2.icculus.org:9090/excido/ \
-		http://offload1.icculus.org:9090/excido/
+MASTER_SITES=	https://icculus.org/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Portable fast-paced 3D shooter
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 



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