svn commit: r336242 - in head: . games/doom games/linux-doom3-demo

Eitan Adler eadler at FreeBSD.org
Thu Dec 12 04:41:09 UTC 2013


Author: eadler
Date: Thu Dec 12 04:41:07 2013
New Revision: 336242
URL: http://svnweb.freebsd.org/changeset/ports/336242

Log:
  multiple: sync LEGAL and 'make -VLEGAL'
  
  Do it right this time.

Modified:
  head/LEGAL
  head/games/doom/Makefile
  head/games/linux-doom3-demo/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Thu Dec 12 04:38:11 2013	(r336241)
+++ head/LEGAL	Thu Dec 12 04:41:07 2013	(r336242)
@@ -78,8 +78,8 @@ dlv			lang/dlv		Not sure if we can redis
 dmd-*			lang/dmd		No redistribution of non validated binaries
 dn*.tgz			emulators/darcnes	Commercial use is restricted
 dnews_*			news/dnews		Only free for schools and universities, but they have to register as well.  4 weeks of free trial for everybody We currently ask for permission to put a package on the CD-ROM
-doom3-linux-*		games/linux-doom3	Redistribution is limited, see license
-doom3-linux-*		games/linux-doom3-demo	Redistribution is limited, see license
+doom3-linux-*		games/linux-doom3	Redistribution is limited, see license; Requested by id Software
+doom3-linux-*		games/linux-doom3-demo	Redistribution is limited, see license; Requested by id Software
 doomsrc.zip		games/doom		Redistribution is limited, see license; Requested by id Software
 dr_freebsd_*.zip	sysutils/megarc		Must be downloaded manually
 dsnake-*		games/dsnake		License prohibits any reselling

Modified: head/games/doom/Makefile
==============================================================================
--- head/games/doom/Makefile	Thu Dec 12 04:38:11 2013	(r336241)
+++ head/games/doom/Makefile	Thu Dec 12 04:41:07 2013	(r336242)
@@ -13,7 +13,7 @@ COMMENT=	DOOM: the game and the sound se
 
 LICENSE=	GPLv1
 
-NO_CDROM=	Redistribution is limited, see license
+NO_CDROM=	Redistribution is limited, see license; Requested by id Software
 
 ONLY_FOR_ARCHS=	i386
 

Modified: head/games/linux-doom3-demo/Makefile
==============================================================================
--- head/games/linux-doom3-demo/Makefile	Thu Dec 12 04:38:11 2013	(r336241)
+++ head/games/linux-doom3-demo/Makefile	Thu Dec 12 04:41:07 2013	(r336242)
@@ -19,7 +19,7 @@ COMMENT=	DOOM III demo for Linux
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs
-NO_CDROM=	Redistribution is limited, see license
+NO_CDROM=	Redistribution is limited, see license; Requested by id Software
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 DOOMDIR=	${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}


More information about the svn-ports-head mailing list