File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if {${subport} eq ${name}} {
36
36
PortGroup github 1.0
37
37
38
38
github.setup apache arrow ${version} ${name} -
39
- revision 0
39
+ revision 1
40
40
41
41
checksums rmd160 fff854f94a1fbd1df4621b5d01d7db795ab8c5fb \
42
42
sha256 67e31a4f46528634b8c3cbb0dc60ac8f85859d906b400d83d0b6f732b0c5b0e3 \
@@ -87,7 +87,7 @@ if {${subport} eq ${name}} {
87
87
port:libutf8proc \
88
88
port:lz4 \
89
89
port:ninja \
90
- port:protobuf3 -cpp \
90
+ port:protobuf -cpp \
91
91
path:lib/pkgconfig/RapidJSON.pc:rapidjson \
92
92
port:re2 \
93
93
port:snappy \
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ PortGroup legacysupport 1.1
7
7
PortGroup compiler_blacklist_versions 1.0
8
8
9
9
# 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
14
13
categories devel
15
14
maintainers nomaintainer
16
15
license Apache-2
@@ -53,7 +52,7 @@ depends_lib-append \
53
52
port:lbzip2 \
54
53
path:lib/pkgconfig/libuv.pc:libuv \
55
54
path:lib/libssl.dylib:openssl \
56
- port:protobuf3 -cpp \
55
+ port:protobuf -cpp \
57
56
port:re2 \
58
57
port:zlib
59
58
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PortGroup github 1.0
6
6
7
7
github.setup ellie atuin 18.6.0
8
8
github.tarball_from archive
9
- revision 0
9
+ revision 1
10
10
11
11
homepage https://atuin.sh/
12
12
@@ -32,7 +32,7 @@ checksums ${distname}${extract.suffix} \
32
32
set atuin_bin ${worksrcpath} /target/[cargo.rust_platform]/release/${name}
33
33
34
34
depends_build-append \
35
- port:protobuf3 -cpp
35
+ port:protobuf -cpp
36
36
37
37
post-build {
38
38
# Generate shell completions
You can’t perform that action at this time.
0 commit comments