[Bug 292126] graphics/simage: Update to 1.8.4 and migrate to CMake

From: <bugzilla-noreply_at_freebsd.org>
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.