Date: Mon, 14 Dec 2015 01:21:53 +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: r403702 - head/games/motogt Message-ID: <201512140121.tBE1Lr7u059005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= 2D top-viewed motorcycle racing game -BROKEN= unfetchable - LIB_DEPENDS= libsfml1-system.so:${PORTSDIR}/devel/sfml1 \ libpng.so:${PORTSDIR}/graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512140121.tBE1Lr7u059005>