Skip to content

Commit

Permalink
ncdc: update to 1.24.1, add GeoIP support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
1o1o1 authored and reneeotten committed Jan 18, 2025
1 parent ff16c7c commit 357714a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions net/ncdc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
PortSystem 1.0

name ncdc
version 1.23.1
version 1.24.1
categories net chat
platforms darwin
maintainers nomaintainer
license MIT

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

checksums rmd160 898fd9ccc7fb0ac7d88bcf3a04dcb413c10b74e4 \
sha256 95881214077a5b3c24fbbaf020ada0d084ee3b596a7c3cc1e0e68aaac4c9b5e6 \
size 378481
checksums rmd160 1ef94ffb761cec7eef49ef36a648c9f6f24ddaa9 \
sha256 2a8ab9ad7d43f018fc73ba8babd689dfa44aba8cec53b88e4770185cb97778f7 \
size 377704

depends_build port:pkgconfig

Expand All @@ -28,8 +27,12 @@ depends_lib port:sqlite3 \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:bzip2 \
port:zlib \
port:libmaxminddb \
path:lib/pkgconfig/gnutls.pc:gnutls

# Build with GeoIP support
configure.args-append --with-geoip

use_parallel_build yes

livecheck.type regex
Expand Down

0 comments on commit 357714a

Please sign in to comment.