[Bug 292126] graphics/simage: Update to 1.8.4 and migrate to CMake
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292126] graphics/simage: Update to 1.8.4 and migrate to CMake"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jan 2026 15:18:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292126
--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
2.
DISTVERSIONPREFIX= v
MASTER_SITES=
https://github.com/coin3d/simage/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
Why not just:
MASTER_SITES=
https://github.com/coin3d/simage/releases/download/v${DISTVERSION}/
?
--
You are receiving this mail because:
You are the assignee for the bug.