From owner-svn-ports-all@freebsd.org Tue Oct 23 13:48:05 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 9FB2AFD8B2F; Tue, 23 Oct 2018 13:48:05 +0000 (UTC) (envelope-from meta@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 4E3F97D397; Tue, 23 Oct 2018 13:48:05 +0000 (UTC) (envelope-from meta@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 44E5010B01; Tue, 23 Oct 2018 13:48:05 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NDm5tQ037326; Tue, 23 Oct 2018 13:48:05 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NDm5Um037325; Tue, 23 Oct 2018 13:48:05 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201810231348.w9NDm5Um037325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 23 Oct 2018 13:48:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482838 - head/net/pbnc X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/net/pbnc X-SVN-Commit-Revision: 482838 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.29 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: Tue, 23 Oct 2018 13:48:05 -0000 Author: meta Date: Tue Oct 23 13:48:04 2018 New Revision: 482838 URL: https://svnweb.freebsd.org/changeset/ports/482838 Log: net/pbnc: Fix license information License of this software is declared as 'BSD' in pbnc.readme. But it is not clear which versions of the BSD license (2, 3 or 4 clause) it is. No further file in the source archive contains license information. Committed with minor changes like done in r462831. PR: 222546 Submitted by: Yasuhiro KIMURA (original version) Approved by: mentors (implicit) Differential Revision: https://reviews.freebsd.org/D17662 Modified: head/net/pbnc/Makefile Modified: head/net/pbnc/Makefile ============================================================================== --- head/net/pbnc/Makefile Tue Oct 23 13:05:29 2018 (r482837) +++ head/net/pbnc/Makefile Tue Oct 23 13:48:04 2018 (r482838) @@ -10,12 +10,19 @@ DISTNAME= pbnc MAINTAINER= hrs@FreeBSD.org COMMENT= Simple userspace TCP port bouncer -LICENSE= BSD +LICENSE= BSDunclear +LICENSE_NAME= Unclear BSD License +LICENSE_TEXT= License of this software is declared as 'BSD' in pbnc.readme. \ + But it is not clear which versions of the BSD license (2, \ + 3 or 4 clause) it is. No further file in the source archive \ + contains license information. +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask USES= perl5 USE_PERL5= run + NO_BUILD= yes NO_ARCH= yes PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl