Skip to content

Commit 357714a

Browse files
1o1o1reneeotten
authored andcommitted
ncdc: update to 1.24.1, add GeoIP support
Add "u" key to file browser to sort non-local files first Fix possible crash on aarch64 when connected to an ADC hub Slightly improve ADC protocol compliance Slightly improve C compiler compatibility Add GeoIP support
1 parent ff16c7c commit 357714a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

net/ncdc/Portfile

+8-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
PortSystem 1.0
44

55
name ncdc
6-
version 1.23.1
6+
version 1.24.1
77
categories net chat
8-
platforms darwin
98
maintainers nomaintainer
109
license MIT
1110

@@ -17,9 +16,9 @@ long_description Modern and lightweight direct connect client with a \
1716
homepage https://dev.yorhel.nl/ncdc
1817
master_sites https://dev.yorhel.nl/download/
1918

20-
checksums rmd160 898fd9ccc7fb0ac7d88bcf3a04dcb413c10b74e4 \
21-
sha256 95881214077a5b3c24fbbaf020ada0d084ee3b596a7c3cc1e0e68aaac4c9b5e6 \
22-
size 378481
19+
checksums rmd160 1ef94ffb761cec7eef49ef36a648c9f6f24ddaa9 \
20+
sha256 2a8ab9ad7d43f018fc73ba8babd689dfa44aba8cec53b88e4770185cb97778f7 \
21+
size 377704
2322

2423
depends_build port:pkgconfig
2524

@@ -28,8 +27,12 @@ depends_lib port:sqlite3 \
2827
path:lib/pkgconfig/glib-2.0.pc:glib2 \
2928
port:bzip2 \
3029
port:zlib \
30+
port:libmaxminddb \
3131
path:lib/pkgconfig/gnutls.pc:gnutls
3232

33+
# Build with GeoIP support
34+
configure.args-append --with-geoip
35+
3336
use_parallel_build yes
3437

3538
livecheck.type regex

0 commit comments

Comments
 (0)