Skip to content

Commit

Permalink
www/firefox: update to 103.0 (rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
moench-tegeder committed Jul 18, 2022
1 parent 7ca8c86 commit 8e80476
Show file tree
Hide file tree
Showing 9 changed files with 69,243 additions and 19,224 deletions.
2 changes: 1 addition & 1 deletion Mk/bsd.gecko.mk
Expand Up @@ -78,7 +78,7 @@ BINARY_ALIAS+= python3=${PYTHON_CMD}
BUNDLE_LIBS= yes

BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
rust-cbindgen>=0.23.0:devel/rust-cbindgen \
rust-cbindgen>=0.24.3:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.62.0:lang/${RUST_DEFAULT} \
node:www/node
LIB_DEPENDS+= libdrm.so:graphics/libdrm
Expand Down
10 changes: 6 additions & 4 deletions www/firefox/Makefile
@@ -1,21 +1,21 @@
# Created by: Alan Eldridge <alane@FreeBSD.org>

PORTNAME= firefox
DISTVERSION= 102.0.1
DISTVERSION= 103.0
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}

MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla

BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nss>=3.79:security/nss \
nss>=3.80:security/nss \
icu>=71.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=4.1.0:print/harfbuzz \
harfbuzz>=4.3.0:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
png>=1.6.37:graphics/png \
dav1d>=1.0.0:multimedia/dav1d \
Expand All @@ -36,6 +36,8 @@ CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234
CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"

USES= tar:xz
# helpful when testing beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}

FIREFOX_ICON= ${MOZILLA}.png
FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
Expand Down
6 changes: 3 additions & 3 deletions www/firefox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657041319
SHA256 (firefox-102.0.1.source.tar.xz) = 7bba6ffd6e8e42d5c38aa2a453f5fa30dfc9ef150f2175aa0625edb68fddae70
SIZE (firefox-102.0.1.source.tar.xz) = 477609884
TIMESTAMP = 1658174030
SHA256 (firefox-103.0.source.tar.xz) = acc41d050560db4c4177ea86e2d00e47d74229041fea4c02c0e9e87e64093773
SIZE (firefox-103.0.source.tar.xz) = 475708060
4 changes: 2 additions & 2 deletions www/firefox/files/patch-addon-search
Expand Up @@ -33,8 +33,8 @@ index 661c902..a41b32f 100644
addon.version = String(aEntry.current_version.version);
if (Array.isArray(aEntry.current_version.files)) {
for (let file of aEntry.current_version.files) {
- if (file.platform == "all" || file.platform == PLATFORM) {
+ if (file.platform == "all" || file.platform == "linux" || file.platform == PLATFORM) {
- if (file.platform == "all" || file.platform == lazy.PLATFORM) {
+ if (file.platform == "all" || file.platform == "linux" || file.platform == lazy.PLATFORM) {
if (file.url) {
addon.sourceURI = NetUtil.newURI(file.url);
}
Expand Down
26 changes: 0 additions & 26 deletions www/firefox/files/patch-bug1773070

This file was deleted.

192 changes: 0 additions & 192 deletions www/firefox/files/patch-libwebrtc-generate

This file was deleted.

0 comments on commit 8e80476

Please sign in to comment.