svn commit: r336145 - head/games/kye

Eitan Adler eadler at FreeBSD.org
Wed Dec 11 05:35:50 UTC 2013


Author: eadler
Date: Wed Dec 11 05:35:50 2013
New Revision: 336145
URL: http://svnweb.freebsd.org/changeset/ports/336145

Log:
  games/kye: mark RESTRICTED
  
  http://www.nuke.demon.co.uk/kye/charitylevels.html says that the files
  distributed by them "may only be used them as long as you accept the
  compromise to make a donation to any Children's Charity".  As such the files the
  port is distributing is legally restricted and probably can not be redistributed
  by FreeBSD.
  
  Approved by:	portmgr (implicit)

Modified:
  head/games/kye/Makefile

Modified: head/games/kye/Makefile
==============================================================================
--- head/games/kye/Makefile	Wed Dec 11 05:25:28 2013	(r336144)
+++ head/games/kye/Makefile	Wed Dec 11 05:35:50 2013	(r336145)
@@ -19,7 +19,8 @@ DIST_SUBDIR=	kye
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Puzzle game with arcade game elements
 
-LICENSE=	GPLv2
+RESTRICTED=	kye-data_nuke_levels is charityware
+RESTRICTED_FILES=	 kye-data_nuke_levels.20121101.tar.gz
 
 USE_GNOME=	pygtk2 librsvg2
 USE_PYTHON=	yes


More information about the svn-ports-head mailing list