FreeBSD/ports c9e2faedatabases/evolution-data-server Makefile, devel/bustle Makefile

*/*: bump PORTREVISION for gtk40 upgrade

The gtk40 port and friends had a binary incompatible upgrade.  Bump
PORTREVISION of their consumers to for rebuild and reinstallation.

PR:             292076
DeltaFile
+1-1devel/bustle/Makefile
+1-1misc/alpaca/Makefile
+1-1databases/evolution-data-server/Makefile
+1-1devel/dorst/Makefile
+1-1devel/gnome-builder/Makefile
+1-1devel/gtranslator/Makefile
+6-65 files not shown
+11-811 files

FreeBSD/ports 85f0babx11/swaysettings Makefile, x11/swaysettings/files patch-e4f3749a053b5fbe0feab93e46d6eba380ee2e58

x11/swaysettings: fix with gtk40 4.20.3

Patch with upstream commit e4f3749a053b5fbe0feab93e46d6eba380ee2e58 to
fix build with gtk40 4.20.x.

PR:             293321
DeltaFile
+21-0x11/swaysettings/files/patch-e4f3749a053b5fbe0feab93e46d6eba380ee2e58
+1-1x11/swaysettings/Makefile
+22-12 files

FreeBSD/ports e92bbefx11-toolkits/gtksourceview5 pkg-plist Makefile

x11-toolkits/gtksourceview5: update to 5.18.0

Update to 5.18.0

  News in 5.18.0, 2025-09-12
  --------------------------

  This is a stable release for GNOME 49.0

   * Translation updates

PR:             292078
DeltaFile
+3-190x11-toolkits/gtksourceview5/pkg-plist
+8-6x11-toolkits/gtksourceview5/Makefile
+3-3x11-toolkits/gtksourceview5/distinfo
+14-1993 files

FreeBSD/ports 3aaabb1graphics/upscaler pkg-plist Makefile, graphics/upscaler/files patch-upscaler_window.py

graphics/upscaler: update to 1.6.3

Update to 1.6.3

Adjust dependencies

PR:             289672
DeltaFile
+21-10graphics/upscaler/files/patch-upscaler_window.py
+14-4graphics/upscaler/pkg-plist
+5-4graphics/upscaler/Makefile
+3-3graphics/upscaler/distinfo
+43-214 files

FreeBSD/ports 766a7b9x11-toolkits/gtkmm40 pkg-plist distinfo

x11-toolkits/gtkmm40: update to 4.20.0

Update to 4.20.0

  4.20.0 (stable) 2025-09-19

  Gdk:
  * PixbufAnimation, PixbufAnimationIter: Deprecate these classes.
    GdkPixbufAnimation and GdkPixbufAnimationIter are deprecated
    since gdk-pixbuf 2.44.
  * PixbufLoader: Deprecate get_animation().
    (Kjell Ahlstedt)

PR:             292077
DeltaFile
+14-0x11-toolkits/gtkmm40/pkg-plist
+3-3x11-toolkits/gtkmm40/distinfo
+3-2x11-toolkits/gtkmm40/Makefile
+20-53 files

FreeBSD/ports 3a4fdb7x11-toolkits/libadwaita pkg-plist distinfo

x11-toolkits/libadwaita: update to 1.8.4

Update to 1.8.4

  =============
  Version 1.8.4
  =============
  - AdwDialog
    - Fix initial focus in bottom sheet mode
  - AdwWrapBox
    - Fix ADW_JUSTIFY_SPREAD
  - Translation updates
    - Indonesian
    - Kazakh
    - Romanian
  =============
  Version 1.8.3
  =============
  - Adaptive preview

    [282 lines not shown]
DeltaFile
+66-0x11-toolkits/libadwaita/pkg-plist
+3-3x11-toolkits/libadwaita/distinfo
+2-1x11-toolkits/libadwaita/Makefile
+71-43 files

FreeBSD/ports 610c3c4x11-toolkits/gtk40 Makefile pkg-plist, x11-toolkits/gtk40/files patch-dmabuf

x11-toolkits/gtk40: update to 4.20.3

Update to 4.20.3

  Overview of Changes in 4.20.3, 20-11-2025
  =========================================

  * Bugs fixed:
    - #7795 Change in scrolling behavior (lbaudin, Carlos Garnacho)
    - #7801 Unaligned access in gdk/gdkmemoryformat.c causes testsuite crashes on
      SPARC (Benjamin Otte)
    - #7813 Shaper: Cannot parse SVG (Matthias Clasen)
    - #7823 svg not scaled with display scale since switch to librsvg (Matthias
      Clasen)
    - #7848 GTK 4.18: Default GdkDisplay gets unreferenced when offscreen
      rendering via secondary display, causing crash (Benjamin Otte)
    - #7857 Feature: Add Win32 impl for gtk_file_launcher_open_containing_folder()
      (Sergey Bugaev)
    - #7866 Vulkan: Validation: vkQueuePresentKHR(): PRESENT_AFTER_WRITE hazard

    [168 lines not shown]
DeltaFile
+0-70x11-toolkits/gtk40/files/patch-dmabuf
+40-29x11-toolkits/gtk40/Makefile
+11-5x11-toolkits/gtk40/pkg-plist
+3-3x11-toolkits/gtk40/distinfo
+54-1074 files

FreeBSD/ports a35bcf1devel/catch/files patch-clang21 patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp

devel/catch: fix build with clang 21, take 2

Move the separate patches into patch-clang21, as requested by the
maintainer.

PR:             293446
Approved by:    sunpoet (maintainer)
MFH:            2026Q1

(cherry picked from commit 9c2cb42fd6cfda42888e61feb6e287661125edcc)
DeltaFile
+73-0devel/catch/files/patch-clang21
+0-17devel/catch/files/patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp
+0-17devel/catch/files/patch-include_internal_catch__stringref.h
+0-15devel/catch/files/patch-include_internal_catch__approx.cpp
+0-13devel/catch/files/patch-include_internal_catch__approx.h
+0-11devel/catch/files/patch-projects_SelfTest_IntrospectiveTests_String.tests.cpp
+73-736 files

FreeBSD/ports 9c2cb42devel/catch/files patch-clang21 patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp

devel/catch: fix build with clang 21, take 2

Move the separate patches into patch-clang21, as requested by the
maintainer.

PR:             293446
Approved by:    sunpoet (maintainer)
MFH:            2026Q1
DeltaFile
+73-0devel/catch/files/patch-clang21
+0-17devel/catch/files/patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp
+0-17devel/catch/files/patch-include_internal_catch__stringref.h
+0-15devel/catch/files/patch-include_internal_catch__approx.cpp
+0-13devel/catch/files/patch-include_internal_catch__approx.h
+0-11devel/catch/files/patch-projects_SelfTest_IntrospectiveTests_String.tests.cpp
+73-736 files

FreeBSD/ports d92ebd3devel/catch/files patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp patch-include_internal_catch__stringref.h

devel/catch: fix build with clang 21

With clang 21 devel/catch fails to build, with errors similar to:

    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/include/internal/catch_stringref.h:95:32: error: identifier '_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
       95 |     constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
          |                    ~~~~~~~~~~~~^~~
          |                    operator""_sr
    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/include/internal/catch_stringref.h:100:28: error: identifier '_catch_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
      100 | constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::StringRef {
          |                ~~~~~~~~~~~~^~~~~~~~~
          |                operator""_catch_sr
    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/projects/SelfTest/IntrospectiveTests/String.tests.cpp:144:33: error: identifier '_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
      144 |         using Catch::operator"" _sr;
          |                      ~~~~~~~~~~~^~~
          |                      operator""_sr

and later:


    [16 lines not shown]
DeltaFile
+17-0devel/catch/files/patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp
+17-0devel/catch/files/patch-include_internal_catch__stringref.h
+15-0devel/catch/files/patch-include_internal_catch__approx.cpp
+13-0devel/catch/files/patch-include_internal_catch__approx.h
+11-0devel/catch/files/patch-projects_SelfTest_IntrospectiveTests_String.tests.cpp
+73-05 files

FreeBSD/ports a080335devel/catch/files patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp patch-include_internal_catch__stringref.h

devel/catch: fix build with clang 21

With clang 21 devel/catch fails to build, with errors similar to:

    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/include/internal/catch_stringref.h:95:32: error: identifier '_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
       95 |     constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
          |                    ~~~~~~~~~~~~^~~
          |                    operator""_sr
    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/include/internal/catch_stringref.h:100:28: error: identifier '_catch_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
      100 | constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::StringRef {
          |                ~~~~~~~~~~~~^~~~~~~~~
          |                operator""_catch_sr
    /wrkdirs/usr/ports/devel/catch/work/Catch2-2.13.10/projects/SelfTest/IntrospectiveTests/String.tests.cpp:144:33: error: identifier '_sr' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
      144 |         using Catch::operator"" _sr;
          |                      ~~~~~~~~~~~^~~
          |                      operator""_sr

and later:


    [14 lines not shown]
DeltaFile
+17-0devel/catch/files/patch-projects_SelfTest_UsageTests_ToStringVariant.tests.cpp
+17-0devel/catch/files/patch-include_internal_catch__stringref.h
+15-0devel/catch/files/patch-include_internal_catch__approx.cpp
+13-0devel/catch/files/patch-include_internal_catch__approx.h
+11-0devel/catch/files/patch-projects_SelfTest_IntrospectiveTests_String.tests.cpp
+73-05 files

FreeBSD/ports b002c40science/py-tensorflow/files patch-tensorflow_lite_kernels_elementwise.cc patch-tensorflow_tsl_framework_type__traits.h

science/py-tensorflow: fix build with libc++ 21

With libc++ 21 science/py-tensorflow fails to build, with errors similar
to:

    In file included from tensorflow/tsl/framework/allocator_registry.cc:16:
    In file included from ./tensorflow/tsl/framework/allocator_registry.h:23:
    In file included from ./tensorflow/tsl/framework/allocator.h:28:
    ./tensorflow/tsl/framework/type_traits.h:96:8: error: 'is_signed' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
       96 | struct is_signed<tsl::qint8> : public is_signed<tsl::int8> {};
          |        ^
    /usr/include/c++/v1/__type_traits/is_signed.h:25:8: note: marked '_Clang::no_specializations' here
       25 | struct _LIBCPP_NO_SPECIALIZATIONS is_signed : _BoolConstant<__is_signed(_Tp)> {};
          |        ^
    /usr/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
     1167 |       [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
          |         ^

and later:

    [23 lines not shown]
DeltaFile
+22-0science/py-tensorflow/files/patch-tensorflow_lite_kernels_elementwise.cc
+21-0science/py-tensorflow/files/patch-tensorflow_tsl_framework_type__traits.h
+43-02 files

FreeBSD/ports 1d3ebc8comms/bladerf/files patch-host_utilities_bladeRF-cli_src_cmd_flash__image.c

comms/bladerf: fix build with clang 21

With clang 21 comms/bladerf fails to build, with errors similar to:

    /wrkdirs/usr/ports/comms/bladerf/work/bladeRF-2025.10/host/utilities/bladeRF-cli/src/cmd/flash_image.c:71:35: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
       71 |                 if (val[i] >= 'a' || val[i] <= 'f') {
          |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~

This is a logic error: the logical operator should be `&&` here. It has
been proposed as an upstream pull request:
https://github.com/Nuand/bladeRF/pull/1045, but it is not yet merged.

PR:             293393
Approved by:    maintainer timeout (2 weeks)
MFH:            2026Q1
DeltaFile
+11-0comms/bladerf/files/patch-host_utilities_bladeRF-cli_src_cmd_flash__image.c
+11-01 files

FreeBSD/ports 5c7ef2amisc/py-huggingface-hub Makefile distinfo

misc/py-huggingface-hub: Update to 1.6.0

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.6.0

Reported by:    portscout
DeltaFile
+3-3misc/py-huggingface-hub/Makefile
+3-3misc/py-huggingface-hub/distinfo
+6-62 files

FreeBSD/ports 814f874science/py-tensorflow/files patch-tensorflow_lite_kernels_elementwise.cc patch-tensorflow_tsl_framework_type__traits.h

science/py-tensorflow: fix build with libc++ 21

With libc++ 21 science/py-tensorflow fails to build, with errors similar
to:

    In file included from tensorflow/tsl/framework/allocator_registry.cc:16:
    In file included from ./tensorflow/tsl/framework/allocator_registry.h:23:
    In file included from ./tensorflow/tsl/framework/allocator.h:28:
    ./tensorflow/tsl/framework/type_traits.h:96:8: error: 'is_signed' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
       96 | struct is_signed<tsl::qint8> : public is_signed<tsl::int8> {};
          |        ^
    /usr/include/c++/v1/__type_traits/is_signed.h:25:8: note: marked '_Clang::no_specializations' here
       25 | struct _LIBCPP_NO_SPECIALIZATIONS is_signed : _BoolConstant<__is_signed(_Tp)> {};
          |        ^
    /usr/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
     1167 |       [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
          |         ^

and later:

    [21 lines not shown]
DeltaFile
+22-0science/py-tensorflow/files/patch-tensorflow_lite_kernels_elementwise.cc
+21-0science/py-tensorflow/files/patch-tensorflow_tsl_framework_type__traits.h
+43-02 files

FreeBSD/ports 61304f8textproc/lttoolbox/files patch-lttoolbox_ustring.h

textproc/lttoolbox: fix build with libc++ 21

With libc++ 21 textproc/lttoolbox fails to build, with errors similar to:

    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.cc:17:
    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.h:20:
    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/sorted_vector.hpp:25:
    In file included from /usr/include/c++/v1/iterator:698:
    /usr/include/c++/v1/__iterator/ostream_iterator.h:62:20: error: invalid operands to binary expression ('ostream_type' (aka 'basic_ostream<char, std::char_traits<char>>') and 'const char')
       62 |     *__out_stream_ << __value;
          |     ~~~~~~~~~~~~~~ ^  ~~~~~~~
    /usr/local/include/utf8cpp/utf8/core.h:358:25: note: in instantiation of member function 'std::ostream_iterator<char>::operator=' requested here
      358 |             *(result++) = static_cast<octet_type>(cp);
          |                         ^
    /usr/local/include/utf8cpp/utf8/core.h:398:16: note: in instantiation of function template specialization 'utf8::internal::append<std::ostream_iterator<char>, char8_t>' requested here
      398 |         return append<octet_iterator, utfchar8_t>(cp, result);
          |                ^
    /usr/local/include/utf8cpp/utf8/checked.h:79:26: note: in instantiation of function template specialization 'utf8::internal::append<std::ostream_iterator<char>>' requested here
       79 |         return internal::append(cp, result);

    [18 lines not shown]
DeltaFile
+11-0textproc/lttoolbox/files/patch-lttoolbox_ustring.h
+11-01 files

FreeBSD/ports b8cec75textproc/lttoolbox/files patch-lttoolbox_ustring.h

textproc/lttoolbox: fix build with libc++ 21

With libc++ 21 textproc/lttoolbox fails to build, with errors similar to:

    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.cc:17:
    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/acx.h:20:
    In file included from /wrkdirs/usr/ports/textproc/lttoolbox/work/lttoolbox-3.8.0/lttoolbox/sorted_vector.hpp:25:
    In file included from /usr/include/c++/v1/iterator:698:
    /usr/include/c++/v1/__iterator/ostream_iterator.h:62:20: error: invalid operands to binary expression ('ostream_type' (aka 'basic_ostream<char, std::char_traits<char>>') and 'const char')
       62 |     *__out_stream_ << __value;
          |     ~~~~~~~~~~~~~~ ^  ~~~~~~~
    /usr/local/include/utf8cpp/utf8/core.h:358:25: note: in instantiation of member function 'std::ostream_iterator<char>::operator=' requested here
      358 |             *(result++) = static_cast<octet_type>(cp);
          |                         ^
    /usr/local/include/utf8cpp/utf8/core.h:398:16: note: in instantiation of function template specialization 'utf8::internal::append<std::ostream_iterator<char>, char8_t>' requested here
      398 |         return append<octet_iterator, utfchar8_t>(cp, result);
          |                ^
    /usr/local/include/utf8cpp/utf8/checked.h:79:26: note: in instantiation of function template specialization 'utf8::internal::append<std::ostream_iterator<char>>' requested here
       79 |         return internal::append(cp, result);

    [16 lines not shown]
DeltaFile
+11-0textproc/lttoolbox/files/patch-lttoolbox_ustring.h
+11-01 files

FreeBSD/ports 8adee5dmath/symengine Makefile

math/symengine: fix build with libc++ 21

With libc++ 21 math/symengine fails to build, with errors similar to:

    In file included from
    /wrkdirs/usr/ports/math/symengine/work/symengine-0.14.0/cmake/checkcxx11.cpp:1:
    In file included from /usr/include/c++/v1/unordered_map:589:
    In file included from /usr/include/c++/v1/__algorithm/is_permutation.h:13:
    In file included from /usr/include/c++/v1/__algorithm/comp.h:14:
    In file included from /usr/include/c++/v1/__type_traits/is_integral.h:14:
    /usr/include/c++/v1/__type_traits/remove_cv.h:22:32: error: unknown type
    name '__remove_cv'; did you mean 'remove_cv'?
      using type _LIBCPP_NODEBUG = __remove_cv(_Tp);
                                   ^
    /usr/include/c++/v1/__type_traits/remove_cv.h:21:35: note: 'remove_cv'
    declared here
    struct _LIBCPP_NO_SPECIALIZATIONS remove_cv {
                                      ^


    [12 lines not shown]
DeltaFile
+1-1math/symengine/Makefile
+1-11 files

FreeBSD/ports a1876f5science/mmdb2/files patch-mmdb2_mmdb__machine__.h

science/mmdb2: fix build with libc++ 21

With libc++ 21 science/mmdb2 fails to build, with errors similar to:

    In file included from mmdb2/mmdb_machine_.cpp:41:
    mmdb2/mmdb_machine_.h:296:13: error: unknown type name 'size_t'; did you mean 'std::size_t'?
      296 |     typedef size_t fpstr_size_t;
          |             ^~~~~~
          |             std::size_t
    /usr/include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here
       20 | using size_t = decltype(sizeof(int));
          |       ^

This is because mmdb2 apparently relies on transitive includes getting
the declaration of size_t, but with libc++ 21 this no longer works. Add
an include of <stddef.h> to work around it.

PR:             293180
Approved by:    maintainer timeout (2 weeks)

    [3 lines not shown]
DeltaFile
+10-0science/mmdb2/files/patch-mmdb2_mmdb__machine__.h
+10-01 files

FreeBSD/ports 27612e3science/mmdb2/files patch-mmdb2_mmdb__machine__.h

science/mmdb2: fix build with libc++ 21

With libc++ 21 science/mmdb2 fails to build, with errors similar to:

    In file included from mmdb2/mmdb_machine_.cpp:41:
    mmdb2/mmdb_machine_.h:296:13: error: unknown type name 'size_t'; did you mean 'std::size_t'?
      296 |     typedef size_t fpstr_size_t;
          |             ^~~~~~
          |             std::size_t
    /usr/include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here
       20 | using size_t = decltype(sizeof(int));
          |       ^

This is because mmdb2 apparently relies on transitive includes getting
the declaration of size_t, but with libc++ 21 this no longer works. Add
an include of <stddef.h> to work around it.

PR:             293180
Approved by:    maintainer timeout (2 weeks)
MFH:            2026Q1
DeltaFile
+10-0science/mmdb2/files/patch-mmdb2_mmdb__machine__.h
+10-01 files

FreeBSD/ports 77d93fbdevel/catppuccin-whiskers distinfo Makefile.crates

devel/catppuccin-whiskers: Update to 2.8.0

Changelog: https://github.com/catppuccin/whiskers/blob/v2.8.0/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+89-71devel/catppuccin-whiskers/distinfo
+43-34devel/catppuccin-whiskers/Makefile.crates
+1-1devel/catppuccin-whiskers/Makefile
+133-1063 files

FreeBSD/ports ca7f62cwww/py-wfuzz Makefile distinfo

www/py-wfuzz: update 3.1.0 → 3.1.1

PR:     293778
DeltaFile
+16-5www/py-wfuzz/Makefile
+3-3www/py-wfuzz/distinfo
+19-82 files

FreeBSD/ports 9881c26databases/goose distinfo Makefile

databases/goose: update 3.22.0 → 3.27.0
DeltaFile
+5-5databases/goose/distinfo
+1-2databases/goose/Makefile
+6-72 files

FreeBSD/ports 6e5abb9devel/tabby distinfo Makefile

devel/tabby: update 0.31.2 → 0.32.0
DeltaFile
+59-5devel/tabby/distinfo
+29-3devel/tabby/Makefile
+88-82 files

FreeBSD/ports 16e6cfegraphics/gifski distinfo Makefile

graphics/gifski: update 1.10.3 → 1.34.0
DeltaFile
+179-161graphics/gifski/distinfo
+89-81graphics/gifski/Makefile
+268-2422 files

FreeBSD/ports e9120cafinance/py-bt Makefile distinfo

finance/py-bt: update 1.1.3 → 1.1.4
DeltaFile
+5-6finance/py-bt/Makefile
+3-3finance/py-bt/distinfo
+8-92 files

FreeBSD/ports 4e30fe5net-p2p/intermodal distinfo Makefile

net-p2p/intermodal: update 0.1.14 → 0.1.15
DeltaFile
+345-321net-p2p/intermodal/distinfo
+172-161net-p2p/intermodal/Makefile
+517-4822 files

FreeBSD/ports 96ede07net-im/signal-desktop distinfo Makefile, net-im/signal-desktop/files pnpm-lock.yaml

net-im/signal-desktop: Update to 8.2.0
DeltaFile
+18-18net-im/signal-desktop/files/pnpm-lock.yaml
+5-5net-im/signal-desktop/distinfo
+1-2net-im/signal-desktop/Makefile
+1-1net-im/signal-desktop/get_deps.sh
+25-264 files

FreeBSD/ports 42f3d01net-im/libsignal-node distinfo Makefile.crates, net-im/libsignal-node/files patch-boring_boring-sys_main.rs

net-im/libsignal-node: Update to 0.88.0
DeltaFile
+47-49net-im/libsignal-node/distinfo
+20-20net-im/libsignal-node/Makefile.crates
+7-13net-im/libsignal-node/Makefile
+2-10net-im/libsignal-node/files/patch-boring_boring-sys_main.rs
+76-924 files

FreeBSD/ports 08d53c3multimedia/ringrtc distinfo Makefile.crates

multimedia/ringrtc: Update to 2.65.2
DeltaFile
+171-93multimedia/ringrtc/distinfo
+85-46multimedia/ringrtc/Makefile.crates
+1-1multimedia/ringrtc/Makefile
+1-1multimedia/ringrtc/update.txt
+258-1414 files