On 2021/02/13 23:15, Klemens Nanni wrote: > On Sat, Feb 13, 2021 at 10:25:55PM +0100, Christian Weisgerber wrote: > > Ryan Freeman: > > > > > > anything I've forgotten for removal? > > > > > > Thanks naddy, kn, edd for the hints on Quirks and the main category > > > unhook. > > > This more like it? > > > > devel/quirks needs a version bump when an entry is added. > As any other package does whenever its content changes.
quirks is special as it has @option always-update, so it _could_ be skipped, but we haven't being doing that. > > Also... > > > > > --- devel/quirks/files/Quirks.pm 10 Feb 2021 12:49:31 -0000 1.1173 > > > +++ devel/quirks/files/Quirks.pm 11 Feb 2021 22:50:06 -0000 > > > @@ -539,6 +539,7 @@ my $stem_extensions = { > > > 'py-sphinx-intl' => 'py3-sphinx-intl', > > > 'stegcracker' => 'stegseek', > > > 'py-ldap3' => 'py3-ldap3', > > > + 'prboom' => 'prboom-plus', > > > }; > > > > > > my $obsolete_reason = { > > > @@ -2077,6 +2078,7 @@ my $obsolete_reason = { > > > 'icinga-web' => 38, > > > 'icinga-cgi' => 38, > > > 'icinga-idoutils' => 38, > > > + 'prboom' => 3, > > > }; > > > > > > # reasons for obsolete packages > > > > ... I think when a port is replaced ($stem_extenions), it doesn't > > get another entry in $obsolete_reason. > Correct, OK kn for the first hunk, the second hunk must not be there. > +1