Received: by mail.netbsd.org (Postfix, from userid 605) id 6E33884D79; Sun, 6 Jun 2021 12:59:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAE3784D17 for ; Sun, 6 Jun 2021 12:59: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 6qnNw4LivoOv for ; Sun, 6 Jun 2021 12:59: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 3119E84CE9 for ; Sun, 6 Jun 2021 12:59:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24D7BFA95; Sun, 6 Jun 2021 12:59:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622984370117100" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 12:59:30 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-rappdirs To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606125930.24D7BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622984370117100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 12:59:30 UTC 2021 Modified Files: pkgsrc/devel/R-rappdirs: Makefile distinfo Log Message: (devel/R-rappdirs) Updatd 0.3.1 to 0.3.3 # rappdirs 0.3.3 * rappdirs functions are no longer vectorised; this was an accidental change in 0.3.2 (#32). # rappdirs 0.3.2 * `user_data_dir()`, `use_cache_dir()` and `use_config_dir()` now respect `R_USER_DATA_DIR`, `R_USER_CACHE_DIR` and `R_USER_CONFIG_DIR` env vars (#27). * No longer uses methods package. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-rappdirs/Makefile \ pkgsrc/devel/R-rappdirs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622984370117100 Content-Disposition: inline Content-Length: 1617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-rappdirs/Makefile diff -u pkgsrc/devel/R-rappdirs/Makefile:1.1 pkgsrc/devel/R-rappdirs/Makefile:1.2 --- pkgsrc/devel/R-rappdirs/Makefile:1.1 Fri Jan 1 12:05:31 2021 +++ pkgsrc/devel/R-rappdirs/Makefile Sun Jun 6 12:59:29 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/01/01 12:05:31 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/06 12:59:29 mef Exp $ R_PKGNAME= rappdirs -R_PKGVER= 0.3.1 +R_PKGVER= 0.3.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-rappdirs/distinfo diff -u pkgsrc/devel/R-rappdirs/distinfo:1.1 pkgsrc/devel/R-rappdirs/distinfo:1.2 --- pkgsrc/devel/R-rappdirs/distinfo:1.1 Fri Jan 1 12:05:31 2021 +++ pkgsrc/devel/R-rappdirs/distinfo Sun Jun 6 12:59:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/01/01 12:05:31 mef Exp $ +$NetBSD: distinfo,v 1.2 2021/06/06 12:59:29 mef Exp $ -SHA1 (R/rappdirs_0.3.1.tar.gz) = 0c39acd92eead9747f7c6847a661bf96ac1d19c4 -RMD160 (R/rappdirs_0.3.1.tar.gz) = ff88b3d548e368c9d02f03180bf1d8626cdd57b0 -SHA512 (R/rappdirs_0.3.1.tar.gz) = 76c9752d82561b9eda8fc3d604f32fff9b785c3a9c210b167a7e131abe7a955c106e8ea664c304953008a88e21e25a382c4b02972311698e6525e119a3ed8360 -Size (R/rappdirs_0.3.1.tar.gz) = 12838 bytes +SHA1 (R/rappdirs_0.3.3.tar.gz) = 2eda06993448439d374a71358a71cba353b61acf +RMD160 (R/rappdirs_0.3.3.tar.gz) = 04583420476472a116c94bd2ade1db5b0a15428a +SHA512 (R/rappdirs_0.3.3.tar.gz) = e44bbcf2d113d92751660c73fc2023270097dc7da7ef15ab7ae70ed8f9709f14646b5b6ea90af465f728db55936736015959bab19692b3e4ca45a5c5ca62fb7b +Size (R/rappdirs_0.3.3.tar.gz) = 12288 bytes --_----------=_1622984370117100--