From owner-svn-ports-all@freebsd.org Sat Mar 17 07:24:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E3C3F4D007; Sat, 17 Mar 2018 07:24:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4306C1F5; Sat, 17 Mar 2018 07:24:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 294E6760F; Sat, 17 Mar 2018 07:24:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2H7OjS7058596; Sat, 17 Mar 2018 07:24:45 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2H7OjEe058595; Sat, 17 Mar 2018 07:24:45 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803170724.w2H7OjEe058595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 17 Mar 2018 07:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464763 - head/www/palemoon X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/palemoon X-SVN-Commit-Revision: 464763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 07:24:45 -0000 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