Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DA0E852A2 for ; Mon, 9 Oct 2023 07:01:54 +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 e1xamMXlm75E for ; Mon, 9 Oct 2023 07:01:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B436684E6F for ; Mon, 9 Oct 2023 07:01:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC104FADC; Mon, 9 Oct 2023 07:01:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696834913104620" MIME-Version: 1.0 Date: Mon, 9 Oct 2023 07:01:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/dap To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231009070153.AC104FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696834913104620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 9 07:01:53 UTC 2023 Modified Files: pkgsrc/audio/dap: Makefile Log Message: dap: remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/dap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696834913104620 Content-Disposition: inline Content-Length: 527 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/dap/Makefile diff -u pkgsrc/audio/dap/Makefile:1.52 pkgsrc/audio/dap/Makefile:1.53 --- pkgsrc/audio/dap/Makefile:1.52 Tue Aug 29 15:38:26 2023 +++ pkgsrc/audio/dap/Makefile Mon Oct 9 07:01:53 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2023/08/29 15:38:26 vins Exp $ +# $NetBSD: Makefile,v 1.53 2023/10/09 07:01:53 wiz Exp $ DISTNAME= dap-2.1.5 -PKGREVISION= 6 +PKGREVISION= 6 CATEGORIES= audio #MASTER_SITES= # http://www.cee.hw.ac.uk/~richardk/downloads/ EXTRACT_SUFX= .tgz --_----------=_1696834913104620--