Date: Sat, 10 Jan 2026 11:35:40 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Martin Filla <freebsd@sysctl.cz> Subject: git: 870f0296cd25 - main - www/tor-browser: Fix icons and branding Message-ID: <6962398c.32e28.7f456823@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=870f0296cd2596b6448b36466df62a89fd359f05 commit 870f0296cd2596b6448b36466df62a89fd359f05 Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2026-01-10 11:34:05 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-01-10 11:35:30 +0000 www/tor-browser: Fix icons and branding Upstream issue: https://gitlab.torproject.org/tpo/applications/tor-browser/-/work_items/43772 PR: 292136 --- www/tor-browser/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index de68b37489f5..a549d80282fb 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,6 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 16.0a1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net security wayland TAG_BASE= d366318349af0977ff23b492fa87e436e8672fdd TAG_TOR= 45b67d3be52f79e8a4b361fd04ab12f342ab0016 @@ -81,13 +81,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} MOZ_EXPORT= MOZ_TELEMETRY_REPORTING="" \ MOZILLA_OFFICIAL="1" \ - MOZ_OFFICIAL_BRANDING="1" \ MOZ_APP_DISPLAYNAME="Tor Browser" \ MOZ_APP_NAME="tor-browser" \ + MOZ_BRANDING_DIRECTORY="browser/branding/tb-release" \ MOZ_CHROME_MULTILOCALE="${LOCALES}" MOZ_OPTIONS= --with-base-browser-version=${DISTVERSION} \ - --enable-official-branding \ --enable-optimize \ --enable-bundled-fonts \ --disable-tests \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6962398c.32e28.7f456823>
