svn commit: r464763 - head/www/palemoon

Tobias Kortkamp tobik at FreeBSD.org
Sat Mar 17 07:24:45 UTC 2018


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


More information about the svn-ports-all mailing list