Date: Tue, 23 Oct 2018 13:48:05 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482838 - head/net/pbnc Message-ID: <201810231348.w9NDm5Um037325@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yasu@utahime.org> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231348.w9NDm5Um037325>