Date: Tue, 3 Jan 2017 16:14:15 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430481 - in head/devel: p4 p4api Message-ID: <201701031614.v03GEFLV071941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031614.v03GEFLV071941>