Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qVesYFzF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XeRMVs6g Received: by mail.netbsd.org (Postfix, from userid 605) id 39B7684E6F; Mon, 11 Mar 2024 07:52:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710143574; bh=k6cO3i8i+8sVb3F1ipE2fhXPMy+2Z/fOH6mqPaVh+eo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=qVesYFzFhjWukt8jIFNgaVT8xSH/CBxRCfchAick7uhzFd3bDNdwJklAkuQWgriyq ZsoRVh3/DK4wppy8LBWtAC0zrHo4Ys1qk7KJuvCvyH/mRiPM/D3HqAbQKc0hdq6sWL NlIRsKsY8sewxZNLYtWPCesoMpHSAJLgS4mn5PMU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B1D684E5A for ; Mon, 11 Mar 2024 07:52:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id exzAZ-oo6eFY for ; Mon, 11 Mar 2024 07:52:52 +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 B341484CF2 for ; Mon, 11 Mar 2024 07:52:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710143572; bh=k6cO3i8i+8sVb3F1ipE2fhXPMy+2Z/fOH6mqPaVh+eo=; h=Date:From:Subject:To:Reply-To; b=XeRMVs6ghpyOqWRZBPfAuw4KshJp37lhx+v9kAHwDKmlH92AYUraVBKWO/oNW8wAA 5TmEm2mTmsRVdQXfKEwgi4tv6+NArcnr/7YnWpMAOF1lr06ibeLdkJeVqwjvb1DPQd dGnKYKTWwoXp1R/fQ5t+/xZcLJ75+xgWji4zNLdw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA56BFA2C; Mon, 11 Mar 2024 07:52:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710143572163310" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 07:52:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240311075252.AA56BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710143572163310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 07:52:52 UTC 2024 Modified Files: pkgsrc/audio: Makefile Log Message: audio/Makefile: + yasr To generate a diff of this commit: cvs rdiff -u -r1.692 -r1.693 pkgsrc/audio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710143572163310 Content-Disposition: inline Content-Length: 556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.692 pkgsrc/audio/Makefile:1.693 --- pkgsrc/audio/Makefile:1.692 Sat Mar 9 21:21:10 2024 +++ pkgsrc/audio/Makefile Mon Mar 11 07:52:52 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.692 2024/03/09 21:21:10 vins Exp $ +# $NetBSD: Makefile,v 1.693 2024/03/11 07:52:52 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -499,6 +499,7 @@ SUBDIR+= xmms-wma SUBDIR+= xmp SUBDIR+= xmradio SUBDIR+= xwave +SUBDIR+= yasr SUBDIR+= ykchorus SUBDIR+= ympd SUBDIR+= ymuse --_----------=_1710143572163310--