Date: Thu, 7 Apr 2022 20:54:29 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7d29898307a - main - emulators/fuse-roms: fix fetch Message-ID: <202204072054.237KsTsj027909@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d29898307a1685200a7f5f8ff98222d1c99690 commit b7d29898307a1685200a7f5f8ff98222d1c99690 Author: Daniel Menelkir <dmenelkir@gmail.com> AuthorDate: 2022-04-07 20:38:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-04-07 20:53:59 +0000 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 --- emulators/fuse-roms/Makefile | 10 +++++----- emulators/fuse-roms/distinfo | 10 +++++----- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204072054.237KsTsj027909>