Skip to content

Bear: update to 3.1.6, update dependencies #28397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions devel/Bear/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ PortGroup legacysupport 1.1
legacysupport.newest_darwin_requires_legacy 19
legacysupport.use_mp_libcxx yes

github.setup rizsotto Bear 3.1.5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup rizsotto Bear 3.1.6
github.tarball_from archive
revision 0

checksums rmd160 15a2c3369693c1ec3b14f82cf483fbc0a214c100 \
sha256 2b3ac2fe04f76999083db604fbe25743c95548ce73e3148036e50e80d3d1026b \
size 152222
checksums rmd160 41ff322cdbc0c5f15adf17193b586c3dad441230 \
sha256 99cd891eec6e89b734d7cafe0e623dd8c2f27d8cbf3ee9bc4807e69e5c8fb55c \
size 170892

maintainers {cal @neverpanic} openmaintainer
license GPL-3+
Expand All @@ -32,7 +31,7 @@ long_description {*}${description} \

patchfiles patch-spdlog-header-only.diff

set port_libfmt libfmt9
set port_libfmt libfmt10
cmake.module_path-append \
${prefix}/lib/${port_libfmt}/cmake

Expand All @@ -41,14 +40,13 @@ compiler.cxx_standard 2017

depends_build-append \
port:pkgconfig \
port:spdlog \
port:nlohmann-json \
port:spdlog

depends_lib-append port:abseil \
port:grpc \
port:${port_libfmt} \
port:protobuf3-cpp \
port:re2
port:protobuf3-cpp

configure.args-append \
-DENABLE_UNIT_TESTS=Off \
Expand Down