From owner-svn-ports-head@freebsd.org Tue Feb 6 23:57:32 2018 Return-Path: Delivered-To: svn-ports-head@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 054E6F1431C; Tue, 6 Feb 2018 23:57:32 +0000 (UTC) (envelope-from feld@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 A63826ADD4; Tue, 6 Feb 2018 23:57:31 +0000 (UTC) (envelope-from feld@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 A10E91F15F; Tue, 6 Feb 2018 23:57:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16NvVeu090529; Tue, 6 Feb 2018 23:57:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16NvV0o090528; Tue, 6 Feb 2018 23:57:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802062357.w16NvV0o090528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 6 Feb 2018 23:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461119 - head/www/palemoon X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/www/palemoon X-SVN-Commit-Revision: 461119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 23:57:32 -0000 Author: feld Date: Tue Feb 6 23:57:31 2018 New Revision: 461119 URL: https://svnweb.freebsd.org/changeset/ports/461119 Log: www/palemoon: Update LICENSE_PERMS Upstream forbids distribution of this package with their branding unless we are able to fully comply with the requirements of building against all of the libraries in their tree. This is untenable so we will block distribution for now and work on disabling branding. PR: 225717 MFH: 2018Q1 Modified: head/www/palemoon/Makefile Modified: head/www/palemoon/Makefile ============================================================================== --- head/www/palemoon/Makefile Tue Feb 6 23:52:24 2018 (r461118) +++ head/www/palemoon/Makefile Tue Feb 6 23:57:31 2018 (r461119) @@ -4,6 +4,7 @@ PORTNAME= palemoon DISTVERSION= 27.7.2 DISTVERSIONSUFFIX=_Release +PORTREVISION= 1 CATEGORIES= www ipv6 MAINTAINER= lichray@gmail.com @@ -21,6 +22,11 @@ BUILD_DEPENDS= nspr>=4.15:devel/nspr \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip + +# Needs branding removed for legal reasons. +# Removing from our mirrors until this is handled. +# See PR 225717 +LICENSE_PERMS= no-pkg-mirror no-pkg-sell USE_GITHUB= yes GH_ACCOUNT= MoonchildProductions