[Bug 275167] security/py-service-identity: merge duplicate of security/py-service_identity

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 May 2024 12:52:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275167

--- Comment #25 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
(In reply to Palle Girgensohn from comment #24)

PKGVERSION includes PORTREVISION. That means it only works when both ports
(py-buildbot and py-buildbot-www) has same PORTVERSION and PORTREVISION
(e.g.1.2.3_4 vs 1.2.3_4). It fails when one port got bumped.

The correct way is to ensure both ports in sync is
"${PYTHON_PKGNAMEPREFIX}buildbot-www>=${PORTVERSION}<${PORTVERSION}_99:devel/py-buildbot-www@${PY_FLAVOR}".
You could replace 99 with other number but I assume 9 is not big enough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.