svn commit: r475502 - head/emulators/stella

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Jul 28 07:08:26 UTC 2018


Author: acm
Date: Sat Jul 28 07:08:24 2018
New Revision: 475502
URL: https://svnweb.freebsd.org/changeset/ports/475502

Log:
  - Update to 5.1.3

Modified:
  head/emulators/stella/Makefile
  head/emulators/stella/distinfo
  head/emulators/stella/pkg-plist

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile	Sat Jul 28 07:07:49 2018	(r475501)
+++ head/emulators/stella/Makefile	Sat Jul 28 07:08:24 2018	(r475502)
@@ -2,17 +2,17 @@
 # $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 at FreeBSD.org
 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
 

Modified: head/emulators/stella/distinfo
==============================================================================
--- head/emulators/stella/distinfo	Sat Jul 28 07:07:49 2018	(r475501)
+++ head/emulators/stella/distinfo	Sat Jul 28 07:08:24 2018	(r475502)
@@ -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

Modified: head/emulators/stella/pkg-plist
==============================================================================
--- head/emulators/stella/pkg-plist	Sat Jul 28 07:07:49 2018	(r475501)
+++ head/emulators/stella/pkg-plist	Sat Jul 28 07:08:24 2018	(r475502)
@@ -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


More information about the svn-ports-all mailing list