Bug 298060 - devel/collada-dom: update to 2.5.5
Summary: devel/collada-dom: update to 2.5.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 297941
  Show dependency treegraph
 
Reported: 2026-08-30 19:05 UTC by Trenton Schulz
Modified: 2026-08-31 18:40 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update to 2.5.5 (3.90 KB, patch)
2026-08-30 19:05 UTC, Trenton Schulz
trueos: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trenton Schulz 2026-08-30 19:05:42 UTC
Created attachment 274280 [details]
Patch to update to 2.5.5

Update to 2.5.5.

Changelog: https://github.com/Gepetto/collada-dom/blob/main/CHANGELOG.md

This fixes cmake issues for upgrading to CMake 4. The whole build process has been tweaked since 2.5.2 to remove dependencies.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-08-31 18:40:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27bb1aa830c14b1d8f877f6252d64bba432b89f0

commit 27bb1aa830c14b1d8f877f6252d64bba432b89f0
Author:     Trenton Schulz <trenton@norwegianrockcat.com>
AuthorDate: 2026-08-30 05:32:19 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-08-31 18:23:27 +0000

    devel/collada-dom: Update to 2.5.5

    Changelog: https://github.com/Gepetto/collada-dom/blob/main/CHANGELOG.md

    PR:             298060

 devel/collada-dom/Makefile                   |  3 +--
 devel/collada-dom/distinfo                   |  6 +++---
 devel/collada-dom/files/patch-CMakeLists.txt | 26 ++++++++++++++++++++++++--
 devel/collada-dom/pkg-plist                  |  2 +-
 4 files changed, 29 insertions(+), 8 deletions(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2026-08-31 18:40:45 UTC
Pushed, thank you.