Received: by mail.netbsd.org (Postfix, from userid 605) id 1A91A84DC4; Wed, 16 Oct 2019 11:19:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93A7984DBC for ; Wed, 16 Oct 2019 11:19:24 +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 NBO71K7NTOqL for ; Wed, 16 Oct 2019 11:19:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2F6C784C85 for ; Wed, 16 Oct 2019 11:19:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D097FBF4; Wed, 16 Oct 2019 11:19:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571224764116890" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 11:19:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191016111924.2D097FBF4@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. --_----------=_1571224764116890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Oct 16 11:19:24 UTC 2019 Modified Files: pkgsrc/audio: Makefile Log Message: audio: +buzztrax To generate a diff of this commit: cvs rdiff -u -r1.568 -r1.569 pkgsrc/audio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571224764116890 Content-Disposition: inline Content-Length: 540 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.568 pkgsrc/audio/Makefile:1.569 --- pkgsrc/audio/Makefile:1.568 Tue Oct 1 12:45:13 2019 +++ pkgsrc/audio/Makefile Wed Oct 16 11:19:24 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.568 2019/10/01 12:45:13 nia Exp $ +# $NetBSD: Makefile,v 1.569 2019/10/16 11:19:24 nia Exp $ # COMMENT= Audio tools @@ -56,6 +56,7 @@ SUBDIR+= bmp-scrobbler SUBDIR+= bmpx SUBDIR+= bsl SUBDIR+= buzztard +SUBDIR+= buzztrax SUBDIR+= cam SUBDIR+= cantata SUBDIR+= cd-discid --_----------=_1571224764116890--