pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-roxygen2



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Feb  6 13:05:35 UTC 2024

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

Log Message:
(devel/R-roxygen2) Update 7.3.0 to 7.3.1

# roxygen2 7.3.1

* S3 method export warning no longer fails if class contains `{` or `}` (#1575).

* `@family` lists are now ordered more carefully, "foo1" comes after "foo"
  (#1563, @krlmlr).

* `@importFrom` works again for quoted non-syntactic names, e.g.
  `@importFrom magrittr "%>%"` or ``@importFrom rlang `:=` ``
  (#1570, @MichaelChirico). The unquoted form `@importFrom magrittr %>%`
  continues to work. Relatedly, `@importFrom` directives matching no known
  functions (e.g. `@importFrom utils plot pdf`) produce valid NAMESPACE files
  again.

* Multi-line `@rawNamespace` no longer break re-runs of `namespace_roclet()`
  (#1572, @MichaelChirico).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-roxygen2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-roxygen2/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-roxygen2/Makefile
diff -u pkgsrc/devel/R-roxygen2/Makefile:1.6 pkgsrc/devel/R-roxygen2/Makefile:1.7
--- pkgsrc/devel/R-roxygen2/Makefile:1.6        Mon Jan 22 23:16:31 2024
+++ pkgsrc/devel/R-roxygen2/Makefile    Tue Feb  6 13:05:35 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/01/22 23:16:31 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/06 13:05:35 mef Exp $
 
 R_PKGNAME=     roxygen2
-R_PKGVER=      7.3.0
+R_PKGVER=      7.3.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-roxygen2/distinfo
diff -u pkgsrc/devel/R-roxygen2/distinfo:1.7 pkgsrc/devel/R-roxygen2/distinfo:1.8
--- pkgsrc/devel/R-roxygen2/distinfo:1.7        Mon Jan 22 23:16:31 2024
+++ pkgsrc/devel/R-roxygen2/distinfo    Tue Feb  6 13:05:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/01/22 23:16:31 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/02/06 13:05:35 mef Exp $
 
-BLAKE2s (R/roxygen2_7.3.0.tar.gz) = c5048a5c4fe5f39b0cf90a181ef431b39d1a132a2ac0702c6c8c493893145875
-SHA512 (R/roxygen2_7.3.0.tar.gz) = 82b55df02c7f23fd8405b88e40d2fa58d31f7387e2608fac19b0c216906fcec09984c1c66470dd8098f9efcf7c5f57e5b346e56530c1fb58729c28f378d05753
-Size (R/roxygen2_7.3.0.tar.gz) = 293925 bytes
+BLAKE2s (R/roxygen2_7.3.1.tar.gz) = 8fb0cee8cbe7f6c57a3be5a3c3439321790026ae1667f18c0d1d58506e2fa26a
+SHA512 (R/roxygen2_7.3.1.tar.gz) = abd22b3bfd838f65137e458e54cca9d1dc756986aa615e10082e1ecbe250ff63feff17bba2d49f964bf9239452c80fc8a7472fcd9883384d25aef3c4e91c7e63
+Size (R/roxygen2_7.3.1.tar.gz) = 295558 bytes



Home | Main Index | Thread Index | Old Index