Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eiskaltdcpp: update to 2.4.2-github-2024.10.25 #26525

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions net/eiskaltdcpp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PortGroup conflicts_build 1.0
PortGroup github 1.0
PortGroup openssl 1.0

github.setup eiskaltdcpp eiskaltdcpp 1aea496e8d7f2608a8e5fa0e6ecc5d2552b4a5e5
version 2.4.2-github-2024.07.08
github.setup eiskaltdcpp eiskaltdcpp e1cad59efa20b892d3495385fd7b042e1c67c689
version 2.4.2-github-2024.10.25
revision 0
epoch 1
categories net p2p www
Expand All @@ -17,9 +17,9 @@ description Direct Connect protocols file sharing
long_description EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. \
It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.

checksums rmd160 5d8c476801173c1c08fe91d6788e445a399b4550 \
sha256 dd7ef4438af13eaed4c51671812ae79a848e002d6e94ef39a96900cd59234a04 \
size 5904814
checksums rmd160 058de16664f0399f7167c9e2b49584061f61dc9d \
sha256 55109ca885f4e8fd4d8d646dc6c5047a1898f83d822b3b5d5d9a194db7b77c7c \
size 5904731
github.tarball_from archive

patchfiles-append patch-CMakeLists.diff
Expand Down Expand Up @@ -47,7 +47,7 @@ configure.args-append -DBUILD_STATIC=OFF \
-DGETTEXT_SEARCH_PATH=${prefix}/bin \
-DHAIKU_PKG=OFF \
-DINSTALL_RUNTIME_PATH=ON \
-DJSONRPC_DAEMON=ON \
-DJSONRPC_DAEMON=OFF \
-DLOCAL_ASPELL_DATA=OFF \
-DLOCAL_JSONCPP=OFF \
-DLUA_SCRIPT=OFF \
Expand Down
Loading