diff options
Diffstat (limited to 'devel/rgbds')
-rw-r--r-- | devel/rgbds/Makefile | 4 | ||||
-rw-r--r-- | devel/rgbds/distinfo | 6 | ||||
-rw-r--r-- | devel/rgbds/files/patch-test_run-tests.sh | 16 |
3 files changed, 14 insertions, 12 deletions
diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile index ea91a5eaf67e..74a46e04ebb1 100644 --- a/devel/rgbds/Makefile +++ b/devel/rgbds/Makefile @@ -1,7 +1,9 @@ PORTNAME= rgbds -DISTVERSION= 0.9.2 +DISTVERSION= 1.0.0-rc1 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 ce6a3ea8d8ed..dce12a7a28bc 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 = 1756854141 +SHA256 (rgbds/1.0.0-rc1/rgbds-source.tar.gz) = a2696cb48e1742c431612df4096a2ae592c6729d671b3d4efc37d9fe940be8fa +SIZE (rgbds/1.0.0-rc1/rgbds-source.tar.gz) = 8140731 diff --git a/devel/rgbds/files/patch-test_run-tests.sh b/devel/rgbds/files/patch-test_run-tests.sh index 82905522ca7f..e1e3b6ca4e5b 100644 --- a/devel/rgbds/files/patch-test_run-tests.sh +++ b/devel/rgbds/files/patch-test_run-tests.sh @@ -1,14 +1,14 @@ -Do not run extra tests that require build - ---- test/run-tests.sh.orig 2025-02-02 21:10:40 UTC +--- test/run-tests.sh.orig 2025-09-02 23:23:53 UTC +++ test/run-tests.sh -@@ -119,6 +119,6 @@ fi +@@ -129,11 +129,3 @@ fi test_downstream pret pokered compare pokered.gbc ea9bcae617fdf159b045185467ae58b2e4a48b9a test_downstream zladx LADX-Disassembly default azle.gbc d90ac17e9bf17b6c61624ad9f05447bdb5efc01a fi --test_downstream AntonioND ucity all ucity.gbc d2f4a7db48ee208b1bd69a78bd492a1c9ac4a030 +-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 -+#test_downstream AntonioND ucity all ucity.gbc d2f4a7db48ee208b1bd69a78bd492a1c9ac4a030 -+#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 +-if [[ "${osname%-*}" != "windows" && "${osname%-*}" != "macos" && "${osname%-*}" != "bsd" ]]; then +- test_downstream ISSOtm gb-starter-kit all bin/boilerplate.gb b4f130169ba73284e0d0e71b53e7baa4eca2f7fe +-fi |