Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 14:07:51 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462829 - head/net/zillion
Message-ID:  <201802241407.w1OE7pGW085912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Feb 24 14:07:51 2018
New Revision: 462829
URL: https://svnweb.freebsd.org/changeset/ports/462829

Log:
  Explain unclear license situation (see Makefile); bump PORTREVISION
  
  PR:		222556
  Submitted by:	yasu@utahime.org
  Reviewed by:	riggs

Modified:
  head/net/zillion/Makefile

Modified: head/net/zillion/Makefile
==============================================================================
--- head/net/zillion/Makefile	Sat Feb 24 14:02:45 2018	(r462828)
+++ head/net/zillion/Makefile	Sat Feb 24 14:07:51 2018	(r462829)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zillion
 PORTVERSION=	0.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTNAME=	${PORTNAME}-0_1
@@ -10,7 +10,13 @@ DISTNAME=	${PORTNAME}-0_1
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Distributed computing project
 
-LICENSE=	BSD
+LICENSE=	BSDunclear
+LICENSE_NAME=	Unclear BSD License
+LICENSE_TEXT=	License of this software is declared as 'BSD license' in ZillionClientServer.[hm] \
+		of the source archive. But it is not clear which versions of the BSD license (2, \
+		3 or 4 clause) it is. There is also a reference to a LICENSE file which is \
+		supposed to be included in the source archive, but it is in fact not included.
+LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 USES=		gnustep
 USE_GNUSTEP=	back build



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