From owner-svn-ports-all@freebsd.org Sat Feb 24 14:07:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E184BF2113E; Sat, 24 Feb 2018 14:07:51 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 949C484EC8; Sat, 24 Feb 2018 14:07:51 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F820268A0; Sat, 24 Feb 2018 14:07:51 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1OE7pda085913; Sat, 24 Feb 2018 14:07:51 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OE7pGW085912; Sat, 24 Feb 2018 14:07:51 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802241407.w1OE7pGW085912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 24 Feb 2018 14:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462829 - head/net/zillion X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/net/zillion X-SVN-Commit-Revision: 462829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 14:07:52 -0000 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