aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Menelkir <dmenelkir@gmail.com>2022-04-07 20:38:42 +0000
committerRene Ladan <rene@FreeBSD.org>2022-04-07 20:53:59 +0000
commitb7d29898307a1685200a7f5f8ff98222d1c99690 (patch)
treede897bb2aac411789fa040ad2246863a57754dc2
parent56da6587708830f13e8baec5feef04be80f30f1e (diff)
downloadports-b7d29898307a1685200a7f5f8ff98222d1c99690.tar.gz
ports-b7d29898307a1685200a7f5f8ff98222d1c99690.zip
emulators/fuse-roms: fix fetch
The distfile hosting opus.rom went away, move it to a copy hosted by the submitter. While here bump the Fedora versions of the RPM containing the other ROMs. No differences to the resulting packge in this commit. PR: 262918
-rw-r--r--emulators/fuse-roms/Makefile10
-rw-r--r--emulators/fuse-roms/distinfo10
2 files changed, 10 insertions, 10 deletions
diff --git a/emulators/fuse-roms/Makefile b/emulators/fuse-roms/Makefile
index 9fb348b13ab9..c9f263fb07e5 100644
--- a/emulators/fuse-roms/Makefile
+++ b/emulators/fuse-roms/Makefile
@@ -5,9 +5,9 @@ PORTVERSION= 0.9.0
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.pbone.net/mirror/rpmfusion.org/${FC_SUBDIR}/:1 \
- http://zxspectrum.it.omegahg.com/rom/:2
+ https://gitlab.com/menelkir/fuseroms/-/raw/main/fuse/:2
DISTFILES= fuse-emulator-roms-${PORTVERSION}-${FCREV}.fc${FCVER}.noarch.rpm:1 \
- Opus-22.rom:2
+ opus.rom:2
EXTRACT_ONLY= fuse-emulator-roms-${PORTVERSION}-${FCREV}.fc${FCVER}.noarch.rpm
MAINTAINER= rene@FreeBSD.org
@@ -16,8 +16,8 @@ COMMENT= Spectrum ROM files, for use with the Fuse emulator
LICENSE= NONE
# No explicit permission to redistribute
-FCREV= 14
-FCVER= 33
+FCREV= 16
+FCVER= 35
FC_SUBDIR= nonfree/fedora/releases/${FCVER}/Everything/x86_64/os/Packages/f
NO_ARCH= yes
NO_BUILD= yes
@@ -32,7 +32,7 @@ OPTIONS_DEFINE= DOCS
DOCS_PLIST_FILES=${DOCSDIR_REL}/rom-distribution.txt
post-extract:
- ${CP} ${DISTDIR}/Opus-22.rom ${WRKDIR}/usr/share/fuse/opus.rom
+ ${CP} ${DISTDIR}/opus.rom ${WRKDIR}/usr/share/fuse/
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/emulators/fuse-roms/distinfo b/emulators/fuse-roms/distinfo
index 4e41e8ff0d61..1d5753bb4101 100644
--- a/emulators/fuse-roms/distinfo
+++ b/emulators/fuse-roms/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1605289372
-SHA256 (fuse-emulator-roms-0.9.0-14.fc33.noarch.rpm) = 6969ff7f792daef0402fc9d7df8966c74fe84c59bb298e76855e7375c0f4e4a1
-SIZE (fuse-emulator-roms-0.9.0-14.fc33.noarch.rpm) = 134171
-SHA256 (Opus-22.rom) = 0a658b83257db99370f086f8ec57a5c9108ffc846e6fe567f262b63befc85dc9
-SIZE (Opus-22.rom) = 8192
+TIMESTAMP = 1649363686
+SHA256 (fuse-emulator-roms-0.9.0-16.fc35.noarch.rpm) = 82e604d684dc535329d007ffb01337a03b35c00a533ff121077116742545ae9e
+SIZE (fuse-emulator-roms-0.9.0-16.fc35.noarch.rpm) = 133832
+SHA256 (opus.rom) = 0a658b83257db99370f086f8ec57a5c9108ffc846e6fe567f262b63befc85dc9
+SIZE (opus.rom) = 8192