Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 18:09:06 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495626 - head/games/colobot
Message-ID:  <201903131809.x2DI96cn063292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Mar 13 18:09:06 2019
New Revision: 495626
URL: https://svnweb.freebsd.org/changeset/ports/495626

Log:
  games/colobot: move distifle to music group
  
  Move music files to :music group to avoid looking for the distribution on
  GitHub and the other way around.
  
  Reported by:	mat@
  Differential Revision:	 https://reviews.freebsd.org/D19481

Modified:
  head/games/colobot/Makefile

Modified: head/games/colobot/Makefile
==============================================================================
--- head/games/colobot/Makefile	Wed Mar 13 17:48:04 2019	(r495625)
+++ head/games/colobot/Makefile	Wed Mar 13 18:09:06 2019	(r495626)
@@ -5,8 +5,8 @@ DISTVERSIONPREFIX=	${PORTNAME}-gold-
 DISTVERSION=	0.1.12
 DISTVERSIONSUFFIX=	-alpha
 CATEGORIES=	games
-MASTER_SITES=	https://colobot.info/files/music/
-DISTFILES=	colobot-music_ogg_0.1.12-alpha.tar.gz
+MASTER_SITES=	https://colobot.info/files/music/:music
+DISTFILES=	colobot-music_ogg_0.1.12-alpha.tar.gz:music
 
 MAINTAINER=	fernape@FreeBSD.org
 COMMENT=	Educational game aiming to teach programming to kids



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