Index: head/www/chromium/Makefile =================================================================== --- head/www/chromium/Makefile +++ head/www/chromium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 87.0.4280.66 +PORTVERSION= 87.0.4280.88 CATEGORIES?= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts Index: head/www/chromium/distinfo =================================================================== --- head/www/chromium/distinfo +++ head/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1605893526 -SHA256 (chromium-87.0.4280.66.tar.xz) = 29a8e4ea82edec2fdcf34ece68323bec7ab90f3d5669e6b77f58cff9c278f741 -SIZE (chromium-87.0.4280.66.tar.xz) = 856464608 -SHA256 (chromium-87.0.4280.66-testdata.tar.xz) = f6f26bac71a58d36b1b47abdaf4b209b135877a15b6964b126f7677be101e676 -SIZE (chromium-87.0.4280.66-testdata.tar.xz) = 257359532 +TIMESTAMP = 1606957721 +SHA256 (chromium-87.0.4280.88.tar.xz) = 3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0 +SIZE (chromium-87.0.4280.88.tar.xz) = 856266548 +SHA256 (chromium-87.0.4280.88-testdata.tar.xz) = 35c4676c9cb699aa76335757ec2a71a246102f2e6e6a3536e43c1c4afb04e494 +SIZE (chromium-87.0.4280.88-testdata.tar.xz) = 257423892 SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 SIZE (test_fonts-85.tar.xz) = 9511984 Index: head/www/chromium/files/patch-third__party_blink_renderer_modules_webcodecs_video__encoder.cc =================================================================== --- head/www/chromium/files/patch-third__party_blink_renderer_modules_webcodecs_video__encoder.cc +++ head/www/chromium/files/patch-third__party_blink_renderer_modules_webcodecs_video__encoder.cc @@ -1,20 +0,0 @@ ---- third_party/blink/renderer/modules/webcodecs/video_encoder.cc.orig 2020-11-17 18:39:30 UTC -+++ third_party/blink/renderer/modules/webcodecs/video_encoder.cc -@@ -53,7 +53,7 @@ namespace { - std::unique_ptr CreateAcceleratedVideoEncoder( - media::VideoCodecProfile profile, - const media::VideoEncoder::Options& options) { --#if defined(OS_MAC) || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) -+#if defined(OS_MAC) || (defined(OS_LINUX) || defined(OS_BSD) && !defined(OS_CHROMEOS)) - // TODO(https://crbug.com/1110279) Flush() is not implemented on MacOS' - // accelerated video encoder, so we can't use it yet. - return nullptr; -@@ -97,7 +97,7 @@ std::unique_ptr CreateAccelerated - media::AsyncDestroyVideoEncoder>( - std::make_unique( - gpu_factories, std::move(task_runner))); --#endif // defined(OS_MAC) || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) -+#endif // defined(OS_MAC) || (defined(OS_LINUX) || defined(OS_BSD) && !defined(OS_CHROMEOS)) - } - - std::unique_ptr CreateVpxVideoEncoder() {