Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58AD084EB5 for ; Fri, 2 Jun 2023 13:49:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KCdBARv9cD50 for ; Fri, 2 Jun 2023 13:49:35 +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 CBA9D84D0C for ; Fri, 2 Jun 2023 13:49:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4E2DFA88; Fri, 2 Jun 2023 13:49:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685713775114750" MIME-Version: 1.0 Date: Fri, 2 Jun 2023 13:49:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-stringdist To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230602134935.C4E2DFA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685713775114750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jun 2 13:49:35 UTC 2023 Modified Files: pkgsrc/math/R-stringdist: Makefile distinfo Log Message: (math/R-stringdist) Updated 0.9.8 to 0.9.10 (from NEWS, no info on 0.9.10) version 0.9.9 - Fixed warnings generated by new C compiler. (function prototypes must now be defined completely). (Thanks to Kurt Hornik for the head's up.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-stringdist/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-stringdist/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685713775114750 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-stringdist/Makefile diff -u pkgsrc/math/R-stringdist/Makefile:1.2 pkgsrc/math/R-stringdist/Makefile:1.3 --- pkgsrc/math/R-stringdist/Makefile:1.2 Sat Sep 18 12:38:42 2021 +++ pkgsrc/math/R-stringdist/Makefile Fri Jun 2 13:49:35 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/09/18 12:38:42 mef Exp $ +# $NetBSD: Makefile,v 1.3 2023/06/02 13:49:35 mef Exp $ R_PKGNAME= stringdist -R_PKGVER= 0.9.8 +R_PKGVER= 0.9.10 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Approximate String Matching and String Distance Functions Index: pkgsrc/math/R-stringdist/distinfo diff -u pkgsrc/math/R-stringdist/distinfo:1.4 pkgsrc/math/R-stringdist/distinfo:1.5 --- pkgsrc/math/R-stringdist/distinfo:1.4 Tue Oct 26 10:55:33 2021 +++ pkgsrc/math/R-stringdist/distinfo Fri Jun 2 13:49:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:33 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/06/02 13:49:35 mef Exp $ -BLAKE2s (R/stringdist_0.9.8.tar.gz) = afcdab6703197417ba033263f8014e6a91e18f71289969b5b2472312c8f9aeec -SHA512 (R/stringdist_0.9.8.tar.gz) = e8159f10f13db0b4b219bb81fead94578c7b35bc30589f0b8dcdb7514d31ff47a0fe318cd49974a12bec449725547c59cbc8324135ba40269c1cf5bc54e931a7 -Size (R/stringdist_0.9.8.tar.gz) = 840199 bytes +BLAKE2s (R/stringdist_0.9.10.tar.gz) = c9755fc00a5730717c97cb2829b5324ea564e7b798ad86f09876718f976e1d7c +SHA512 (R/stringdist_0.9.10.tar.gz) = 633af7fea1fd44504b65e4b520e4bde0a7c492674761d4d52f5a4cb628d47cb0f22ca9596bdc2957fa85c864f8611ffdbba3edc87cc24e986955478bd46d3721 +Size (R/stringdist_0.9.10.tar.gz) = 862221 bytes --_----------=_1685713775114750--