Skip to content

Commit 08b5308

Browse files
authored
librime: update to 1.15.0 (macports#30294)
1 parent 6a39656 commit 08b5308

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

devel/librime-devel/Portfile renamed to devel/librime/Portfile

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ PortGroup cmake 1.1
66
PortGroup boost 1.0
77

88
# Please rev-bump squirrel-ime whenever librime-devel updates
9-
github.setup rime librime 08dd95f5d9282346f0d4a3e8fc6b20811dc3d063
9+
github.setup rime librime 1.15.0
1010
# Change github.tarball_from to 'releases' or 'archive' next update
1111
github.tarball_from tarball
12-
name librime-devel
13-
version 20230206
14-
revision 6
12+
name librime
13+
revision 0
1514
categories devel
1615
license BSD
1716
maintainers {l2dy @l2dy} openmaintainer
@@ -35,9 +34,27 @@ compiler.cxx_standard 2014
3534
configure.args -DBOOST_USE_CXX11=ON \
3635
-DBUILD_TEST=OFF
3736

38-
checksums rmd160 9a46203b8f11a380d7c17df232310d7381a39985 \
39-
sha256 591321c13ef15185f3f07a418cffd96d679affd6363c8257225e4c8e77389540 \
40-
size 2623636
37+
checksums rmd160 2ff8f163ed4416efec2ea3e1b341738dcd45c470 \
38+
sha256 db5288e6f8d5c595685e1edfb1c548fd9d4f3f82386d863251b12b4845093105 \
39+
size 2642615
40+
41+
if {${subport} eq ${name}} {
42+
conflicts ${name}-devel
43+
}
44+
45+
subport ${name}-devel {
46+
version 20251124
47+
revision 0
48+
49+
github.setup rime librime 75bc43ae9acdd2042d150a8c446e9ac8b6d77c84
50+
github.tarball_from archive
51+
52+
checksums rmd160 39b1fa3520c847eb4921c477caae645abacfcf40 \
53+
sha256 c183cafd454bf1f089cfbab1f84124f5f7150dd8242a20473529ceb11a039236 \
54+
size 2642932
55+
56+
conflicts-prepend ${name}
57+
}
4158

4259
variant tests description "Build tests" {
4360
configure.pre_args-replace \
@@ -49,3 +66,4 @@ variant tests description "Build tests" {
4966

5067
test.run yes
5168
}
69+

0 commit comments

Comments
 (0)