Date: Fri, 7 Oct 2022 10:44:48 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bdeddb15f943 - main - editors/bee-host: upgrade to 1.3.5 Message-ID: <202210071044.297AimNv098193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdeddb15f943136905fae5bf5ec1b9a58fea1bc7 commit bdeddb15f943136905fae5bf5ec1b9a58fea1bc7 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-10-07 09:28:12 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-10-07 10:44:43 +0000 editors/bee-host: upgrade to 1.3.5 --- editors/bee-host/Makefile | 2 +- editors/bee-host/distinfo | 6 +++--- editors/bee-host/files/patch-CMakeLists.txt | 17 +++++++++++------ 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index eace4016987b..0c414f8285cf 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -1,5 +1,5 @@ PORTNAME= bee-host -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= editors www MAINTAINER= thierry@FreeBSD.org diff --git a/editors/bee-host/distinfo b/editors/bee-host/distinfo index f9693402fffa..31bb974c9212 100644 --- a/editors/bee-host/distinfo +++ b/editors/bee-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660238948 -SHA256 (rosmanov-bee-host-1.3.4_GH0.tar.gz) = 715ab4edff8900dddef27303a5b19060b680cb0c341e4e3d6def4d04eeeb591d -SIZE (rosmanov-bee-host-1.3.4_GH0.tar.gz) = 30742 +TIMESTAMP = 1665133328 +SHA256 (rosmanov-bee-host-1.3.5_GH0.tar.gz) = 9e505aa37d3ff8b5c0ff2f5191fc5a1d73b8dab6c52f08472899a97ef1ba039e +SIZE (rosmanov-bee-host-1.3.5_GH0.tar.gz) = 30909 diff --git a/editors/bee-host/files/patch-CMakeLists.txt b/editors/bee-host/files/patch-CMakeLists.txt index b14ecb0976a2..f95d6119f9ff 100644 --- a/editors/bee-host/files/patch-CMakeLists.txt +++ b/editors/bee-host/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2022-04-07 09:03:56 UTC +--- CMakeLists.txt.orig 2022-10-05 15:32:24 UTC +++ CMakeLists.txt @@ -33,27 +33,7 @@ endif() @@ -51,18 +51,23 @@ # The following would be better approach than including cJSON files in our # source list. But the build fails when cross-compiling, since -@@ -103,8 +75,8 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURC +@@ -105,13 +77,13 @@ string(TOUPPER "${CMAKE_SYSTEM_NAME}" uppercase_CMAKE_ message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFIX}/bin/beectl") -set(BEECTL_CHROME_MANIFEST_DIR "etc/opt/chrome/native-messaging-hosts") --set(BEECTL_FIREFOX_MANIFEST_DIR "usr/lib/mozilla/native-messaging-hosts") +set(BEECTL_CHROME_MANIFEST_DIR "etc/chrome/native-messaging-hosts") -+set(BEECTL_FIREFOX_MANIFEST_DIR "lib/mozilla/native-messaging-hosts") + + if(uppercase_CMAKE_SYSTEM_NAME MATCHES LINUX AND CMAKE_SYSTEM_PROCESSOR MATCHES "^(amd|x86_)64$") + # Fedora 36 amd64 may have a separate /usr/lib64 dir different from /usr/lib. + set(BEECTL_FIREFOX_MANIFEST_DIR "usr/lib64/mozilla/native-messaging-hosts") + else() +- set(BEECTL_FIREFOX_MANIFEST_DIR "usr/lib/mozilla/native-messaging-hosts") ++ set(BEECTL_FIREFOX_MANIFEST_DIR "lib/mozilla/native-messaging-hosts") + endif() # RPM package properties - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/beectl.spec.in" -@@ -226,7 +198,7 @@ elseif(uppercase_CMAKE_SYSTEM_NAME MATCHES DARWIN) +@@ -233,7 +205,7 @@ elseif(uppercase_CMAKE_SYSTEM_NAME MATCHES DARWIN) COMPONENT config) else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) # Install host app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210071044.297AimNv098193>