From owner-svn-ports-all@freebsd.org Tue Jan 3 16:14:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B1B4C9DD8C; Tue, 3 Jan 2017 16:14:17 +0000 (UTC) (envelope-from asomers@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 mx1.freebsd.org (Postfix) with ESMTPS id B1AAB1379; Tue, 3 Jan 2017 16:14:16 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03GEFN3071943; Tue, 3 Jan 2017 16:14:15 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03GEFLV071941; Tue, 3 Jan 2017 16:14:15 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201701031614.v03GEFLV071941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Tue, 3 Jan 2017 16:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430481 - in head/devel: p4 p4api X-SVN-Group: ports-head 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.23 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, 03 Jan 2017 16:14:17 -0000 Author: asomers (src committer) Date: Tue Jan 3 16:14:15 2017 New Revision: 430481 URL: https://svnweb.freebsd.org/changeset/ports/430481 Log: remove RESTRICTED from devel/p4 and devel/p4api devel/p4 and devel/p4api are BSD licensed, even though the distfile does not include any license file. The source for these ports is separately distributed through swarm.workshop.perforce.com, and Perforce support assures me that the license found in the source also applies to the binary distfile used by these ports. PR: 215662 Reviewed by: mat, gordon Approved by: mat (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D8623 Modified: head/devel/p4/Makefile head/devel/p4api/Makefile Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Tue Jan 3 15:52:06 2017 (r430480) +++ head/devel/p4/Makefile Tue Jan 3 16:14:15 2017 (r430481) @@ -13,7 +13,11 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client -RESTRICTED= Restricted distribution +# The LICENSE file is not included in the distfile, but Catherine Louie of +# Perforce Support assures me that the LICENSE file on swarm also applies to +# the binary distribution. +# https://swarm.workshop.perforce.com/projects/perforce_software-p4/files/2016-1/LICENSE +LICENSE= BSD2CLAUSE NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Tue Jan 3 15:52:06 2017 (r430480) +++ head/devel/p4api/Makefile Tue Jan 3 16:14:15 2017 (r430481) @@ -5,7 +5,6 @@ PORTVERSION= 2016.1.1461251 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf - EXTRACT_SUFX= DISTFILES= ${TAR_FILES}:tar p4api.pdf:pdf EXTRACT_ONLY= ${TAR_FILES} @@ -13,7 +12,12 @@ EXTRACT_ONLY= ${TAR_FILES} MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce API (static libraries and header files) -RESTRICTED= Restricted distribution +# The LICENSE file is not included in the distfile, but Catherine Louie of +# Perforce Support assures me that the LICENSE file on swarm also applies to +# the binary distribution. +# https://swarm.workshop.perforce.com/projects/perforce_software-p4/files/2016-1/LICENSE +LICENSE= BSD2CLAUSE + NO_BUILD= yes OPTIONS_DEFINE= DOCS EXAMPLES