svn commit: r347943 - in head: . net/dgd-lpmud

Eitan Adler eadler at FreeBSD.org
Tue Mar 11 23:14:10 UTC 2014


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


More information about the svn-ports-head mailing list