svn commit: r476682 - head/emulators/fuse

Rene Ladan rene at FreeBSD.org
Wed Aug 8 21:04:07 UTC 2018


Author: rene
Date: Wed Aug  8 21:04:06 2018
New Revision: 476682
URL: https://svnweb.freebsd.org/changeset/ports/476682

Log:
  emulators/fuse: update to version 1.5.6
  
  Highlights of this release include:
  
  * Z80 flags register is now correct after SCF and CCF
  * "Variant" Alkatraz loaders (e.g. Gauntlet 3 and Shadow Dancer),
    "Variant" Search Loader programs (e.g. Lotus Esprit Turbo Challenge
    and Space Crusade) and Dinaload loaders (e.g. Astro Marine Corps)
    are now accelerated
  * More improvements disabling phantom typist after finishing loading
    TAP or standard ROM TZX files
  * Saving and loading binary data no longer increments tstate count or
    triggers breakpoints
  * Stop RZX playback/recording on machine reset/change
  * Various minor bugfixes
  
  Reported by:	portscout

Modified:
  head/emulators/fuse/Makefile
  head/emulators/fuse/distinfo

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Wed Aug  8 20:54:47 2018	(r476681)
+++ head/emulators/fuse/Makefile	Wed Aug  8 21:04:06 2018	(r476682)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fuse
-PORTVERSION=	1.5.5
+PORTVERSION=	1.5.6
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 

Modified: head/emulators/fuse/distinfo
==============================================================================
--- head/emulators/fuse/distinfo	Wed Aug  8 20:54:47 2018	(r476681)
+++ head/emulators/fuse/distinfo	Wed Aug  8 21:04:06 2018	(r476682)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530714369
-SHA256 (fuse-1.5.5.tar.gz) = bd0e58bd5a09444d79891da0971f9a84aa5670dd8018ac2b56f69e42ebda584e
-SIZE (fuse-1.5.5.tar.gz) = 1629577
+TIMESTAMP = 1533734142
+SHA256 (fuse-1.5.6.tar.gz) = cb0e1f8e7c15a57710bcd7a844bd954134d28f169870c3633f59fa32bfc38037
+SIZE (fuse-1.5.6.tar.gz) = 1634711


More information about the svn-ports-all mailing list