Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7662084F77 for ; Thu, 15 Jun 2023 11:06:54 +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 zppTrgDbRyp1 for ; Thu, 15 Jun 2023 11:06:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E637E84D8C for ; Thu, 15 Jun 2023 11:06:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF9C0FA89; Thu, 15 Jun 2023 11:06:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686827213168890" MIME-Version: 1.0 Date: Thu, 15 Jun 2023 11:06:53 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-pkgKitten To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230615110653.DF9C0FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686827213168890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jun 15 11:06:53 UTC 2023 Modified Files: pkgsrc/devel/R-pkgKitten: Makefile distinfo Log Message: (devel/pkgKitten) Updated 0.2.2 to 0.2.3 2023-03-11 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.2.3 * docs/mkdmt-src/: Updated for release 0.2.3 * docs/: Idem 2023-03-10 Dirk Eddelbuettel * R/pkgKitten.R (kitten): Reword Title, shorten default Description 2022-11-08 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-pkgKitten/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-pkgKitten/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686827213168890 Content-Disposition: inline Content-Length: 1533 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-pkgKitten/Makefile diff -u pkgsrc/devel/R-pkgKitten/Makefile:1.4 pkgsrc/devel/R-pkgKitten/Makefile:1.5 --- pkgsrc/devel/R-pkgKitten/Makefile:1.4 Mon Nov 29 10:30:33 2021 +++ pkgsrc/devel/R-pkgKitten/Makefile Thu Jun 15 11:06:53 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/11/29 10:30:33 mef Exp $ +# $NetBSD: Makefile,v 1.5 2023/06/15 11:06:53 mef Exp $ R_PKGNAME= pkgKitten -R_PKGVER= 0.2.2 +R_PKGVER= 0.2.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-pkgKitten/distinfo diff -u pkgsrc/devel/R-pkgKitten/distinfo:1.5 pkgsrc/devel/R-pkgKitten/distinfo:1.6 --- pkgsrc/devel/R-pkgKitten/distinfo:1.5 Tue Oct 26 10:14:06 2021 +++ pkgsrc/devel/R-pkgKitten/distinfo Thu Jun 15 11:06:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:14:06 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/06/15 11:06:53 mef Exp $ -BLAKE2s (R/pkgKitten_0.2.2.tar.gz) = 93426e380d94a9dafc0d7a2cfdf3f360715600c488ec826b24e300273520c197 -SHA512 (R/pkgKitten_0.2.2.tar.gz) = 8514aa96981c9ef7e014b973971c992d59b0f598003eb61431196fd69b617e4f0cc11842ac2bb723e6156663940be9fc517b6f45c492337e77138a0ae8726d99 -Size (R/pkgKitten_0.2.2.tar.gz) = 9799 bytes +BLAKE2s (R/pkgKitten_0.2.3.tar.gz) = e80c4dc7d6e99ead4ebc1e32a391b63921f3f6f7d6263feeaf983aec1acefba2 +SHA512 (R/pkgKitten_0.2.3.tar.gz) = 013417008699a9efa49905d1149b348dd8941f4b2a991fb7801868316ed706e50702695a8865dcb8a20a4bfbb0a6ddbd49c3540ba7d7978dde5048e1fbb0a3a5 +Size (R/pkgKitten_0.2.3.tar.gz) = 9802 bytes --_----------=_1686827213168890--