git: 1a4e4c493df9 - main - devel/rgbds: Update to 1.0.0-rc2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 21:25:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a4e4c493df97ac387596f39de1a2c7b9a081e64 commit 1a4e4c493df97ac387596f39de1a2c7b9a081e64 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2025-10-01 20:41:40 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-10-01 21:25:40 +0000 devel/rgbds: Update to 1.0.0-rc2 ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v1.0.0-rc2 --- devel/rgbds/Makefile | 2 +- devel/rgbds/distinfo | 6 +++--- devel/rgbds/files/patch-test_run-tests.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile index 74a46e04ebb1..b44b4c8a5643 100644 --- a/devel/rgbds/Makefile +++ b/devel/rgbds/Makefile @@ -1,5 +1,5 @@ PORTNAME= rgbds -DISTVERSION= 1.0.0-rc1 +DISTVERSION= 1.0.0-rc2 CATEGORIES= devel games MASTER_SITES= https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source diff --git a/devel/rgbds/distinfo b/devel/rgbds/distinfo index dce12a7a28bc..3ef87e958887 100644 --- a/devel/rgbds/distinfo +++ b/devel/rgbds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756854141 -SHA256 (rgbds/1.0.0-rc1/rgbds-source.tar.gz) = a2696cb48e1742c431612df4096a2ae592c6729d671b3d4efc37d9fe940be8fa -SIZE (rgbds/1.0.0-rc1/rgbds-source.tar.gz) = 8140731 +TIMESTAMP = 1759344524 +SHA256 (rgbds/1.0.0-rc2/rgbds-source.tar.gz) = 6fbed7ec0a39f689f4f67b586923b366472c3b704340e6d3c46fb3d1f111e01d +SIZE (rgbds/1.0.0-rc2/rgbds-source.tar.gz) = 10542426 diff --git a/devel/rgbds/files/patch-test_run-tests.sh b/devel/rgbds/files/patch-test_run-tests.sh index e1e3b6ca4e5b..619dcf4217bf 100644 --- a/devel/rgbds/files/patch-test_run-tests.sh +++ b/devel/rgbds/files/patch-test_run-tests.sh @@ -1,4 +1,4 @@ ---- test/run-tests.sh.orig 2025-09-02 23:23:53 UTC +--- test/run-tests.sh.orig 2025-10-01 18:52:13 UTC +++ test/run-tests.sh @@ -129,11 +129,3 @@ fi test_downstream pret pokered compare pokered.gbc ea9bcae617fdf159b045185467ae58b2e4a48b9a @@ -7,8 +7,8 @@ -test_downstream AntonioND ucity all ucity.gbc 5f026649611c9606ce0bf70dc1552e054e7df5bc -test_downstream pinobatch libbet all libbet.gb f117089aa056600e2d404bbcbac96b016fc64611 -test_downstream LIJI32 SameBoy bootroms build/bin/BootROMs/cgb_boot.bin 113903775a9d34b798c2f8076672da6626815a91 --# gb-starter kit make fails on Windows: https://github.com/ISSOtm/gb-starter-kit/issues/1 --# gb-starter-kit fails with macOS/BSD make: https://github.com/ISSOtm/gb-starter-kit/issues/29 +-# gb-starter kit fails with any `make` on Windows: https://codeberg.org/ISSOtm/gb-starter-kit/issues/1 +-# gb-starter-kit fails with macOS/BSD `make`: https://codeberg.org/ISSOtm/gb-starter-kit/issues/29 -if [[ "${osname%-*}" != "windows" && "${osname%-*}" != "macos" && "${osname%-*}" != "bsd" ]]; then - test_downstream ISSOtm gb-starter-kit all bin/boilerplate.gb b4f130169ba73284e0d0e71b53e7baa4eca2f7fe -fi