svn commit: r344785 - in head: . games/urbanterror-data

Mark Felder feld at FreeBSD.org
Mon Feb 17 16:08:37 UTC 2014


Author: feld
Date: Mon Feb 17 16:08:36 2014
New Revision: 344785
URL: http://svnweb.freebsd.org/changeset/ports/344785
QAT: https://qat.redports.org/buildarchive/r344785/

Log:
  Cosmetic fixes, update the pkg-descr WWW
  
  antoine pointed out that this needs NO_CDROM.
  
  "Urban Terror is distributed free over the Internet and is covered by
  the Quake 3 SDK licence agreement. The mod files may not be sold or
  distributed on physical media unless with permission from id Software."
  
  Submitted by:	antoine

Modified:
  head/LEGAL
  head/games/urbanterror-data/Makefile
  head/games/urbanterror-data/pkg-descr

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Mon Feb 17 15:59:39 2014	(r344784)
+++ head/LEGAL	Mon Feb 17 16:08:36 2014	(r344785)
@@ -307,3 +307,4 @@ yasou-fpw*		japanese/yasou-fpw	No commer
 yEd*			graphics/yed		Must acknowledge license
 zangband/*		japanese/zangband	Possible copyright infringement
 zh-moettf/*		chinese/moettf		Contact Taiwan's Ministry of Education for commercial use
+UrbanTerror*.zip	games/urbanterror-data	The mod files may not be sold or distributed on physical media unless with permission from id Software.

Modified: head/games/urbanterror-data/Makefile
==============================================================================
--- head/games/urbanterror-data/Makefile	Mon Feb 17 15:59:39 2014	(r344784)
+++ head/games/urbanterror-data/Makefile	Mon Feb 17 16:08:36 2014	(r344785)
@@ -16,6 +16,7 @@ MAINTAINER=	kamikaze at bsdforen.de
 COMMENT=	Standalone realism based mod originally for Quake III Arena
 
 NO_BUILD=	yes
+NO_CDROM=	yes
 
 DATADIR=	${PREFIX}/share/quake3
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
@@ -25,7 +26,7 @@ URT_REV=	${PORTVERSION:C/([0-9]+\.[0-9]+
 
 PLIST_SUB+=	VER=${URT_VER}
 
-OPTIONS_DEFINE=	DOCS 
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 

Modified: head/games/urbanterror-data/pkg-descr
==============================================================================
--- head/games/urbanterror-data/pkg-descr	Mon Feb 17 15:59:39 2014	(r344784)
+++ head/games/urbanterror-data/pkg-descr	Mon Feb 17 16:08:36 2014	(r344785)
@@ -9,4 +9,4 @@ and nice jumps. Urban Terror has 7 game 
 This port only contains the data, and can be played with ioUrbanTerror
 (games/iourbanterror) or any other Quake 3 Arena compatible engine.
 
-WWW: http://www.urbanterror.net/
+WWW: http://www.urbanterror.info/


More information about the svn-ports-head mailing list