Date: Fri, 7 Nov 2014 00:08:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372242 - head/games/openclonk Message-ID: <201411070008.sA708YRR057966@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 7 00:08:33 2014 New Revision: 372242 URL: https://svnweb.freebsd.org/changeset/ports/372242 QAT: https://qat.redports.org/buildarchive/r372242/ Log: games/openclonk: Fix fetching Modified: head/games/openclonk/Makefile Modified: head/games/openclonk/Makefile ============================================================================== --- head/games/openclonk/Makefile Thu Nov 6 23:31:09 2014 (r372241) +++ head/games/openclonk/Makefile Fri Nov 7 00:08:33 2014 (r372242) @@ -6,7 +6,7 @@ PORTVERSION= 5.1 DISTVERSIONPREFIX= 5. DISTVERSIONSUFFIX= -src CATEGORIES= games -MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ +MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSIONPREFIX}${DISTVERSION}/ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070008.sA708YRR057966>