On Thu, Feb 11, 2021 at 02:53:04PM -0800, Ryan Freeman wrote:
> On Wed, Feb 10, 2021 at 05:46:28PM -0800, Ryan Freeman wrote:
> > First time trying to remove something, here is a patch to move
> > games/prboom to the attic.  games/prboom-plus does everything it
> > did and more with fixes.  netgames can be played with:
> > - games/chocolate-doom
> > - games/odamex
> > - games/gzdoom
> > 
> > anything I've forgotten for removal?
> > 
> > OK?
> > -ryan
> 
> Thanks naddy, kn, edd for the hints on Quirks and the main category unhook.
> This more like it?

Here is the quirks diff separately

Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1173
diff -u -p -r1.1173 Quirks.pm
--- files/Quirks.pm     10 Feb 2021 12:49:31 -0000      1.1173
+++ files/Quirks.pm     12 Feb 2021 17:25:55 -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

Reply via email to