Re: git: 09337816ae32 - main - textproc/sttr: update to version 0.2.25

From: Sergey A. Osokin <osa_at_freebsd.org>
Date: Sun, 30 Mar 2025 15:43:45 UTC
Hi Stefan,
thanks for the update.

On Sun, Mar 30, 2025 at 02:31:46PM +0000, Stefan Eßer wrote:
> The branch main has been updated by se:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=09337816ae32e05a03d76e7c56d94c1d2ec552ee
> 
> commit 09337816ae32e05a03d76e7c56d94c1d2ec552ee
> Author:     Stefan Eßer <se@FreeBSD.org>
> AuthorDate: 2025-03-30 14:30:58 +0000
> Commit:     Stefan Eßer <se@FreeBSD.org>
> CommitDate: 2025-03-30 14:30:58 +0000
> 
>     textproc/sttr: update to version 0.2.25

[...]

>     
> @@ -11,30 +10,30 @@ WWW=		https://github.com/abhimanyu003/sttr
>  LICENSE=	MIT
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
> -USES=		go:modules
> +USES=		go:1.23 go:modules

I do believe the same can be done shorter, i.e.:
 +USES=		go:1.23,modules

Thank you.

-- 
Sergey A. Osokin