Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2015 11:08:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404504 - head/games/megaglest
Message-ID:  <201512261108.tBQB8gem092273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec 26 11:08:42 2015
New Revision: 404504
URL: https://svnweb.freebsd.org/changeset/ports/404504

Log:
  - Unbreak fetch

Modified:
  head/games/megaglest/Makefile

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Sat Dec 26 11:07:41 2015	(r404503)
+++ head/games/megaglest/Makefile	Sat Dec 26 11:08:42 2015	(r404504)
@@ -5,13 +5,12 @@ PORTNAME=	megaglest
 PORTVERSION=	3.9.0.4
 PORTREVISION=	8
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_3.9.0/
+MASTER_SITES=	SF/${PORTNAME}/archived/${PORTNAME}_3.9.0/
 DISTNAME=	${PORTNAME}-source-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Open source 3D real-time strategy game
 
-BROKEN=		unfetchable
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \



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