svn commit: r347963 - in head: . devel/raknet

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Mar 12 08:01:21 UTC 2014


Author: martymac
Date: Wed Mar 12 08:01:20 2014
New Revision: 347963
URL: http://svnweb.freebsd.org/changeset/ports/347963
QAT: https://qat.redports.org/buildarchive/r347963/

Log:
  - Fix devel/raknet's distname within LEGAL file
  - Rephrase reason and make it match between LEGAL and port's Makefile
  
  Submitted by:	eadler

Modified:
  head/LEGAL
  head/devel/raknet/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Wed Mar 12 07:06:57 2014	(r347962)
+++ head/LEGAL	Wed Mar 12 08:01:20 2014	(r347963)
@@ -215,7 +215,7 @@ qtools-*		mail/qtools		Possibly restrict
 quake4-linux-*		games/linux-quake4	Redistribution is limited; see the license
 quake4-linux-*		games/linux-quake4-demo	Redistribution is limited; see the license
 Radiator/*		net/radiator		Commercial software
-raknet-*		devel/raknet		Original license is Indy license, special authorization granted to provide RakNet under GPL v3
+RakNet-*		devel/raknet		Special authorization granted to distribute version 3.x under GPLv3
 rapid-*			math/rapid		No commercial use
 raproxy*.tar.gz		audio/raproxy		License allows only use in a firewall, or with RA products
 rarbsd-*		archivers/rar		Only unmodified, original package can be distributed

Modified: head/devel/raknet/Makefile
==============================================================================
--- head/devel/raknet/Makefile	Wed Mar 12 07:06:57 2014	(r347962)
+++ head/devel/raknet/Makefile	Wed Mar 12 08:01:20 2014	(r347963)
@@ -22,7 +22,8 @@ LICENSE_COMB=	dual
 LICENSE_NAME_SpecialAuth=	Special authorization from developer
 LICENSE_FILE_SpecialAuth=	${FILESDIR}/SpecialAuth.mbox
 LICENSE_PERMS_SpecialAuth=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-LEGAL_TEXT=	FreeBSD granted special license to distribute 3.x under GPLv3
+
+LEGAL_TEXT=	Special authorization granted to distribute version 3.x under GPLv3
 
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-head mailing list