pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-usethis



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jul 22 01:50:27 UTC 2023

Modified Files:
        pkgsrc/devel/R-usethis: Makefile distinfo

Log Message:
(devel/R-usethis) Updated 2.2.0 to 2.2.2

# usethis 2.2.2

* Implicit usage of `numeric_version()` via comparison now always provides
  character input. This is in response to a request from CRAN to anticipate
  future solutions to <https://bugs.r-project.org/show_bug.cgi?id=18548>.

# usethis 2.2.1

* Internal helper `cran_version()`, used in functions such as
  `use_release_checklist()` and `use_news_md()`, is more resilient to situations
  where no CRAN mirror has been set (#1857).

* Internal usage of `numeric_version()` now always provides character input,
  rather than relying on implicit `as.character()` coercion. This is in response
  to a request from CRAN to anticipate future solutions to
  <https://bugs.r-project.org/show_bug.cgi?id=18548> (#1869).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-usethis/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-usethis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-usethis/Makefile
diff -u pkgsrc/devel/R-usethis/Makefile:1.8 pkgsrc/devel/R-usethis/Makefile:1.9
--- pkgsrc/devel/R-usethis/Makefile:1.8 Sat Jun 17 12:59:29 2023
+++ pkgsrc/devel/R-usethis/Makefile     Sat Jul 22 01:50:27 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/06/17 12:59:29 mef Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/22 01:50:27 mef Exp $
 
 R_PKGNAME=     usethis
-R_PKGVER=      2.2.0
+R_PKGVER=      2.2.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-usethis/distinfo
diff -u pkgsrc/devel/R-usethis/distinfo:1.10 pkgsrc/devel/R-usethis/distinfo:1.11
--- pkgsrc/devel/R-usethis/distinfo:1.10        Sat Jun 17 12:59:29 2023
+++ pkgsrc/devel/R-usethis/distinfo     Sat Jul 22 01:50:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/17 12:59:29 mef Exp $
+$NetBSD: distinfo,v 1.11 2023/07/22 01:50:27 mef Exp $
 
-BLAKE2s (R/usethis_2.2.0.tar.gz) = ed47a707190271563ed356cff70a132d0d648995a6c598b56ef9183cd0f3797e
-SHA512 (R/usethis_2.2.0.tar.gz) = 1a1eebd2e52a140defa59bad568a79d7eed805eddf9063178692e6be8793be924eaf9145ad263adcd8c324ba85685486deb6d122880a588b584f7797590f93a3
-Size (R/usethis_2.2.0.tar.gz) = 370918 bytes
+BLAKE2s (R/usethis_2.2.2.tar.gz) = b0f6391ccfac21ede7900234956a46a818656c303db1b875edb41fa14f5e98af
+SHA512 (R/usethis_2.2.2.tar.gz) = 6700d834f67e2369eb9d5b76932d3037a77a52cb50bc9e171343b9ca9f38ffcceb5b5c88bd8a286f4d797b5a8c13e3295b7804ee9762d229b52e5352db24aa83
+Size (R/usethis_2.2.2.tar.gz) = 371065 bytes



Home | Main Index | Thread Index | Old Index