Date: Tue, 25 Nov 2025 19:30:05 +0000 Message-ID: <692603bd.270f3.331fe7eb@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0536326abc2cbcb252a1f2bc1e6d9e93fb38f69 commit e0536326abc2cbcb252a1f2bc1e6d9e93fb38f69 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-11-25 19:29:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-11-25 19:30:00 +0000 www/dpp: update 10.0.35 → 10.1.3 --- www/dpp/Makefile | 13 +++++++++---- www/dpp/distinfo | 6 +++--- www/dpp/pkg-plist | 16 ++++++++++++---- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/www/dpp/Makefile b/www/dpp/Makefile index 11dabaab9045..9814d099b5f6 100644 --- a/www/dpp/Makefile +++ b/www/dpp/Makefile @@ -1,9 +1,10 @@ PORTNAME= dpp -DISTVERSION= 10.0.35 +DISTVERSIONPREFIX= v +DISTVERSION= 10.1.3 CATEGORIES= www devel -MASTER_SITES= https://github.com/brainboxdotcc/DPP/releases/download/v${DISTVERSION}/ +#MASTER_SITES= https://github.com/brainboxdotcc/DPP/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -discord -DISTNAME= DPP-${DISTVERSION} +#DISTNAME= libdpp-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Discord API bot library @@ -20,6 +21,10 @@ RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json USES= cmake:testing compiler:c++20-lang localbase ssl +USE_GITHUB= yes +GH_ACCOUNT= brainboxdotcc +GH_PROJECT= DPP + CMAKE_ON= DPP_USE_EXTERNAL_JSON \ DPP_NO_VCPKG CMAKE_ON+= DPP_CORO # experimental support for C++20 coroutines @@ -32,6 +37,6 @@ MAKE_ENV= TEST_DATA_DIR=${WRKSRC}/testdata/ # only for tests post-extract: @${RM} -r ${WRKSRC}/include/dpp/nlohmann -# 1 test fails: ts_not_null(), see https://github.com/brainboxdotcc/DPP/issues/1063 +# as of 10.1.3: 100% tests passed, 0 tests failed out of 1 .include <bsd.port.mk> diff --git a/www/dpp/distinfo b/www/dpp/distinfo index 800f6b6f8e10..6b4f91fac0dd 100644 --- a/www/dpp/distinfo +++ b/www/dpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730957989 -SHA256 (DPP-10.0.35.tar.gz) = 46efde92ec6aba7f3e2b7ad17af2ffa4a18fc0bf3b3566a03f7131784ff7fdc8 -SIZE (DPP-10.0.35.tar.gz) = 17864921 +TIMESTAMP = 1764098571 +SHA256 (brainboxdotcc-DPP-v10.1.3_GH0.tar.gz) = a32d94dcd6b23430afff82918234e4e28e0616bd2ddf743c5ab2f1778c5a600b +SIZE (brainboxdotcc-DPP-v10.1.3_GH0.tar.gz) = 21013899 diff --git a/www/dpp/pkg-plist b/www/dpp/pkg-plist index d98c50a6ac6c..eb1c6dcaaa66 100644 --- a/www/dpp/pkg-plist +++ b/www/dpp/pkg-plist @@ -8,7 +8,6 @@ include/dpp/cache.h include/dpp/channel.h include/dpp/cluster.h include/dpp/cluster_coro_calls.h -include/dpp/cluster_sync_calls.h include/dpp/collector.h include/dpp/colors.h include/dpp/commandhandler.h @@ -20,6 +19,7 @@ include/dpp/coro/coroutine.h include/dpp/coro/job.h include/dpp/coro/task.h include/dpp/coro/when_any.h +include/dpp/discord_webhook_server.h include/dpp/discordclient.h include/dpp/discordevents.h include/dpp/discordvoiceclient.h @@ -35,6 +35,8 @@ include/dpp/event_router.h include/dpp/exception.h include/dpp/export.h include/dpp/guild.h +include/dpp/http_server.h +include/dpp/http_server_request.h include/dpp/httpsclient.h include/dpp/integration.h include/dpp/intents.h @@ -60,15 +62,19 @@ include/dpp/restrequest.h include/dpp/restresults.h include/dpp/role.h include/dpp/scheduled_event.h +include/dpp/signature_verifier.h include/dpp/sku.h include/dpp/snowflake.h include/dpp/socket.h -include/dpp/sslclient.h +include/dpp/socket_listener.h +include/dpp/socketengine.h +include/dpp/ssl_context.h +include/dpp/sslconnection.h include/dpp/stage_instance.h include/dpp/stringops.h -include/dpp/sync.h include/dpp/sysdep.h include/dpp/thread.h +include/dpp/thread_pool.h include/dpp/timed_listener.h include/dpp/timer.h include/dpp/unicode_emoji.h @@ -79,11 +85,13 @@ include/dpp/voiceregion.h include/dpp/voicestate.h include/dpp/webhook.h include/dpp/win32_safe_warnings.h +include/dpp/wrapped_ssl_ctx.h include/dpp/wsclient.h +include/dpp/zlibcontext.h lib/cmake/dpp/dpp-config-version.cmake lib/cmake/dpp/dpp-config.cmake lib/cmake/dpp/dpp-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/dpp/dpp.cmake lib/libdpp.so -lib/libdpp.so.10.0.35 +lib/libdpp.so.10.1.3 libdata/pkgconfig/dpp.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692603bd.270f3.331fe7eb>
