Index | Thread | Search

From:
Sebastien Marie <semarie@kapouay.eu.org>
Subject:
Re: games/{luanti,minetest}: update to 5.12.0 and take MAINTAINER
To:
izzy Meyer <izder456@disroot.org>, ports@openbsd.org
Date:
Tue, 29 Jul 2025 16:08:35 +0200

Download raw body.

Thread
Hi,

The changes are commited. minetest should migrated smoothly to luanti.

Thanks
-- 
Sebastien Marie

Sebastien Marie <semarie@kapouay.eu.org> writes:

> Hi,
>
> The changes is OK semarie@, but I think pkg_add should migrate minetest package
> to lunati package.
>
> izzy Meyer <izder456@disroot.org> writes:
>
>> Hello ports@
>>
>> This is an update to the now fully renamed and rebranded games/minetest
>> to the 5.12.0 version. In this tarball, I also take MAINTAINER. Could
>> we remove the games/minetest port and replace it with this?
>>
>> Their rebranding post is here:
>> https://blog.luanti.org/2024/10/13/Introducing-Our-New-Name/
>>
>> Changelog from 5.9.0 (whats in ports as games/minetest now) to 5.12.0 is
>> here:
>> https://docs.luanti.org/about/changelog
>>
>> Thoughts?
>
> Would the following diff (on top of the tarball + games/minetest
> removal) would be right ?
>
> Commit ID: e8cfeef50dfafe324ce0780a2963f02cebb2de20
> Change ID: kyxzvqzrqtuvtpzsqwqutqrwxpmqyrxt
> Author   : Sebastien Marie <semarie@kapouay.eu.org> (2025-07-26 16:42:57)
> Committer: Sebastien Marie <semarie@kapouay.eu.org> (2025-07-27 13:53:44)
>
>     games/luanti (migration)
>
> diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm
> index f4d972e587..21297e5f58 100644
> --- a/devel/quirks/files/Quirks.pm
> +++ b/devel/quirks/files/Quirks.pm
> @@ -630,6 +630,7 @@
>  	'py-numpy' => 'py3-numpy',
>  	'py-Pillow' => 'py3-Pillow',
>  	'py-opengl' => 'py3-opengl',
> +	'minetest' => 'luanti',
>  };
>  
>  my $obsolete_reason = {};
> diff --git a/games/luanti/pkg/PLIST b/games/luanti/pkg/PLIST
> index 81881ca718..a7c19f4eab 100644
> --- a/games/luanti/pkg/PLIST
> +++ b/games/luanti/pkg/PLIST
> @@ -1,3 +1,4 @@
> +@pkgpath games/minetest
>  @bin bin/luanti
>  @bin bin/luantiserver
>  @comment bin/minetest
>
>
> Thanks for your patience izzy :)