hordoc can't go in quirks, otherwise it will be orphaned but left on the system,

breaking py313-314 upgrade path
This commit is contained in:
sthen
2026-05-16 22:01:36 +00:00
parent 556b432cf4
commit 90acdff004
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-7.195
PKGNAME = quirks-7.196
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>
+4 -2
View File
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1800 2026/05/15 16:18:08 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.1801 2026/05/16 22:01:36 sthen Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@@ -1067,8 +1067,10 @@ setup_obsolete_reason(
46 => 'exim',
46 => 'exim-eximon',
# 8.0
1 => 'hotdoc',
);
# beware, if ports with an RDEP on Python 3 are removed, they need to be listed
# as @conflcit/pkgpath in lang/python/3 and not here, otherwise an update from a
# release with an old python version to one with a newer version will fail
# these should be pkgnames, there was some hope that pkg_add might later
# be able to act on these directly.