Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3663C1A9239 for ; Mon, 29 Nov 2021 10:23:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 43C7A84D67; Mon, 29 Nov 2021 10:23:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DC4784CE3 for ; Mon, 29 Nov 2021 10:22: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 jSZTT8MzSnJy for ; Mon, 29 Nov 2021 10:22:59 +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 C9C1684C71 for ; Mon, 29 Nov 2021 10:22:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C338EFAEC; Mon, 29 Nov 2021 10:22:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163818137864690" MIME-Version: 1.0 Date: Mon, 29 Nov 2021 10:22:58 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20211129102258.C338EFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163818137864690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Nov 29 10:22:58 UTC 2021 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2021 Log Message: (devel/R-whoami) Added version 1.3.0 To generate a diff of this commit: cvs rdiff -u -r1.3518 -r1.3519 pkgsrc/devel/Makefile cvs rdiff -u -r1.5881 -r1.5882 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163818137864690 Content-Disposition: inline Content-Length: 1263 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3518 pkgsrc/devel/Makefile:1.3519 --- pkgsrc/devel/Makefile:1.3518 Sat Nov 27 16:41:45 2021 +++ pkgsrc/devel/Makefile Mon Nov 29 10:22:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3518 2021/11/27 16:41:45 adam Exp $ +# $NetBSD: Makefile,v 1.3519 2021/11/29 10:22:58 mef Exp $ # COMMENT= Development utilities @@ -93,6 +93,7 @@ SUBDIR+= R-usethis SUBDIR+= R-uuid SUBDIR+= R-waldo SUBDIR+= R-whisker +SUBDIR+= R-whoami SUBDIR+= R-withr SUBDIR+= R-xfun SUBDIR+= RBTools Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.5881 pkgsrc/doc/CHANGES-2021:1.5882 --- pkgsrc/doc/CHANGES-2021:1.5881 Mon Nov 29 09:33:35 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Nov 29 10:22:58 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.5881 2021/11/29 09:33:35 adam Exp $ +$NetBSD: CHANGES-2021,v 1.5882 2021/11/29 10:22:58 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -8918,3 +8918,4 @@ Changes to the packages collection and i Updated x11/xauth to 1.1.1 [wiz 2021-11-28] Updated devel/py-setuptools to 59.4.0 [adam 2021-11-29] Updated security/py-paramiko to 2.8.1 [adam 2021-11-29] + Added devel/R-whoami version 1.3.0 [mef 2021-11-29] --_----------=_163818137864690--