Received: by mail.netbsd.org (Postfix, from userid 605) id 9193C84DA1; Sun, 6 Jun 2021 06:38:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB12984D8A for ; Sun, 6 Jun 2021 06:38:30 +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 3MBM5BGENCes for ; Sun, 6 Jun 2021 06:38:30 +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 479B484CE0 for ; Sun, 6 Jun 2021 06:38:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 343FCFA95; Sun, 6 Jun 2021 06:38:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622961510177940" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 06:38:30 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-reshape2 To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606063830.343FCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622961510177940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 06:38:30 UTC 2021 Modified Files: pkgsrc/math/R-reshape2: Makefile distinfo Log Message: (math/R-reshape2) Updated 1.4.3 to 1.4.4 # reshape2 1.4.4 * Fix R CMD check failure in R-devel. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-reshape2/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-reshape2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622961510177940 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-reshape2/Makefile diff -u pkgsrc/math/R-reshape2/Makefile:1.4 pkgsrc/math/R-reshape2/Makefile:1.5 --- pkgsrc/math/R-reshape2/Makefile:1.4 Thu Aug 8 19:53:53 2019 +++ pkgsrc/math/R-reshape2/Makefile Sun Jun 6 06:38:29 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:53 brook Exp $ +# $NetBSD: Makefile,v 1.5 2021/06/06 06:38:29 mef Exp $ R_PKGNAME= reshape2 -R_PKGVER= 1.4.3 -CATEGORIES= math +R_PKGVER= 1.4.4 +#CATEGORIES= math MAINTAINER= minskim@NetBSD.org COMMENT= Flexibly reshape data: a reboot of the reshape package Index: pkgsrc/math/R-reshape2/distinfo diff -u pkgsrc/math/R-reshape2/distinfo:1.1 pkgsrc/math/R-reshape2/distinfo:1.2 --- pkgsrc/math/R-reshape2/distinfo:1.1 Mon Feb 12 19:49:56 2018 +++ pkgsrc/math/R-reshape2/distinfo Sun Jun 6 06:38:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/02/12 19:49:56 minskim Exp $ +$NetBSD: distinfo,v 1.2 2021/06/06 06:38:29 mef Exp $ -SHA1 (R/reshape2_1.4.3.tar.gz) = 14189819c2ef3c4461805c4aa6fcd4aa1851ac67 -RMD160 (R/reshape2_1.4.3.tar.gz) = 12c56d9756777d030b341a8702f8d041bf41846c -SHA512 (R/reshape2_1.4.3.tar.gz) = 938eae07c52393f05c68810af1621b2f2a79ce6e2b7b16deb02a810e5cbe07f2079753a3d849def3ae88f849884199fcd28978214268008b6a705d9404847ddb -Size (R/reshape2_1.4.3.tar.gz) = 36405 bytes +SHA1 (R/reshape2_1.4.4.tar.gz) = 5e645b1ef17c6c65a1873bb1f4dab9d9207b6f57 +RMD160 (R/reshape2_1.4.4.tar.gz) = 32c2c756972baa04631144b1a883d8ec12ee977d +SHA512 (R/reshape2_1.4.4.tar.gz) = 7378ca67e076100014df8a35cfd89e828387f3b09c0f546daf5f1532865dad227eb0adb849a8195ce536c91f04c64b2f875ac18c755b7b77f2ebe23dd9fbf545 +Size (R/reshape2_1.4.4.tar.gz) = 37307 bytes --_----------=_1622961510177940--