Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 19:21:04 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456333 - head/emulators/fuse
Message-ID:  <201712141921.vBEJL4cJ034238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Dec 14 19:21:03 2017
New Revision: 456333
URL: https://svnweb.freebsd.org/changeset/ports/456333

Log:
  emulators/fuse: update to version 1.5.0
  
  - Autoload snapshots replaced by a "phantom typist" which types LOAD "" or similar.
  - Alkatraz loaders (e.g. Cobra and Fairlight) are now accelerated.
  - Debugger: Ensure conditional timed breakpoints work correctly

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

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Thu Dec 14 18:41:43 2017	(r456332)
+++ head/emulators/fuse/Makefile	Thu Dec 14 19:21:03 2017	(r456333)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fuse
-PORTVERSION=	1.4.1
+PORTVERSION=	1.5.0
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 

Modified: head/emulators/fuse/distinfo
==============================================================================
--- head/emulators/fuse/distinfo	Thu Dec 14 18:41:43 2017	(r456332)
+++ head/emulators/fuse/distinfo	Thu Dec 14 19:21:03 2017	(r456333)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508788895
-SHA256 (fuse-1.4.1.tar.gz) = 817d57db6da95a411b5b44ccae2a00fff332b251b502957a8a886d794d475aa3
-SIZE (fuse-1.4.1.tar.gz) = 1654522
+TIMESTAMP = 1513076504
+SHA256 (fuse-1.5.0.tar.gz) = b1134a9f4d211cf9dbf845dd5b28a4a58a4ab69f3bf1f7d04d1c26147e0daefd
+SIZE (fuse-1.5.0.tar.gz) = 1619748

Modified: head/emulators/fuse/pkg-plist
==============================================================================
--- head/emulators/fuse/pkg-plist	Thu Dec 14 18:41:43 2017	(r456332)
+++ head/emulators/fuse/pkg-plist	Thu Dec 14 19:21:03 2017	(r456333)
@@ -6,7 +6,6 @@ man/man1/fuse.1.gz
 %%DATADIR%%/48.rom
 %%DATADIR%%/cassette.bmp
 %%DATADIR%%/disciple.rom
-%%DATADIR%%/disk_plus3.szx
 %%SDL%%%%DATADIR%%/fuse.font
 %%SVGALIB%%%%DATADIR%%/fuse.font
 %%DATADIR%%/keyboard.scr
@@ -28,20 +27,6 @@ man/man1/fuse.1.gz
 %%DATADIR%%/se-0.rom
 %%DATADIR%%/se-1.rom
 %%DATADIR%%/speccyboot-1.4.rom
-%%DATADIR%%/tape_128.szx
-%%DATADIR%%/tape_16.szx
-%%DATADIR%%/tape_2048.szx
-%%DATADIR%%/tape_2068.szx
-%%DATADIR%%/tape_48.szx
-%%DATADIR%%/tape_48_ntsc.szx
-%%DATADIR%%/tape_pentagon.szx
-%%DATADIR%%/tape_plus2.szx
-%%DATADIR%%/tape_plus2a.szx
-%%DATADIR%%/tape_plus3.szx
-%%DATADIR%%/tape_plus3e.szx
-%%DATADIR%%/tape_se.szx
-%%DATADIR%%/tape_scorpion.szx
-%%DATADIR%%/tape_ts2068.szx
 %%DATADIR%%/tc2048.rom
 %%DATADIR%%/tc2068-0.rom
 %%DATADIR%%/tc2068-1.rom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141921.vBEJL4cJ034238>