Re: git: 1479010b605f - main - devel/rgbds: Update to 0.9.3

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 02 Jul 2025 20:44:18 UTC
On 2025-07-02 22:38, Nuno Teixeira wrote:
> The branch main has been updated by eduardo:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=1479010b605fa6a95aa3f8006cbb440f11ec7a9e
>
> commit 1479010b605fa6a95aa3f8006cbb440f11ec7a9e
> Author:     Nuno Teixeira<eduardo@FreeBSD.org>
> AuthorDate: 2025-07-02 20:38:26 +0000
> Commit:     Nuno Teixeira<eduardo@FreeBSD.org>
> CommitDate: 2025-07-02 20:38:46 +0000
>
>      devel/rgbds: Update to 0.9.3
>      
>      ChangeLog:https://github.com/gbdev/rgbds/releases/tag/v0.9.3
> ---
>   devel/rgbds/Makefile | 3 ++-
>   devel/rgbds/distinfo | 6 +++---
>   2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile
> index ea91a5eaf67e..67ec284cb391 100644
> --- a/devel/rgbds/Makefile
> +++ b/devel/rgbds/Makefile
> @@ -1,7 +1,8 @@
>   PORTNAME=	rgbds
> -DISTVERSION=	0.9.2
> +DISTVERSION=	0.9.3
>   CATEGORIES=	devel games
>   MASTER_SITES=	https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/
> +DISTNAME=	${PORTNAME}-source
>   
>   MAINTAINER=	eduardo@FreeBSD.org
>   COMMENT=	Free assembler/linker for the Game Boy and Game Boy Color
> diff --git a/devel/rgbds/distinfo b/devel/rgbds/distinfo
> index ce6a3ea8d8ed..410bc567e904 100644
> --- a/devel/rgbds/distinfo
> +++ b/devel/rgbds/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1746373193
> -SHA256 (rgbds-0.9.2.tar.gz) = 07143d2c1bb4a03cccd76b1990c843c307c2360702510bee9920dea8eea4a5b2
> -SIZE (rgbds-0.9.2.tar.gz) = 8104081
> +TIMESTAMP = 1751315966
> +SHA256 (rgbds-source.tar.gz) = 87e56678fa2e8ddeec552a9149e4f2983fc1d3f8d2dbc3606d4b434e64d9baa5
> +SIZE (rgbds-source.tar.gz) = 8107450

Hi,

That's a no go as it'll clash with later versions.

Either ask upstream to properly name archives (preferred) or utilize 
DIST_SUBDIR.

DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}

Best regards,

Daniel