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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Jul 2025 10:33:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288025

--- Comment #15 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
For example, prepare a patch that adds keywords with the lowest priority and
change the version notation to 575.64.03.osver1401501_2.

However, if we do not gradually transition for each port where there has been a
change in the version number, everything will become subject to portepoch bump.

--- libpkg/pkg_version.c.orig   2025-06-27 07:04:41.000000000 +0000
+++ libpkg/pkg_version.c        2025-07-07 10:22:01.806597000 +0000
@@ -149,6 +149,7 @@
        size_t namelen;
        int value;
 } stages[] = {
+       { "osver", 5,  -1           },
        { "pl",    2,  0            },
        { "snap",  6,  1            },
 #define        ABASE   2       /* Last special early-sorted prefix + 1 */

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