svn commit: r462829 - head/net/zillion

Thomas Zander riggs at FreeBSD.org
Sat Feb 24 14:07:52 UTC 2018


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 at 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 at 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


More information about the svn-ports-head mailing list