Sat Apr 30 14:39:03 2022 UTC ()
(devel/R-roxygen2) Updated 7.1.1 to 7.1.2

# roxygen2 7.1.2

* The new `@examplesIf` tag can be used to create conditional
  examples. These examples only run if a specified condition
  holds (#962).

* roxygen2 is now licensed as MIT (#1163).

* Bug fix for upcoming stringr 2.0.0 release.

* Code blocks with language now add `sourceCode` to the generated div; this
  makes syntax highlighting more consistent across downlit/pandoc/knitr/roxygen2.

* Percent signs in markdown link targets, e.g. `[text](https://foo/ba%20r)`
  are now handled correctly (#1209).


(mef)
diff -r1.3 -r1.4 pkgsrc/devel/R-roxygen2/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/R-roxygen2/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/R-roxygen2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-roxygen2/Makefile 2020/09/24 00:44:53 1.3
+++ pkgsrc/devel/R-roxygen2/Makefile 2022/04/30 14:39:03 1.4
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.3 2020/09/24 00:44:53 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2022/04/30 14:39:03 mef Exp $
2 2
3R_PKGNAME= roxygen2 3R_PKGNAME= roxygen2
4R_PKGVER= 7.1.1 4R_PKGVER= 7.1.2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= In-line documentation for R 8COMMENT= In-line documentation for R
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= mit
10 10
11DEPENDS+= R-desc>=1.2.0:../../devel/R-desc 11DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
12DEPENDS+= R-pkgload>=1.0.2:../../devel/R-pkgload 12DEPENDS+= R-pkgload>=1.0.2:../../devel/R-pkgload
13DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr 13DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr
14DEPENDS+= R-digest>=0.6.20:../../security/R-digest 14DEPENDS+= R-digest>=0.6.20:../../security/R-digest
15DEPENDS+= R-brew>=1.0.6:../../textproc/R-brew 15DEPENDS+= R-brew>=1.0.6:../../textproc/R-brew
16DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark 16DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark
17DEPENDS+= R-stringi>=1.4.3:../../textproc/R-stringi 17DEPENDS+= R-stringi>=1.4.3:../../textproc/R-stringi
18DEPENDS+= R-stringr>=1.0.0:../../textproc/R-stringr 18DEPENDS+= R-stringr>=1.0.0:../../textproc/R-stringr
19DEPENDS+= R-xml2>=1.2.2:../../textproc/R-xml2 19DEPENDS+= R-xml2>=1.2.2:../../textproc/R-xml2
20DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 20DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
21 21
22# Packages suggested but not available: 'R.methodsS3', 'R.oo' 22# Packages suggested but not available: 'R.methodsS3', 'R.oo'
23TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 23TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
24TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 24TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
25TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools 25TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
26 26
27USE_LANGUAGES= c c++ 27USE_LANGUAGES= c c++
28 28
29.include "../../math/R/Makefile.extension" 29.include "../../math/R/Makefile.extension"
30.include "../../devel/R-Rcpp/buildlink3.mk" 30.include "../../lang/R-cpp11/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-roxygen2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-roxygen2/distinfo 2021/10/26 10:14:08 1.4
+++ pkgsrc/devel/R-roxygen2/distinfo 2022/04/30 14:39:03 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 10:14:08 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/04/30 14:39:03 mef Exp $
2 2
3BLAKE2s (R/roxygen2_7.1.1.tar.gz) = 54f7e30d5b2789591314ea0f9aec16a5fccb25573dbc5e4b28490c7d7fbffe00 3BLAKE2s (R/roxygen2_7.1.2.tar.gz) = 7355448cda19e5f878c5b7cfe22e49d9bba2be31ae12e7deffff819c830c1cfc
4SHA512 (R/roxygen2_7.1.1.tar.gz) = f6674039bc369494cd63385f567cd68674e75463ec98ab08696c3ddd3375ba44fa09ebbe78c308dcd7295414b3ebc0509ddbbf9968ce6e1219a22285028c3642 4SHA512 (R/roxygen2_7.1.2.tar.gz) = 8ee3194c580d0cd4c36d01ccd290e76cf72b0b0943159634bd4ea93fc7c2f11e6777b936115948e13583eef4af1fc89f18c3153c27c195ebc79496bd94c5ca44
5Size (R/roxygen2_7.1.1.tar.gz) = 254118 bytes 5Size (R/roxygen2_7.1.2.tar.gz) = 267337 bytes