svn commit: r404504 - head/games/megaglest

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 26 11:08:43 UTC 2015


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


More information about the svn-ports-head mailing list