svn commit: r495626 - head/games/colobot

Fernando Apesteguía fernape at FreeBSD.org
Wed Mar 13 18:09:07 UTC 2019


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 at FreeBSD.org
 COMMENT=	Educational game aiming to teach programming to kids


More information about the svn-ports-all mailing list