Received: by mail.netbsd.org (Postfix, from userid 605) id 32B4A85172; Sun, 12 Aug 2018 13:59:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2760D84EFD for ; Sun, 12 Aug 2018 13:59:52 +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 AHWjof9vaT-B for ; Sun, 12 Aug 2018 13:59:51 +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 60DC984CE1 for ; Sun, 12 Aug 2018 13:59:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C074FBEC; Sun, 12 Aug 2018 13:59:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534082391116000" MIME-Version: 1.0 Date: Sun, 12 Aug 2018 13:59:51 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/textproc/translate-shell To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180812135951.4C074FBEC@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. --_----------=_1534082391116000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Aug 12 13:59:51 UTC 2018 Modified Files: pkgsrc/textproc/translate-shell: Makefile distinfo Log Message: translate-shell: Update textproc/translate-shell to 0.9.6.8 Changes: 0.9.6.8 ------- Fixed engine support: * DeepL (#237, #249) * Bing TTS (#218) New languages: (Yandex only) * Emoji Minor fixes: * Close command pipelines everywhere. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/translate-shell/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/translate-shell/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534082391116000 Content-Disposition: inline Content-Length: 1834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/translate-shell/Makefile diff -u pkgsrc/textproc/translate-shell/Makefile:1.6 pkgsrc/textproc/translate-shell/Makefile:1.7 --- pkgsrc/textproc/translate-shell/Makefile:1.6 Sun Apr 29 21:32:06 2018 +++ pkgsrc/textproc/translate-shell/Makefile Sun Aug 12 13:59:51 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/04/29 21:32:06 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/08/12 13:59:51 leot Exp $ -DISTNAME= translate-shell-0.9.6.7 -PKGREVISION= 1 +DISTNAME= translate-shell-0.9.6.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=soimort/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/translate-shell/distinfo diff -u pkgsrc/textproc/translate-shell/distinfo:1.4 pkgsrc/textproc/translate-shell/distinfo:1.5 --- pkgsrc/textproc/translate-shell/distinfo:1.4 Sun Mar 18 10:23:12 2018 +++ pkgsrc/textproc/translate-shell/distinfo Sun Aug 12 13:59:51 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/03/18 10:23:12 leot Exp $ +$NetBSD: distinfo,v 1.5 2018/08/12 13:59:51 leot Exp $ -SHA1 (translate-shell-0.9.6.7.tar.gz) = 76e28900e518638d7f41de1aa0d9616906b7cc97 -RMD160 (translate-shell-0.9.6.7.tar.gz) = 036d8098795036521ec199c004b12d04b2723297 -SHA512 (translate-shell-0.9.6.7.tar.gz) = 2648ea5adccd1ba19438bc683b41b7d3c4e1b3fcd79f9273a17ade90df6184a60d0f342f1745857ffb8d5457115bd60d0239a3e77343866a25b64529904ab416 -Size (translate-shell-0.9.6.7.tar.gz) = 74290 bytes +SHA1 (translate-shell-0.9.6.8.tar.gz) = dc8f903ec0fd946c60c319b5e0cf80c8738e316e +RMD160 (translate-shell-0.9.6.8.tar.gz) = db0a0384160afb246ea7ee61b44be8e71f7da817 +SHA512 (translate-shell-0.9.6.8.tar.gz) = 499a8b3f6de8283ca3f7cf1ce5c6ebdaa171ff73825edc4f24f456ee75d142f1702dd41c9f95d452b1d3cf9c730534e69c4e319e072bde9830f066695ae6711c +Size (translate-shell-0.9.6.8.tar.gz) = 75124 bytes --_----------=_1534082391116000--