Hi,
Looking at devel/quirks file, it seems that the informative `# 7.1'
marker is missing.
The following diff just add it.
The base file is OPENBSD_7_0 (1.1316). I put the header just in top of
the changed parts.
$ cd /usr/ports/devel/quirks && cvs diff -r OPENBSD_7_0 files/Quirks.pm
Comments or OK ?
--
Sebastien Marie
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1345
diff -u -p -r1.1345 Quirks.pm
--- files/Quirks.pm 25 Nov 2021 15:47:32 -0000 1.1345
+++ files/Quirks.pm 26 Nov 2021 07:54:05 -0000
@@ -496,6 +496,7 @@ my $stem_extensions = {
'py-websocket-client' => 'py3-websocket-client',
'libmesode' => 'libstrophe',
'py-stem' => 'py3-stem',
+# 7.1
'py-jsonschema' => 'py3-jsonschema',
'py-CherryPy' => 'py3-CherryPy',
'py-IP' => 'py3-IP',
@@ -1455,6 +1456,7 @@ setup_obsolete_reason(
3 => 'bzr',
3 => 'bzr-svn',
6 => 'libvstr',
+# 7.1
0 => 'cue',
31 => 'py-SOAPpy',
31 => 'py-ao',