On Sat, Feb 13, 2021 at 10:24:08PM +0000, Stuart Henderson wrote:
> 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
> 

Thanks for the hints everyone,  I've updated my tree, reapplied this quirk only 
for
stem_extensions and bumped version


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1165
diff -u -p -r1.1165 Makefile
--- Makefile    14 Feb 2021 18:06:22 -0000      1.1165
+++ Makefile    14 Feb 2021 20:26:33 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.553
+PKGNAME =      quirks-3.554
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1181
diff -u -p -r1.1181 Quirks.pm
--- files/Quirks.pm     14 Feb 2021 18:06:22 -0000      1.1181
+++ files/Quirks.pm     14 Feb 2021 20:26:33 -0000
@@ -549,6 +549,7 @@ my $stem_extensions = {
        'py-ripe.atlas.cousteau' => 'py3-ripe.atlas.cousteau',
        'py-ripe.atlas.sagan' => 'py3-ripe.atlas.sagan',
        'py-qtawesome' => 'py3-qtawesome',
+       'prboom' => 'prboom-plus',
 };
 
 my $obsolete_reason = {

Reply via email to