mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
www/chromium: update to 108.0.5359.124
This commit is contained in:
parent
90457894ba
commit
7ae5e0e6d6
4 changed files with 12 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= chromium
|
PORTNAME= chromium
|
||||||
PORTVERSION= 108.0.5359.98
|
PORTVERSION= 108.0.5359.124
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www wayland
|
CATEGORIES= www wayland
|
||||||
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
|
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
|
||||||
https://nerd.hu/distfiles/:external
|
https://nerd.hu/distfiles/:external
|
||||||
|
@ -117,7 +116,6 @@ GN_ARGS+= clang_use_chrome_plugins=false \
|
||||||
use_system_libjpeg=true \
|
use_system_libjpeg=true \
|
||||||
use_system_libwayland=true \
|
use_system_libwayland=true \
|
||||||
use_system_wayland_scanner=true \
|
use_system_wayland_scanner=true \
|
||||||
use_system_libwayland_server=true \
|
|
||||||
use_udev=false \
|
use_udev=false \
|
||||||
extra_cxxflags="${CXXFLAGS}" \
|
extra_cxxflags="${CXXFLAGS}" \
|
||||||
extra_ldflags="${LDFLAGS}"
|
extra_ldflags="${LDFLAGS}"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
TIMESTAMP = 1670479392
|
TIMESTAMP = 1671001959
|
||||||
SHA256 (chromium-108.0.5359.98.tar.xz) = 60b6137971e3cb2947477f654491ed4f517ab88ea2807fa3b89fcce34b83561e
|
SHA256 (chromium-108.0.5359.124.tar.xz) = d48dfac2a61b14a5d7d2f460b09b70ef3ab88e27b82e3173938cb54eaa612a75
|
||||||
SIZE (chromium-108.0.5359.98.tar.xz) = 1731439592
|
SIZE (chromium-108.0.5359.124.tar.xz) = 1731649648
|
||||||
SHA256 (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = d116c489dd999cb459a13afb8e00be8df7048be709cde2d1a37d7ead52253abb
|
SHA256 (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = a99478c05843beb78874e6103e59f3a8a72a1aa00f1dd7cf08f6056f532e9059
|
||||||
SIZE (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = 26029112
|
SIZE (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = 26088692
|
||||||
SHA256 (chromium-108.0.5359.98-testdata.tar.xz) = f03ade0ad013e0cd5fa529b44ec101c2e0b21532e4cfd038ef2699ca40b94a92
|
SHA256 (chromium-108.0.5359.124-testdata.tar.xz) = b3129a64b084aa0d0eb6da195f655699b3362bc216fd350a340c40e553f47b35
|
||||||
SIZE (chromium-108.0.5359.98-testdata.tar.xz) = 265714556
|
SIZE (chromium-108.0.5359.124-testdata.tar.xz) = 265528008
|
||||||
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
||||||
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
|
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- content/browser/web_contents/web_contents_view_aura.cc.orig 2022-10-24 13:33:33 UTC
|
--- content/browser/web_contents/web_contents_view_aura.cc.orig 2022-12-14 08:02:29 UTC
|
||||||
+++ content/browser/web_contents/web_contents_view_aura.cc
|
+++ content/browser/web_contents/web_contents_view_aura.cc
|
||||||
@@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO
|
@@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO
|
||||||
raw_ptr<aura::Window> window_;
|
raw_ptr<aura::Window> window_;
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
// We set the file contents before the URL because the URL also sets file
|
// We set the file contents before the URL because the URL also sets file
|
||||||
// contents (to a .URL shortcut). We want to prefer file content data over
|
// contents (to a .URL shortcut). We want to prefer file content data over
|
||||||
// a shortcut so we add it first.
|
// a shortcut so we add it first.
|
||||||
@@ -1365,7 +1365,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
|
@@ -1366,7 +1366,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
|
||||||
// Linux window managers like to handle raise-on-click themselves. If we
|
// Linux window managers like to handle raise-on-click themselves. If we
|
||||||
// raise-on-click manually, this may override user settings that prevent
|
// raise-on-click manually, this may override user settings that prevent
|
||||||
// focus-stealing.
|
// focus-stealing.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- third_party/libxml/linux/config.h.orig 2022-03-25 21:59:56 UTC
|
--- third_party/libxml/linux/config.h.orig 2022-12-14 08:02:29 UTC
|
||||||
+++ third_party/libxml/linux/config.h
|
+++ third_party/libxml/linux/config.h
|
||||||
@@ -81,6 +81,9 @@
|
@@ -72,6 +72,9 @@
|
||||||
/* Define to 1 if you have the `putenv' function. */
|
/* Define to 1 if you have the `putenv' function. */
|
||||||
#define HAVE_PUTENV 1
|
#define HAVE_PUTENV 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue