Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IVqFySEC; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wumxCLZb Received: by mail.netbsd.org (Postfix, from userid 605) id A284484E6D; Mon, 11 Mar 2024 08:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710144237; bh=8avDv+Cl+X1Xwr1PrHnC1pepq3WbYFFpVUH1oK0uFjc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IVqFySEC4NF4pVUtmQkGT1SlBG9IBhBQx+bOn6Z5+K9dFu9UX4CCoyXF8bVsbciX8 bgb5sDM4tSZcpjCqqogN5CfN+NQ7h6Ke792Hms1mw45obSKdrd/uRD0KEPBZFmew5O KAkAhds0QtJOTwsnUcIRavE1EGbepqhGdAFFKn4w= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9036684E6C for ; Mon, 11 Mar 2024 08:03:56 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4E2QY8kaea_o for ; Mon, 11 Mar 2024 08:03:56 +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 240BE84CF8 for ; Mon, 11 Mar 2024 08:03:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710144236; bh=8avDv+Cl+X1Xwr1PrHnC1pepq3WbYFFpVUH1oK0uFjc=; h=Date:From:Subject:To:Reply-To; b=wumxCLZbmFmG7d8JvoZbkbJoTydoso9TZcmg6VP25k9bp+qnNuUuGNUHBOGJLr27E VKrWFkqr8LtVL5v31Vq4wLgirPjQwOK4tVT6VUSCNI90xgWzB05jHElloN3AXwHkZJ Zbxxty+RkGPLIsnfubSzvCkrbac4zpPezCvqZX40= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B182FA2C; Mon, 11 Mar 2024 08:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710144236271340" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 08:03:56 +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: <20240311080356.1B182FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710144236271340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 08:03:56 UTC 2024 Modified Files: pkgsrc/audio: Makefile Log Message: audio/Makefile: + espeak-ng To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 pkgsrc/audio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710144236271340 Content-Disposition: inline Content-Length: 565 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.693 pkgsrc/audio/Makefile:1.694 --- pkgsrc/audio/Makefile:1.693 Mon Mar 11 07:52:52 2024 +++ pkgsrc/audio/Makefile Mon Mar 11 08:03:55 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.693 2024/03/11 07:52:52 wiz Exp $ +# $NetBSD: Makefile,v 1.694 2024/03/11 08:03:55 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -75,6 +75,7 @@ SUBDIR+= eawpatches SUBDIR+= eflite SUBDIR+= emixer SUBDIR+= espeak +SUBDIR+= espeak-ng SUBDIR+= exaile SUBDIR+= eyeD3 SUBDIR+= ezstream --_----------=_1710144236271340--