aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2022-10-05 10:11:41 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-10-05 10:32:11 +0000
commitcafeb553e30f517492236534fa8381b0cd348c0e (patch)
treef24dcd678af89cc98566dee51cdc0f309f185435
parent442a92fca3f70950193690d08796333da2b947e4 (diff)
downloadports-cafeb553e30f517492236534fa8381b0cd348c0e.tar.gz
ports-cafeb553e30f517492236534fa8381b0cd348c0e.zip
emulators/sameboy: Fix build with devel/rgbds 0.6.0
- Add upstream patch to fix build with latest devel/rgbds 0.6.0 dep - Bump PORTREVISION
-rw-r--r--emulators/sameboy/Makefile4
-rw-r--r--emulators/sameboy/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile
index 3fed0c489160..477e78ff08bf 100644
--- a/emulators/sameboy/Makefile
+++ b/emulators/sameboy/Makefile
@@ -1,8 +1,12 @@
PORTNAME= sameboy
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.6
+PORTREVISION= 1
CATEGORIES= emulators games
+PATCH_SITES= https://github.com/LIJI32/SameBoy/commit/
+PATCHFILES= c0966ceebaf1cf2518427ffa3c0189d8f96ab5aa.patch:-p1 # https://github.com/LIJI32/SameBoy/pull/501
+
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Game Boy and Game Boy Color emulator written in C
WWW= https://sameboy.github.io/
diff --git a/emulators/sameboy/distinfo b/emulators/sameboy/distinfo
index 0545322d5cba..10e5fe35a1d1 100644
--- a/emulators/sameboy/distinfo
+++ b/emulators/sameboy/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1663535805
+TIMESTAMP = 1664963905
SHA256 (LIJI32-SameBoy-v0.15.6_GH0.tar.gz) = 2a093310b85728a201dc95a9538a167942f099c78a2ff16afe3e49317934d29b
SIZE (LIJI32-SameBoy-v0.15.6_GH0.tar.gz) = 3096139
+SHA256 (c0966ceebaf1cf2518427ffa3c0189d8f96ab5aa.patch) = 3276c2c455e4b7c9076c1220af7c4bcd3337e3386f43e7f8c8b52de2272c8a6c
+SIZE (c0966ceebaf1cf2518427ffa3c0189d8f96ab5aa.patch) = 36701