[Bug 290131] net/sems: Update to 2.0.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290131] net/sems: Update to 2.0.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.