Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TVKGOQNq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=JafJOWcy Received: by mail.netbsd.org (Postfix, from userid 605) id B595B84E78; Wed, 13 Mar 2024 14:41:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710340876; bh=VU9fK7fQyLjHl/juUcer5eDGLF4ZJxg6crJmxB82Ao0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=TVKGOQNqXJLpTz4ENKkbdmmMp68VopSPgDEvFeOfKuJ7DtlwpFA+/JIzm7/HLQlMI y/4ncGWlbOH4+UxZO8GIfJzzix4hhMpu4Jai+xoSJ9LnixLI/ETBi/4j5WW6T+oRiE D3vaFVaZyvlnRCbs/YnwyPsWM3IJTB/iK5CZ+GPk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E43C84E91 for ; Wed, 13 Mar 2024 14:41:15 +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 t02TdygxFCLS for ; Wed, 13 Mar 2024 14:41:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17F9584E78 for ; Wed, 13 Mar 2024 14:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710340875; bh=VU9fK7fQyLjHl/juUcer5eDGLF4ZJxg6crJmxB82Ao0=; h=Date:From:Subject:To:Reply-To; b=JafJOWcyaEs3CkQbsqz76fOmTt56Px1CnH0GUdAU9T0o45VWOwe97fRLCrxeqlWb7 fxcC4JTvfDwtOKebdnCbvLndwMKwhEtmRgHhFQmHJq4WBVNo26jjI0OngNV3ZVPv1L 7U9hHs2x1DAaIERQzKJZr9cFSlOxujrZ9Z6rzTKc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F59DFA2C; Wed, 13 Mar 2024 14:41:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710340875161290" MIME-Version: 1.0 Date: Wed, 13 Mar 2024 14:41:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240313144115.0F59DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710340875161290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 13 14:41:14 UTC 2024 Modified Files: pkgsrc/audio: Makefile pkgsrc/doc: CHANGES-2024 Removed Files: pkgsrc/audio/espeak: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/audio/espeak/patches: patch-src_Makefile Log Message: espeak: remove Replaced by espeak-ng. To generate a diff of this commit: cvs rdiff -u -r1.694 -r1.695 pkgsrc/audio/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/espeak/DESCR cvs rdiff -u -r1.20 -r0 pkgsrc/audio/espeak/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/audio/espeak/PLIST cvs rdiff -u -r1.9 -r0 pkgsrc/audio/espeak/buildlink3.mk cvs rdiff -u -r1.8 -r0 pkgsrc/audio/espeak/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/audio/espeak/patches/patch-src_Makefile cvs rdiff -u -r1.1858 -r1.1859 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710340875161290 Content-Disposition: inline Content-Length: 1298 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.694 pkgsrc/audio/Makefile:1.695 --- pkgsrc/audio/Makefile:1.694 Mon Mar 11 08:03:55 2024 +++ pkgsrc/audio/Makefile Wed Mar 13 14:41:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.694 2024/03/11 08:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.695 2024/03/13 14:41:14 wiz Exp $ # COMMENT= Audio tools, players, and libraries @@ -74,7 +74,6 @@ SUBDIR+= easytag SUBDIR+= eawpatches SUBDIR+= eflite SUBDIR+= emixer -SUBDIR+= espeak SUBDIR+= espeak-ng SUBDIR+= exaile SUBDIR+= eyeD3 Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1858 pkgsrc/doc/CHANGES-2024:1.1859 --- pkgsrc/doc/CHANGES-2024:1.1858 Wed Mar 13 14:38:22 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Mar 13 14:41:14 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1858 2024/03/13 14:38:22 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1859 2024/03/13 14:41:14 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3131,3 +3131,4 @@ Changes to the packages collection and i Updated sysutils/intel-microcode-netbsd to 20240312 [msaitoh 2024-03-13] Updated biology/minimap2 to 2.27 [bacon 2024-03-13] Updated audio/aeneas to 1.7.3nb19 [wiz 2024-03-13] + Removed audio/espeak successor audio/espeak-ng [wiz 2024-03-13] --_----------=_1710340875161290--