- Update to 5.1.3
This commit is contained in:
parent
cba7eae3da
commit
00a6d7c8e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475502
3 changed files with 22 additions and 9 deletions
|
@ -2,11 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stella
|
||||
PORTVERSION= 4.7.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 5.1.3
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://github.com/stella-emu/stella/releases/download/release-${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Multi-platform Atari 2600 VCS emulator
|
||||
|
@ -14,6 +11,9 @@ COMMENT= Multi-platform Atari 2600 VCS emulator
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stella-emu
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489815337
|
||||
SHA256 (stella-4.7.3-src.tar.xz) = 93a75d1b343b1e66b6dc526c0f9d8a0c3678d346033f7cdfe76dc93f14d956ad
|
||||
SIZE (stella-4.7.3-src.tar.xz) = 1717084
|
||||
TIMESTAMP = 1532494474
|
||||
SHA256 (stella-emu-stella-5.1.3_GH0.tar.gz) = e1507966e1b3d3a5fb81757dc82fba8cf546618ef3d2389773aca2a70a263478
|
||||
SIZE (stella-emu-stella-5.1.3_GH0.tar.gz) = 2450841
|
||||
|
|
|
@ -5,6 +5,7 @@ bin/stella
|
|||
%%PORTDOCS%%%%DOCSDIR%%/graphics/circuit.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/commandmenu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/console.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_audiotab.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_bankcomplex.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_banksimple.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_bpstatus.png
|
||||
|
@ -13,6 +14,7 @@ bin/stella
|
|||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_globalbuttons.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_iotab.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_main.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_options.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_ram-dpc.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_ram-f8sc.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/debugger_ram.png
|
||||
|
@ -37,14 +39,24 @@ bin/stella
|
|||
%%PORTDOCS%%%%DOCSDIR%%/graphics/logs.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_audio.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_debugger.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_developer.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_developer_debugger.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_developer_emulation.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_developer_timemachine.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_developer_video.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_gameinfo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_input.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_gameinfo_console.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_gameinfo_controller.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_gameinfo_display.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_misc.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_misc_classic.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_misc_light.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_ui.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_video.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_video_dbgcolors.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/options_video_tv.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/pacman.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/qwertz.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/rom_browser.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/romaudit.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/rominfo_1x_large.png
|
||||
|
@ -53,5 +65,6 @@ bin/stella
|
|||
%%PORTDOCS%%%%DOCSDIR%%/graphics/secret_quest.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/select_romdir.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/space_invaders.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graphics/timemachine.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%DATADIR%%/stella.pro
|
||||
|
|
Loading…
Reference in a new issue