From 90acdff004020ae839daea68bb905ace8e294c8d Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 16 May 2026 22:01:36 +0000 Subject: [PATCH] hordoc can't go in quirks, otherwise it will be orphaned but left on the system, breaking py313-314 upgrade path --- devel/quirks/Makefile | 2 +- devel/quirks/files/Quirks.pm | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index c2379578196..eb5e3ab6990 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -3,7 +3,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-7.195 +PKGNAME = quirks-7.196 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 5abfcc2aa7c..b4bcc4fa333 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -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 # @@ -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.