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 A929F1A921F for ; Fri, 1 Jan 2021 10:20:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C95BE84D73; Fri, 1 Jan 2021 10:20:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DB9D84D6D for ; Fri, 1 Jan 2021 10:20:10 +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 z-FtuOB1TR1f for ; Fri, 1 Jan 2021 10:20:09 +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 6046184D69 for ; Fri, 1 Jan 2021 10:20:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 599EBFA9D; Fri, 1 Jan 2021 10:20:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160949640932320" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 10:20:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210101102009.599EBFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160949640932320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jan 1 10:20:09 UTC 2021 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2021 Log Message: Added devel/R-pkgcache version 1.1.1 To generate a diff of this commit: cvs rdiff -u -r1.3301 -r1.3302 pkgsrc/devel/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160949640932320 Content-Disposition: inline Content-Length: 1013 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3301 pkgsrc/devel/Makefile:1.3302 --- pkgsrc/devel/Makefile:1.3301 Fri Jan 1 07:01:04 2021 +++ pkgsrc/devel/Makefile Fri Jan 1 10:20:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3301 2021/01/01 07:01:04 mef Exp $ +# $NetBSD: Makefile,v 1.3302 2021/01/01 10:20:09 mef Exp $ # COMMENT= Development utilities @@ -52,6 +52,7 @@ SUBDIR+= R-memoise SUBDIR+= R-mockery SUBDIR+= R-pkgKitten SUBDIR+= R-pkgbuild +SUBDIR+= R-pkgbcache SUBDIR+= R-pkgconfig SUBDIR+= R-pkgload SUBDIR+= R-plogr Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.11 pkgsrc/doc/CHANGES-2021:1.12 --- pkgsrc/doc/CHANGES-2021:1.11 Fri Jan 1 09:55:29 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Jan 1 10:20:09 2021 @@ -21,3 +21,4 @@ Updated mail/mutt to 2.0.4 [tron 2021-01-01] Updated audio/pulseaudio to 14.0 [ryoon 2021-01-01] Updated devel/R-usethis to 2.0.0 [mef 2021-01-01] + Added devel/R-pkgcache version 1.1.1 [mef 2021-01-01] --_----------=_160949640932320--