Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2022 21:01:07 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7aeb6b9fd60 - main - www/ungoogled-chromium: make sure to use a separate config dir
Message-ID:  <202210092101.299L170O059433@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7aeb6b9fd60ad164f2d78a8108387c271c68f6d

commit f7aeb6b9fd60ad164f2d78a8108387c271c68f6d
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-10-09 05:59:03 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-10-09 21:00:19 +0000

    www/ungoogled-chromium: make sure to use a separate config dir
    
    this patch was missing from the initial commit, an error on my side
    and switch over to the official 106.0.5249.103-1 distfiles now that
    it is available
---
 www/ungoogled-chromium/Makefile                               |  3 ++-
 www/ungoogled-chromium/distinfo                               |  6 +++---
 .../files/patch-chrome_common_chrome__paths__linux.cc         | 11 +++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index e25c943a6332..0c1db5ae7b27 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-chromium/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ungoogled-chromium
 PORTVERSION=	106.0.5249.103
-UGVERSION=	106.0.5249.91-1
+UGVERSION=	${DISTVERSION}-1
+PORTREVISION=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		https://nerd.hu/distfiles/:external
diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo
index dffad909b68d..9a990916faf6 100644
--- a/www/ungoogled-chromium/distinfo
+++ b/www/ungoogled-chromium/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1665153537
+TIMESTAMP = 1665295121
 SHA256 (chromium-106.0.5249.103.tar.xz) = 225f669e5aafc4d9367370f63ed421bfad78ed359bf1ff13ffbcb66a181c4e4c
 SIZE (chromium-106.0.5249.103.tar.xz) = 1611232904
-SHA256 (ungoogled-chromium-106.0.5249.91-1.tar.gz) = 2f49d563a079fd50b68c898889c327f3b9f413ecad5b6c5030f96b932e6d0b30
-SIZE (ungoogled-chromium-106.0.5249.91-1.tar.gz) = 664907
+SHA256 (ungoogled-chromium-106.0.5249.103-1.tar.gz) = d7a0f692a73dc5ad2149a4b87ee5e4eceff92f9c042e2252bd568808c7d72d90
+SIZE (ungoogled-chromium-106.0.5249.103-1.tar.gz) = 664853
 SHA256 (chromium-106.0.5249.103-testdata.tar.xz) = 2a63c6343687658d301f247aa97150727824d9a1e0edddf3a493f0d220fc83c7
 SIZE (chromium-106.0.5249.103-testdata.tar.xz) = 265819076
 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc
new file mode 100644
index 000000000000..175332e4db06
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc
@@ -0,0 +1,11 @@
+--- chrome/common/chrome_paths_linux.cc.orig	2022-10-09 05:56:28 UTC
++++ chrome/common/chrome_paths_linux.cc
+@@ -92,7 +92,7 @@ bool GetDefaultUserDataDirectory(base::FilePath* resul
+ #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
+   std::string data_dir_basename = "google-chrome";
+ #else
+-  std::string data_dir_basename = "chromium";
++  std::string data_dir_basename = "ungoogled-chromium";
+ #endif
+   *result = config_dir.Append(data_dir_basename + GetChannelSuffixForDataDir());
+   return true;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210092101.299L170O059433>