Received: by mail.netbsd.org (Postfix, from userid 605) id 203C684D61; Thu, 18 Feb 2021 16:38:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C9A184D44 for ; Thu, 18 Feb 2021 16:38:27 +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 MmQObR07rOGd for ; Thu, 18 Feb 2021 16:38:27 +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 EA45884C86 for ; Thu, 18 Feb 2021 16:38:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE98DFA95; Thu, 18 Feb 2021 16:38:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161366630670020" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 16:38:26 +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: <20210218163826.DE98DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161366630670020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 18 16:38:26 UTC 2021 Modified Files: pkgsrc/audio: Makefile Log Message: audio: Improve COMMENT To generate a diff of this commit: cvs rdiff -u -r1.623 -r1.624 pkgsrc/audio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161366630670020 Content-Disposition: inline Content-Length: 468 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.623 pkgsrc/audio/Makefile:1.624 --- pkgsrc/audio/Makefile:1.623 Sat Jan 23 20:36:58 2021 +++ pkgsrc/audio/Makefile Thu Feb 18 16:38:26 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.623 2021/01/23 20:36:58 js Exp $ +# $NetBSD: Makefile,v 1.624 2021/02/18 16:38:26 nia Exp $ # -COMMENT= Audio tools +COMMENT= Audio tools, players, and libraries SUBDIR+= SDL2_mixer SUBDIR+= SDL_mixer --_----------=_161366630670020--