Date: Thu, 3 May 2018 20:37:24 +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: r468983 - in head/emulators: fuse fuse-utils libspectrum Message-ID: <201805032037.w43KbOIR000433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu May 3 20:37:24 2018 New Revision: 468983 URL: https://svnweb.freebsd.org/changeset/ports/468983 Log: Update the Spectrum ports, highlights are: * fuse 1.5.3 - Disable inactive peripherals after loading a snapshot - Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX or +3 DSK images * libspectrum 1.4.2 - Fix writing RZX files containing a snapshot which cannot be compressed * fuse-utils updated to 1.4.1 Reported by: portscout Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse-utils/distinfo head/emulators/fuse/Makefile head/emulators/fuse/distinfo head/emulators/libspectrum/Makefile head/emulators/libspectrum/distinfo head/emulators/libspectrum/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/fuse-utils/Makefile Thu May 3 20:37:24 2018 (r468983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse-utils -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse-utils/distinfo ============================================================================== --- head/emulators/fuse-utils/distinfo Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/fuse-utils/distinfo Thu May 3 20:37:24 2018 (r468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513172664 -SHA256 (fuse-utils-1.4.0.tar.gz) = b001e779a272c6a3a6719b897e9b56ae2b1aa9d63af4e4d267d313995722d95a -SIZE (fuse-utils-1.4.0.tar.gz) = 499865 +TIMESTAMP = 1525347488 +SHA256 (fuse-utils-1.4.1.tar.gz) = 3e15c323149a346cb4e51ab7efccd65e3527374ec4e648cf9e56a7e1841a1d6a +SIZE (fuse-utils-1.4.1.tar.gz) = 500533 Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/fuse/Makefile Thu May 3 20:37:24 2018 (r468983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/fuse/distinfo Thu May 3 20:37:24 2018 (r468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522964247 -SHA256 (fuse-1.5.2.tar.gz) = 141550e2ed270d800307333b1e3d588ab75d92522434cf82948755eb38ffbd5a -SIZE (fuse-1.5.2.tar.gz) = 1626746 +TIMESTAMP = 1525207190 +SHA256 (fuse-1.5.3.tar.gz) = c83972381ae3bf105abe8a8ef9da94e4599560ed0d63d5ac5c7b81a72eb0aa04 +SIZE (fuse-1.5.3.tar.gz) = 1627487 Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/libspectrum/Makefile Thu May 3 20:37:24 2018 (r468983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/libspectrum/distinfo Thu May 3 20:37:24 2018 (r468983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508788575 -SHA256 (libspectrum-1.4.1.tar.gz) = 025a1663491cc58174e91df77d82b28782310f6831485cb14291ce774f23c729 -SIZE (libspectrum-1.4.1.tar.gz) = 516697 +TIMESTAMP = 1525203006 +SHA256 (libspectrum-1.4.2.tar.gz) = ea7db5c7a413e7104ffc1e9c2b97fe4ba94f48155aeb4b11ce95d3baad836e81 +SIZE (libspectrum-1.4.2.tar.gz) = 568052 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Thu May 3 19:52:47 2018 (r468982) +++ head/emulators/libspectrum/pkg-plist Thu May 3 20:37:24 2018 (r468983) @@ -2,7 +2,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.7.11 +lib/libspectrum.so.8.7.12 libdata/pkgconfig/libspectrum.pc man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805032037.w43KbOIR000433>