[Bug 290131] net/sems: Update to 2.0.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Oct 2025 21:20:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290131

--- Comment #8 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Why:
DISTVERSION=    ${SEMS_VERSION}
SEMS_VERSION=   2.0.0
PLIST_SUB=      SEMS_VERSION=${SEMS_VERSION}
?

Why not just:
DISTVERSION=    2.0.0
PLIST_SUB=      SEMS_VERSION=${DISTVERSION}
?

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