From owner-svn-ports-all@freebsd.org Mon Oct 29 08:24:30 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 F26EE10CEC06; Mon, 29 Oct 2018 08:24:29 +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 9BC6B8476E; Mon, 29 Oct 2018 08:24:29 +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 787B23EA8; Mon, 29 Oct 2018 08:24:29 +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 w9T8OTbY051951; Mon, 29 Oct 2018 08:24:29 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9T8OTYv051950; Mon, 29 Oct 2018 08:24:29 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201810290824.w9T8OTYv051950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 29 Oct 2018 08:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483374 - head/net/pbnc X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/net/pbnc X-SVN-Commit-Revision: 483374 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: Mon, 29 Oct 2018 08:24:30 -0000 Author: meta Date: Mon Oct 29 08:24:29 2018 New Revision: 483374 URL: https://svnweb.freebsd.org/changeset/ports/483374 Log: Expand _LICENSE_PERMS_DEFAULT same as done in r464200. Reported by: mat@ Approved by: mentors (implicit) Modified: head/net/pbnc/Makefile Modified: head/net/pbnc/Makefile ============================================================================== --- head/net/pbnc/Makefile Mon Oct 29 08:15:35 2018 (r483373) +++ head/net/pbnc/Makefile Mon Oct 29 08:24:29 2018 (r483374) @@ -16,7 +16,7 @@ LICENSE_TEXT= License of this software is declared as 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} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask