Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 23:14:10 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347943 - in head: . net/dgd-lpmud
Message-ID:  <201403112314.s2BNEAgN042691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Mar 11 23:14:09 2014
New Revision: 347943
URL: http://svnweb.freebsd.org/changeset/ports/347943
QAT: https://qat.redports.org/buildarchive/r347943/

Log:
  net/dgd-lpmud: fix LEGAL restrictions
  
  According to the port's Makefile the source code and resulting binaries may not
  be used for monetary gain.
  
  Approved by:	portmgr (implicit)

Modified:
  head/LEGAL
  head/net/dgd-lpmud/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Tue Mar 11 23:01:44 2014	(r347942)
+++ head/LEGAL	Tue Mar 11 23:14:09 2014	(r347943)
@@ -23,7 +23,7 @@
 #
 # Dist			Port			Why
 # ------------------------------------------------------------------------------
-*-for-1.4.tgz	net/dgd-lpmud			No commercial use
+*-for-1.4.tgz	net/dgd-lpmud			May not be used for monetary gain
 *_FreeBSD_MegaCLI.zip	sysutils/megacli	Reproduction or redistribution prohibited
 ASpath-tree-*.tar.gz	net-mgmt/aspathtree	No commercial us
 26410-800.zip		audio/libaacplus	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies

Modified: head/net/dgd-lpmud/Makefile
==============================================================================
--- head/net/dgd-lpmud/Makefile	Tue Mar 11 23:01:44 2014	(r347942)
+++ head/net/dgd-lpmud/Makefile	Tue Mar 11 23:14:09 2014	(r347943)
@@ -15,7 +15,8 @@ COMMENT=	LPmud mudlib, for use with DGD
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/dgd:${PORTSDIR}/net/dgd
 
-NO_PACKAGE=	no monetary gain, tarball OK for CDROM
+NO_PACKAGE=	May not be used for monetary gain
+NO_CDROM=	${NO_PACKAGE}
 
 DIST_SUBDIR=	dgd
 WRKSRC=		${WRKDIR}/mud



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403112314.s2BNEAgN042691>