svn commit: r461120 - branches/2018Q1/www/palemoon
Mark Felder
feld at FreeBSD.org
Tue Feb 6 23:58:04 UTC 2018
Author: feld
Date: Tue Feb 6 23:58:03 2018
New Revision: 461120
URL: https://svnweb.freebsd.org/changeset/ports/461120
Log:
MFH: r461119
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
Modified:
branches/2018Q1/www/palemoon/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/www/palemoon/Makefile
==============================================================================
--- branches/2018Q1/www/palemoon/Makefile Tue Feb 6 23:57:31 2018 (r461119)
+++ branches/2018Q1/www/palemoon/Makefile Tue Feb 6 23:58:03 2018 (r461120)
@@ -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-branches
mailing list