Skip to content

Commit

Permalink
www/tor-browser: fix fetch [1]
Browse files Browse the repository at this point in the history
While here, prevent spurious quotes from entering the version
in MOZ_OPTIONS

Reported by:	vvd [1]
  • Loading branch information
rene0 committed Feb 12, 2023
1 parent cb45b94 commit 56774f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/tor-browser/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= tor-browser
DISTVERSION= 12.0.2
PORTREVISION= 3 # previous DISTVERSION was 12.0-2 which becomes 12.0.2 too in PGKNAME
CATEGORIES= www net security wayland
MASTER_SITES= MASTER_SITE_TOR
MASTER_SITES= TOR
MASTER_SITE_SUBDIR=torbrowser/${DISTVERSION}
DISTNAME= src-firefox-tor-browser-102.7.0esr-${DISTVERSION:R}-1-build1

Expand Down Expand Up @@ -48,7 +48,7 @@ MOZ_EXPORT+= MOZ_TELEMETRY_REPORTING="" \
MOZ_APP_DISPLAYNAME="Tor Browser" \
MOZ_APP_NAME="tor-browser"

MOZ_OPTIONS= --with-tor-browser-version="${DISTVERSION}-1" \
MOZ_OPTIONS= --with-tor-browser-version=${DISTVERSION}-1 \
--enable-official-branding \
--enable-optimize \
--enable-rust-simd \
Expand Down

0 comments on commit 56774f8

Please sign in to comment.