diff --git a/www/dpp/Makefile b/www/dpp/Makefile index 19673671f755..2acf66ee4c62 100644 --- a/www/dpp/Makefile +++ b/www/dpp/Makefile @@ -1,43 +1,42 @@ PORTNAME= dpp DISTVERSIONPREFIX= v -DISTVERSION= 10.1.3 -PORTREVISION= 1 +DISTVERSION= 10.1.4 CATEGORIES= www devel #MASTER_SITES= https://github.com/brainboxdotcc/DPP/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -discord #DISTNAME= libdpp-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Discord API bot library WWW= https://dpp.dev/ \ https://github.com/brainboxdotcc/DPP LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libopus.so:audio/opus \ libsodium.so:security/libsodium 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 CMAKE_OFF= RUN_LDCONFIG DPP_BUILD_TEST CMAKE_TESTING_ON= DPP_BUILD_TEST CXXFLAGS+= -DDPP_USE_EXTERNAL_JSON # workaround for https://github.com/brainboxdotcc/DPP/issues/1324 MAKE_ENV= TEST_DATA_DIR=${WRKSRC}/testdata/ # only for tests post-extract: @${RM} -r ${WRKSRC}/include/dpp/nlohmann -# as of 10.1.3: 100% tests passed, 0 tests failed out of 1 +# tests as of 10.1.4: 100% tests passed, 0 tests failed out of 1 .include diff --git a/www/dpp/distinfo b/www/dpp/distinfo index 6b4f91fac0dd..b29c41041ee6 100644 --- a/www/dpp/distinfo +++ b/www/dpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764098571 -SHA256 (brainboxdotcc-DPP-v10.1.3_GH0.tar.gz) = a32d94dcd6b23430afff82918234e4e28e0616bd2ddf743c5ab2f1778c5a600b -SIZE (brainboxdotcc-DPP-v10.1.3_GH0.tar.gz) = 21013899 +TIMESTAMP = 1776619489 +SHA256 (brainboxdotcc-DPP-v10.1.4_GH0.tar.gz) = f11b6d3fc5cc8febcf672b573ca74293ead6c6ea48a66ac0316ab9a5cbd09441 +SIZE (brainboxdotcc-DPP-v10.1.4_GH0.tar.gz) = 21018829 diff --git a/www/dpp/pkg-plist b/www/dpp/pkg-plist index eb1c6dcaaa66..e14d6202fa75 100644 --- a/www/dpp/pkg-plist +++ b/www/dpp/pkg-plist @@ -1,97 +1,99 @@ include/dpp/appcommand.h include/dpp/application.h include/dpp/auditlog.h include/dpp/automod.h include/dpp/ban.h include/dpp/bignum.h include/dpp/cache.h include/dpp/channel.h include/dpp/cluster.h include/dpp/cluster_coro_calls.h include/dpp/collector.h include/dpp/colors.h include/dpp/commandhandler.h +include/dpp/compat.h include/dpp/coro.h include/dpp/coro/async.h include/dpp/coro/awaitable.h include/dpp/coro/coro.h 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 include/dpp/dispatcher.h include/dpp/dns.h include/dpp/dpp.h include/dpp/dtemplate.h include/dpp/emoji.h include/dpp/entitlement.h include/dpp/etf.h include/dpp/event.h 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 include/dpp/invite.h include/dpp/isa/avx.h include/dpp/isa/avx2.h include/dpp/isa/avx512.h include/dpp/isa/fallback.h include/dpp/isa/neon.h include/dpp/isa_detection.h include/dpp/json.h include/dpp/json_fwd.h include/dpp/json_interface.h include/dpp/managed.h include/dpp/message.h include/dpp/misc-enum.h include/dpp/once.h include/dpp/permissions.h include/dpp/presence.h include/dpp/prune.h include/dpp/queues.h 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/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/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 include/dpp/user.h include/dpp/utility.h include/dpp/version.h +include/dpp/voice_channel_effect.h 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.1.3 +lib/libdpp.so.10.1.4 libdata/pkgconfig/dpp.pc