git: 03235fcbd26f - main - devel/rgbds: Use DIST_SUBDIR

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 02 Jul 2025 20:57:58 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03235fcbd26ffdce5ab4e4f86a4325d5797116a0

commit 03235fcbd26ffdce5ab4e4f86a4325d5797116a0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-07-02 20:52:37 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-07-02 20:57:39 +0000

    devel/rgbds: Use DIST_SUBDIR
    
    Distribution file is not versioned, so using DIST_SUBDIR is needed.
    
    See also:       https://github.com/gbdev/rgbds/issues/1711
    Reported by:    diizzy
    Fixes:          1479010b60
---
 devel/rgbds/Makefile | 2 ++
 devel/rgbds/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile
index 67ec284cb391..2002e4bf65f9 100644
--- a/devel/rgbds/Makefile
+++ b/devel/rgbds/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	rgbds
 DISTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	devel games
 MASTER_SITES=	https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}-source
+DIST_SUBDIR=	${PORTNAME}/${DISTVERSION}
 
 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 410bc567e904..96e48bffbb0f 100644
--- a/devel/rgbds/distinfo
+++ b/devel/rgbds/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751315966
-SHA256 (rgbds-source.tar.gz) = 87e56678fa2e8ddeec552a9149e4f2983fc1d3f8d2dbc3606d4b434e64d9baa5
-SIZE (rgbds-source.tar.gz) = 8107450
+TIMESTAMP = 1751489443
+SHA256 (rgbds/0.9.3/rgbds-source.tar.gz) = 87e56678fa2e8ddeec552a9149e4f2983fc1d3f8d2dbc3606d4b434e64d9baa5
+SIZE (rgbds/0.9.3/rgbds-source.tar.gz) = 8107450