Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 23:57:31 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461119 - head/www/palemoon
Message-ID:  <201802062357.w16NvV0o090528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802062357.w16NvV0o090528>