editors/bee-host: upgrade to 1.3.6

Release notes at <https://github.com/rosmanov/bee-host/releases/tag/1.3.6>.
This commit is contained in:
Thierry Thomas 2023-03-15 17:17:26 +01:00
parent 044deba547
commit 836c5acdde
3 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= bee-host
PORTVERSION= 1.3.5
PORTVERSION= 1.3.6
CATEGORIES= editors www
MAINTAINER= thierry@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1665133328
SHA256 (rosmanov-bee-host-1.3.5_GH0.tar.gz) = 9e505aa37d3ff8b5c0ff2f5191fc5a1d73b8dab6c52f08472899a97ef1ba039e
SIZE (rosmanov-bee-host-1.3.5_GH0.tar.gz) = 30909
TIMESTAMP = 1678895956
SHA256 (rosmanov-bee-host-1.3.6_GH0.tar.gz) = e45bb1ff96a0e2899b0ed47164b36073cb03a10b6386ba8ce8126c1091dc8037
SIZE (rosmanov-bee-host-1.3.6_GH0.tar.gz) = 31239

View file

@ -1,13 +1,13 @@
--- CMakeLists.txt.orig 2022-10-05 15:32:24 UTC
--- CMakeLists.txt.orig 2023-03-12 06:35:07 UTC
+++ CMakeLists.txt
@@ -33,27 +33,7 @@ endif()
@@ -38,27 +38,7 @@ endif()
set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external)
-# cJSON and cJSONUtils
-ExternalProject_Add(cjson
- GIT_REPOSITORY "https://github.com/DaveGamble/cJSON"
- GIT_TAG "v1.7.14"
- GIT_TAG "v1.7.15"
- PREFIX "${EXTERNAL_DIR}/cJSON"
- BUILD_IN_SOURCE 1
- TEST_COMMAND ""
@ -29,7 +29,7 @@
# beectl
set(BEECTL_SRCS
@@ -64,21 +44,13 @@ set(BEECTL_SRCS
@@ -69,21 +49,13 @@ set(BEECTL_SRCS
src/mkstemps.c
# This is nasty, but I couldn't find a way to use CMAKE_TOOLCHAIN_FILE
# for the external project (see comments below.)
@ -51,7 +51,7 @@
# The following would be better approach than including cJSON files in our
# source list. But the build fails when cross-compiling, since
@@ -105,13 +77,13 @@ string(TOUPPER "${CMAKE_SYSTEM_NAME}" uppercase_CMAKE_
@@ -110,13 +82,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")
@ -67,7 +67,7 @@
endif()
# RPM package properties
@@ -233,7 +205,7 @@ elseif(uppercase_CMAKE_SYSTEM_NAME MATCHES DARWIN)
@@ -238,7 +210,7 @@ elseif(uppercase_CMAKE_SYSTEM_NAME MATCHES DARWIN)
COMPONENT config)
else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS)
# Install host app