Received: by mail.netbsd.org (Postfix, from userid 605) id ADF6584D8C; Mon, 24 Aug 2020 08:48:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35BB684CF7 for ; Mon, 24 Aug 2020 08:48:59 +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 Dgl-oFD60Bsx for ; Mon, 24 Aug 2020 08:48:58 +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 B157384CEF for ; Mon, 24 Aug 2020 08:48:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3DB3FB28; Mon, 24 Aug 2020 08:48:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598258938153350" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 08:48:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/TECkit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200824084858.A3DB3FB28@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. --_----------=_1598258938153350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 24 08:48:58 UTC 2020 Modified Files: pkgsrc/converters/TECkit: Makefile distinfo Log Message: TECkit: update to 2.5.10. 2020-05-05 Version 2.5.10 Updated Unicode character names and normalization data to 13.0.0 Updated zlib to version 1.2.11 Various improvements for compiling and documentation. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/TECkit/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/TECkit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598258938153350 Content-Disposition: inline Content-Length: 1721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/TECkit/Makefile diff -u pkgsrc/converters/TECkit/Makefile:1.13 pkgsrc/converters/TECkit/Makefile:1.14 --- pkgsrc/converters/TECkit/Makefile:1.13 Sun Jan 26 07:27:40 2020 +++ pkgsrc/converters/TECkit/Makefile Mon Aug 24 08:48:58 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/01/26 07:27:40 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2020/08/24 08:48:58 wiz Exp $ -DISTNAME= TECkit-2.5.9 +DISTNAME= TECkit-2.5.10 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GITHUB:=silnrsi/} GITHUB_PROJECT= teckit Index: pkgsrc/converters/TECkit/distinfo diff -u pkgsrc/converters/TECkit/distinfo:1.9 pkgsrc/converters/TECkit/distinfo:1.10 --- pkgsrc/converters/TECkit/distinfo:1.9 Mon Mar 25 22:45:21 2019 +++ pkgsrc/converters/TECkit/distinfo Mon Aug 24 08:48:58 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2019/03/25 22:45:21 wiz Exp $ +$NetBSD: distinfo,v 1.10 2020/08/24 08:48:58 wiz Exp $ -SHA1 (TECkit-2.5.9.tar.gz) = fe6353881a25111041ff4b946e021254e8a34369 -RMD160 (TECkit-2.5.9.tar.gz) = f278bbf13d4ee893d0f5aaf6ccec7228ce67101b -SHA512 (TECkit-2.5.9.tar.gz) = be3d30184bc8513f9a62ad336862816fb9b70749825752744856bc46c4eb5f0e2c4e49562f2551d6e6b3de09a4afb7aeba5292de75d2f03e57ac1df08d7e43c6 -Size (TECkit-2.5.9.tar.gz) = 2881615 bytes +SHA1 (TECkit-2.5.10.tar.gz) = 66c5c12bd47229894f02b7a7977d2fc18e311a27 +RMD160 (TECkit-2.5.10.tar.gz) = 39ee696719cabc7caf80a9f65690661af8fd5739 +SHA512 (TECkit-2.5.10.tar.gz) = fb05cb73988c8cc695832bbf174d83c0d797dbda96c9d47ef93e0cb21cf356740a0566f89a3ea20fefb52fda0d572d219c95b5c8e1801e6a9a59e520b4e90ff1 +Size (TECkit-2.5.10.tar.gz) = 3025694 bytes SHA1 (patch-SFconv_UtfCodec.h) = 4ac9db7a5e23afa0f819fab9747b82e39bce0f78 --_----------=_1598258938153350--