svn commit: r403702 - head/games/motogt

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 14 01:21:54 UTC 2015


Author: amdmi3
Date: Mon Dec 14 01:21:52 2015
New Revision: 403702
URL: https://svnweb.freebsd.org/changeset/ports/403702

Log:
  - Fix fetch

Modified:
  head/games/motogt/Makefile

Modified: head/games/motogt/Makefile
==============================================================================
--- head/games/motogt/Makefile	Mon Dec 14 01:21:49 2015	(r403701)
+++ head/games/motogt/Makefile	Mon Dec 14 01:21:52 2015	(r403702)
@@ -5,14 +5,12 @@ PORTNAME=	motogt
 PORTVERSION=	20110505
 PORTREVISION=	6
 CATEGORIES=	games
-MASTER_SITES=	SF/motogt/
+MASTER_SITES=	SF/motogt/MotoGT1/
 DISTNAME=	MotoGT-${PORTVERSION}
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	2D top-viewed motorcycle racing game
 
-BROKEN=		unfetchable
-
 LIB_DEPENDS=	libsfml1-system.so:${PORTSDIR}/devel/sfml1 \
 		libpng.so:${PORTSDIR}/graphics/png
 


More information about the svn-ports-head mailing list