svn commit: r461119 - head/www/palemoon

Mark Felder feld at FreeBSD.org
Tue Feb 6 23:57:32 UTC 2018


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 at 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


More information about the svn-ports-head mailing list