Date: Mon, 17 Feb 2014 16:08:36 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344785 - in head: . games/urbanterror-data Message-ID: <201402171608.s1HG8aNj026744@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171608.s1HG8aNj026744>