Received: by mail.netbsd.org (Postfix, from userid 605) id 3DC8D84D9B; Sun, 15 Dec 2019 00:09:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D61284D78 for ; Sun, 15 Dec 2019 00:09:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tznAykp7X_7I for ; Sun, 15 Dec 2019 00:09:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03D5F84D2C for ; Sun, 15 Dec 2019 00:09:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA680FA97; Sun, 15 Dec 2019 00:09:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157636856530790" MIME-Version: 1.0 Date: Sun, 15 Dec 2019 00:09:25 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/aiomixer To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191215000925.EA680FA97@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. --_----------=_157636856530790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Dec 15 00:09:25 UTC 2019 Modified Files: pkgsrc/audio/aiomixer: Makefile distinfo Log Message: aiomixer: Update to 1.0.1 Changes: * Adds vi-style keybindings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/aiomixer/Makefile \ pkgsrc/audio/aiomixer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157636856530790 Content-Disposition: inline Content-Length: 1586 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/aiomixer/Makefile diff -u pkgsrc/audio/aiomixer/Makefile:1.1 pkgsrc/audio/aiomixer/Makefile:1.2 --- pkgsrc/audio/aiomixer/Makefile:1.1 Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/Makefile Sun Dec 15 00:09:25 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2019/12/07 19:00:06 nia Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/15 00:09:25 nia Exp $ -DISTNAME= aiomixer-1.0.0 +DISTNAME= aiomixer-1.0.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/} Index: pkgsrc/audio/aiomixer/distinfo diff -u pkgsrc/audio/aiomixer/distinfo:1.1 pkgsrc/audio/aiomixer/distinfo:1.2 --- pkgsrc/audio/aiomixer/distinfo:1.1 Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/distinfo Sun Dec 15 00:09:25 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/12/07 19:00:06 nia Exp $ +$NetBSD: distinfo,v 1.2 2019/12/15 00:09:25 nia Exp $ -SHA1 (aiomixer-1.0.0.tar.gz) = 16380f932e780ca00fe7ebdb5f2e7e92299adb3b -RMD160 (aiomixer-1.0.0.tar.gz) = 4c2518776532e619d8b424890920a44b5c594fe9 -SHA512 (aiomixer-1.0.0.tar.gz) = 463478047cd24f466ac08e6595a9b61aa62cb281a2827cea06551546885daa8e4b9b94846ae5e0ac268458d46b166f947a894cbd04e073452d8167fa131e967f -Size (aiomixer-1.0.0.tar.gz) = 6330 bytes +SHA1 (aiomixer-1.0.1.tar.gz) = b99c3059f08b2d1a17a07b0691f07541bdbc10a8 +RMD160 (aiomixer-1.0.1.tar.gz) = 3bab84452a6ee1413b8e7869f49a5babb5eb2b26 +SHA512 (aiomixer-1.0.1.tar.gz) = 265c9104c6172930e2e02efd3ebfcec12ae54ecb954d4f3e93cfa505f9d8ea7a9ff89b44eb54123314de73f0c61185d582cb4233f74dcae22d6714876b743b8c +Size (aiomixer-1.0.1.tar.gz) = 14418 bytes --_----------=_157636856530790--