Received: by mail.netbsd.org (Postfix, from userid 605) id 5D2F784E98; Sun, 18 Dec 2022 14:17:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9068384E64 for ; Sun, 18 Dec 2022 14:17:15 +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 y6fOyk66K94M for ; Sun, 18 Dec 2022 14:17:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0BD9684CF8 for ; Sun, 18 Dec 2022 14:17:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 051D0FA90; Sun, 18 Dec 2022 14:17:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671373034165700" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 14:17:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-tidyr To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218141715.051D0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671373034165700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 14:17:14 UTC 2022 Modified Files: pkgsrc/math/R-tidyr: Makefile distinfo Log Message: (math/R-tidyr) Updated 1.2.0 to 1.2.1 # tidyr 1.2.1 * Hot patch release to resolve R CMD check failures. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-tidyr/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-tidyr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671373034165700 Content-Disposition: inline Content-Length: 1508 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-tidyr/Makefile diff -u pkgsrc/math/R-tidyr/Makefile:1.4 pkgsrc/math/R-tidyr/Makefile:1.5 --- pkgsrc/math/R-tidyr/Makefile:1.4 Sun May 1 16:10:16 2022 +++ pkgsrc/math/R-tidyr/Makefile Sun Dec 18 14:17:14 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/05/01 16:10:16 mef Exp $ +# $NetBSD: Makefile,v 1.5 2022/12/18 14:17:14 mef Exp $ R_PKGNAME= tidyr -R_PKGVER= 1.2.0 +R_PKGVER= 1.2.1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Easily tidy data with 'spread()' and 'gather()' functions Index: pkgsrc/math/R-tidyr/distinfo diff -u pkgsrc/math/R-tidyr/distinfo:1.6 pkgsrc/math/R-tidyr/distinfo:1.7 --- pkgsrc/math/R-tidyr/distinfo:1.6 Sun May 1 16:10:16 2022 +++ pkgsrc/math/R-tidyr/distinfo Sun Dec 18 14:17:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/05/01 16:10:16 mef Exp $ +$NetBSD: distinfo,v 1.7 2022/12/18 14:17:14 mef Exp $ -BLAKE2s (R/tidyr_1.2.0.tar.gz) = 0fab0e24bba77acc09a35066546b104cc537b4663a9f728b513c290694220ab2 -SHA512 (R/tidyr_1.2.0.tar.gz) = bc19c43cb8af061ee665dc4435903ee54f0a08bb12d75020d8e81e7bf84fab1277865a04e38b72884c7c86bd6cd5ed1c4e0ebfea6075692500dad134402f9bc1 -Size (R/tidyr_1.2.0.tar.gz) = 744570 bytes +BLAKE2s (R/tidyr_1.2.1.tar.gz) = a3f5d422e3d4bb07fbd5ddb48a84ce12753edde4509d3503f870a005e9a8b1e2 +SHA512 (R/tidyr_1.2.1.tar.gz) = cb4faea07825507afbe4a0d90031bf79fbaf1d6c27df41c8b224089b654acc46f200afc27dfa8d723a9892ba2f3d0707222f8844d784bbdcf04de737ffe77989 +Size (R/tidyr_1.2.1.tar.gz) = 746056 bytes --_----------=_1671373034165700--