Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 07:24:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464763 - head/www/palemoon
Message-ID:  <201803170724.w2H7OjEe058595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Mar 17 07:24:44 2018
New Revision: 464763
URL: https://svnweb.freebsd.org/changeset/ports/464763

Log:
  www/palemoon: Disable official branding
  
  PR:		225717

Modified:
  head/www/palemoon/Makefile

Modified: head/www/palemoon/Makefile
==============================================================================
--- head/www/palemoon/Makefile	Sat Mar 17 07:06:07 2018	(r464762)
+++ head/www/palemoon/Makefile	Sat Mar 17 07:24:44 2018	(r464763)
@@ -4,7 +4,7 @@
 PORTNAME=	palemoon
 DISTVERSION=	27.7.2
 DISTVERSIONSUFFIX=_Release
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 
 MAINTAINER=	lichray@gmail.com
@@ -23,11 +23,6 @@ BUILD_DEPENDS=	nspr>=4.15:devel/nspr \
 		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
 GH_PROJECT=	Pale-Moon
@@ -42,7 +37,6 @@ PM_ICON=	${PORTNAME}.png
 PM_ICON_SRC=	${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png
 PM_DESKTOP=	${WRKSRC}/browser/branding/official/${PORTNAME}.desktop
 MOZ_OPTIONS=	--enable-application=browser \
-		--enable-official-branding \
 		--enable-devtools \
 		--enable-jemalloc \
 		--enable-jemalloc-lib



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