Index | Thread | Search

From:
Daniel Dickman <didickman@gmail.com>
Subject:
Re: Remove productivity/tryton
To:
Sebastien Marie <semarie@kapouay.eu.org>
Cc:
ports@openbsd.org
Date:
Sat, 2 Mar 2024 12:39:53 -0500

Download raw body.

Thread

On Sat, 2 Mar 2024, Sebastien Marie wrote:

> Please note that I am not 100% confident with the quirks part with regex
> (it seems it is the right way, but additionnals eyes would be welcome).

tryton seems like a unique enough prefix to me, what do you think about 
the below instead?

+	1 => 'proteus',
+	1 => qr{^tryton},

This is similar to what was done for drupal and I think it should cover 
everything except for proteus.

> 
> 
> Index: devel/quirks/files/Quirks.pm
> ===================================================================
> RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
> retrieving revision 1.1615
> diff -u -p -r1.1615 Quirks.pm
> --- devel/quirks/files/Quirks.pm	2 Mar 2024 04:33:59 -0000	1.1615
> +++ devel/quirks/files/Quirks.pm	2 Mar 2024 10:38:14 -0000
> @@ -1914,6 +1914,11 @@ setup_obsolete_reason(
>  	3 => 'smtube',
>  	65 => 'goldendict',
>  	31 => 'mkplaylist',
> +	1 => 'tryton',
> +	1 => 'tryton-sao',
> +	1 => 'proteus',
> +	1 => 'trytond',
> +	1 => qr{^trytond-module-},
>  );
>