Received: by mail.netbsd.org (Postfix, from userid 605) id 8A47384E77; Tue, 1 May 2018 18:32:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1657C84E74 for ; Tue, 1 May 2018 18:32:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3njP-YGZLVwu for ; Tue, 1 May 2018 18:32:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 95F2D84D71 for ; Tue, 1 May 2018 18:32:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91567FBEC; Tue, 1 May 2018 18:32:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152519957320890" MIME-Version: 1.0 Date: Tue, 1 May 2018 18:32:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/emulators/fuse-emulator To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180501183253.91567FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152519957320890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 1 18:32:53 UTC 2018 Modified Files: pkgsrc/emulators/fuse-emulator: Makefile distinfo Log Message: fuse-emulator: updated to 1.5.3 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 Upgrade to libspectrum 1.4.2 to fix writing RZX files containing a snapshot which cannot be compressed To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/fuse-emulator/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/fuse-emulator/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152519957320890 Content-Disposition: inline Content-Length: 1949 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/fuse-emulator/Makefile diff -u pkgsrc/emulators/fuse-emulator/Makefile:1.16 pkgsrc/emulators/fuse-emulator/Makefile:1.17 --- pkgsrc/emulators/fuse-emulator/Makefile:1.16 Mon Apr 16 14:34:25 2018 +++ pkgsrc/emulators/fuse-emulator/Makefile Tue May 1 18:32:53 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2018/04/16 14:34:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/05/01 18:32:53 adam Exp $ -DISTNAME= fuse-1.5.2 +DISTNAME= fuse-1.5.3 PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/} -PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} Index: pkgsrc/emulators/fuse-emulator/distinfo diff -u pkgsrc/emulators/fuse-emulator/distinfo:1.9 pkgsrc/emulators/fuse-emulator/distinfo:1.10 --- pkgsrc/emulators/fuse-emulator/distinfo:1.9 Wed Apr 4 09:27:26 2018 +++ pkgsrc/emulators/fuse-emulator/distinfo Tue May 1 18:32:53 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2018/04/04 09:27:26 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/05/01 18:32:53 adam Exp $ -SHA1 (fuse-1.5.2.tar.gz) = 8c4fedd41f1f22994d74d0f3b913223def0b7277 -RMD160 (fuse-1.5.2.tar.gz) = 288f4adff6c480095396d2cf169c192647fe8c2d -SHA512 (fuse-1.5.2.tar.gz) = 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268 -Size (fuse-1.5.2.tar.gz) = 1626746 bytes +SHA1 (fuse-1.5.3.tar.gz) = cb2ec884af78da2b04e258ae57b25927dfb21e10 +RMD160 (fuse-1.5.3.tar.gz) = f3f41617a5fcce438e2de273e234ceac6943bd2e +SHA512 (fuse-1.5.3.tar.gz) = 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0 +Size (fuse-1.5.3.tar.gz) = 1627487 bytes SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127 SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933 --_----------=_152519957320890--