[Bug 288025] Ports version monitor does not recognize versions for kmod ports properly

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Jul 2025 01:51:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288025

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
The text:

*graphics/nvidia-drm-510-kmod-devel* <x11@FreeBSD.org>:
nvidia-drm-510-kmod-devel-575.64.03.1401501_1 <
nvidia-drm-510-kmod-devel-575.64.1401501_1

indicates version numbers:
575.64.1401501_1
575.64.03.1401501_1

that have a .1401501_1 suffix that makes them very different
from just the:

575.64
575.64.03

Those last 2 lines allow positional comparison. The first 2
do not because of the 2 dots / 3 positions is just a suffix
addition vs. the 3 dots / 4 positions, with the variation
being in the middle, not as a suffix: overall no longer
left-to-right positional based on the "."s.

Where is the .1401501_1 from? Is it only for the *graphics/*
ones?

Was it incorrect for the .1401501_1 text to be included in
the comparison?

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