Skip to content

Commit ecd852f

Browse files
committed
ports: use protobuf-cpp
grpc: update to 1.70.2 (required as 1.48.4 does not build with protobuf3-cpp)
1 parent 3142585 commit ecd852f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

devel/apache-arrow/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if {${subport} eq ${name}} {
3636
PortGroup github 1.0
3737

3838
github.setup apache arrow ${version} ${name}-
39-
revision 0
39+
revision 1
4040

4141
checksums rmd160 fff854f94a1fbd1df4621b5d01d7db795ab8c5fb \
4242
sha256 67e31a4f46528634b8c3cbb0dc60ac8f85859d906b400d83d0b6f732b0c5b0e3 \
@@ -87,7 +87,7 @@ if {${subport} eq ${name}} {
8787
port:libutf8proc \
8888
port:lz4 \
8989
port:ninja \
90-
port:protobuf3-cpp \
90+
port:protobuf-cpp \
9191
path:lib/pkgconfig/RapidJSON.pc:rapidjson \
9292
port:re2 \
9393
port:snappy \

devel/grpc/Portfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ PortGroup legacysupport 1.1
77
PortGroup compiler_blacklist_versions 1.0
88

99
# NOTE: Also rev-bump 'apache-arrow' when updating this port
10-
github.setup grpc grpc 1.48.4 v
11-
# Change github.tarball_from to 'releases' or 'archive' next update
12-
github.tarball_from tarball
13-
revision 11
10+
github.setup grpc grpc 1.70.2 v
11+
github.tarball_from releases
12+
revision 0
1413
categories devel
1514
maintainers nomaintainer
1615
license Apache-2
@@ -53,7 +52,7 @@ depends_lib-append \
5352
port:lbzip2 \
5453
path:lib/pkgconfig/libuv.pc:libuv \
5554
path:lib/libssl.dylib:openssl \
56-
port:protobuf3-cpp \
55+
port:protobuf-cpp \
5756
port:re2 \
5857
port:zlib
5958

sysutils/atuin/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PortGroup github 1.0
66

77
github.setup ellie atuin 18.6.0
88
github.tarball_from archive
9-
revision 0
9+
revision 1
1010

1111
homepage https://atuin.sh/
1212

@@ -32,7 +32,7 @@ checksums ${distname}${extract.suffix} \
3232
set atuin_bin ${worksrcpath}/target/[cargo.rust_platform]/release/${name}
3333

3434
depends_build-append \
35-
port:protobuf3-cpp
35+
port:protobuf-cpp
3636

3737
post-build {
3838
# Generate shell completions

0 commit comments

Comments
 (0)