Wednesday, July 06, 2022

Re: Remove devel/ruby-minitest?

On 2022/07/06 15:50, Kurt Mosiejczuk wrote:
> minitest is included in the ruby language package for all current versions
> of ruby in the tree (2.7, 3.0, 3.1).
>
> Shall we remove devel/ruby-minitest?

That makes sense to me.

> (quirks diff invlulded to show how I'd handle the removal there)

Alternatively: add @pkgpath to the relevant ruby ports (i.e.
@pkgpath devel/ruby-minitest,ruby27 to lang/ruby/2.7, etc),
then it's a silent merge.



> --Kurt
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/quirks/Makefile,v
> retrieving revision 1.1394
> diff -u -p -r1.1394 Makefile
> --- Makefile 6 Jul 2022 06:11:03 -0000 1.1394
> +++ Makefile 6 Jul 2022 19:46:19 -0000
> @@ -3,7 +3,7 @@ CATEGORIES = devel databases
> DISTFILES =
>
> # API.rev
> -PKGNAME = quirks-6.10
> +PKGNAME = quirks-6.11
> PKG_ARCH = *
> MAINTAINER = Marc Espie <espie@openbsd.org>
>
> Index: files/Quirks.pm
> ===================================================================
> RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
> retrieving revision 1.1403
> diff -u -p -r1.1403 Quirks.pm
> --- files/Quirks.pm 6 Jul 2022 06:11:03 -0000 1.1403
> +++ files/Quirks.pm 6 Jul 2022 19:46:19 -0000
> @@ -1679,6 +1679,9 @@ setup_obsolete_reason(
> 3 => 'kalarmcal',
> 5 => 'gnats',
> 3 => 'gnome-books',
> + 46 => 'ruby27-minitest',
> + 46 => 'ruby30-minitest',
> + 46 => 'ruby31-minitest',
> );
>
> # though it's not yet used, these should be pkgnames, so that eventually
> @@ -1737,6 +1740,7 @@ my $obsolete_message = {
> 43 => "using portgen instead is recommended",
> 44 => "qucs-s Qt4 UI not working correctly, suggest xschem or kicad's eeschema instead",
> 45 => "crashes in many different ways at runtime",
> + 46 => "integrated into ruby language itself",
> };
>
> # ->is_base_system($handle, $state):
>

No comments:

Post a Comment