Received: by mail.netbsd.org (Postfix, from userid 605) id C42B384D4D; Sat, 23 Nov 2019 22:13:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A8C384D37 for ; Sat, 23 Nov 2019 22:13:57 +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 hRAtF6pxx2C6 for ; Sat, 23 Nov 2019 22:13:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9DA184C85 for ; Sat, 23 Nov 2019 22:13:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC868FA97; Sat, 23 Nov 2019 22:13:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574547236143790" MIME-Version: 1.0 Date: Sat, 23 Nov 2019 22:13:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/festvox-us1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191123221356.AC868FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574547236143790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Nov 23 22:13:56 UTC 2019 Modified Files: pkgsrc/audio/festvox-us1: Makefile distinfo Log Message: festvox-us1: Update to 1.96 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/festvox-us1/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/festvox-us1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574547236143790 Content-Disposition: inline Content-Length: 2084 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/festvox-us1/Makefile diff -u pkgsrc/audio/festvox-us1/Makefile:1.23 pkgsrc/audio/festvox-us1/Makefile:1.24 --- pkgsrc/audio/festvox-us1/Makefile:1.23 Fri Oct 18 11:41:17 2013 +++ pkgsrc/audio/festvox-us1/Makefile Sat Nov 23 22:13:56 2019 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2013/10/18 11:41:17 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2019/11/23 22:13:56 nia Exp $ DISTNAME= festvox_us1 -PKGNAME= festvox-us1-1.4.0 -PKGREVISION= 2 +PKGNAME= festvox-us1-1.96 CATEGORIES= audio -MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ +MASTER_SITES= http://festvox.org/packed/festival/${PKGVERSION_NOREV}/ +DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/ +HOMEPAGE= http://festvox.org/festival/index.html COMMENT= MBROLA based American English female voice for festival LICENSE= no-commercial-use Index: pkgsrc/audio/festvox-us1/distinfo diff -u pkgsrc/audio/festvox-us1/distinfo:1.4 pkgsrc/audio/festvox-us1/distinfo:1.5 --- pkgsrc/audio/festvox-us1/distinfo:1.4 Tue Nov 3 01:12:31 2015 +++ pkgsrc/audio/festvox-us1/distinfo Sat Nov 23 22:13:56 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 01:12:31 agc Exp $ +$NetBSD: distinfo,v 1.5 2019/11/23 22:13:56 nia Exp $ -SHA1 (festvox_us1.tar.gz) = f740064af99670e35879352d164b7aa9f2079820 -RMD160 (festvox_us1.tar.gz) = 97cfd8e62347aa28cf2319174021bc002044ffd5 -SHA512 (festvox_us1.tar.gz) = 7ac318f700c8fade65da80f33b86b124cd8f71bb687aa7a7c355dc1087a3bd01a3b28fdef3a2eff6458836bbf8e90dd7802b58177f4c73eba3a737e6646a1f9d -Size (festvox_us1.tar.gz) = 11040 bytes +SHA1 (festvox-us1-1.96/festvox_us1.tar.gz) = f740064af99670e35879352d164b7aa9f2079820 +RMD160 (festvox-us1-1.96/festvox_us1.tar.gz) = 97cfd8e62347aa28cf2319174021bc002044ffd5 +SHA512 (festvox-us1-1.96/festvox_us1.tar.gz) = 7ac318f700c8fade65da80f33b86b124cd8f71bb687aa7a7c355dc1087a3bd01a3b28fdef3a2eff6458836bbf8e90dd7802b58177f4c73eba3a737e6646a1f9d +Size (festvox-us1-1.96/festvox_us1.tar.gz) = 11040 bytes --_----------=_1574547236143790--