[Bug 292663] net/teddycloud: update to 0.6.7

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Jan 2026 19:34:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292663

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=670212fe204e0601bdbea8eed8326ec05fce8651

commit 670212fe204e0601bdbea8eed8326ec05fce8651
Author:     Michael Pape <freebsd@pe82.de>
AuthorDate: 2026-01-25 19:01:30 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-25 19:33:26 +0000

    net/teddycloud: Update 0.6.4 => 0.6.7

    Changelogs:
   
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.5
   
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.6
   
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.7

    Improve port:
    - Un-bundle libcjson, libogg and opus.
    - Replace "BUILD_DEPENDS+=" with "BUILD_DEPENDS=".
    - Add USES+=dos2unix - source files use DOS end-of-line characters.
    - Use ETCDIR instead of ${PREFIX}/etc/teddycloud.
    - Optimize do-install - remove duplicates, merge COPYTREE_SHARE, remove
      unnecessary MKDIR.
    - Remove empty post-extract.

    PR:             292663
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>

 net/teddycloud/Makefile                            |  50 ++--
 net/teddycloud/distinfo                            |  40 ++-
 net/teddycloud/files/patch-Makefile (new)          | 163 +++++++++++
 .../patch-cyclone_common_compiler__port.h (gone)   |  13 -
 .../files/patch-include_json__helper.h (new)       |  11 +
 net/teddycloud/files/patch-src_contentJson.c (new) |  13 +
 .../files/patch-src_handler__api.c (new)           |  18 ++
 .../files/patch-src_home__assistant.c (new)        |  19 ++
 net/teddycloud/files/patch-src_main.c (new)        |  14 +
 .../files/patch-src_tonie__audio__playlist.c (new) |  14 +
 net/teddycloud/files/patch-src_toniefile.c (new)   |  11 +
 net/teddycloud/files/patch-src_toniesJson.c (new)  |  15 +
 net/teddycloud/pkg-plist                           | 311 ++++++++++++++++++++-
 13 files changed, 614 insertions(+), 78 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.