pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-roxygen2 (devel/R-roxygen2) Updated 7.1.1 to 7...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcaa5e87d870
branches: trunk
changeset: 378223:bcaa5e87d870
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 30 14:39:03 2022 +0000
description:
(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).
diffstat:
devel/R-roxygen2/Makefile | 8 ++++----
devel/R-roxygen2/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 2a25285ede17 -r bcaa5e87d870 devel/R-roxygen2/Makefile
--- a/devel/R-roxygen2/Makefile Sat Apr 30 14:33:54 2022 +0000
+++ b/devel/R-roxygen2/Makefile Sat Apr 30 14:39:03 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2020/09/24 00:44:53 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/30 14:39:03 mef Exp $
R_PKGNAME= roxygen2
-R_PKGVER= 7.1.1
+R_PKGVER= 7.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= In-line documentation for R
-LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+LICENSE= mit
DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
DEPENDS+= R-pkgload>=1.0.2:../../devel/R-pkgload
@@ -27,5 +27,5 @@
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
-.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../lang/R-cpp11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2a25285ede17 -r bcaa5e87d870 devel/R-roxygen2/distinfo
--- a/devel/R-roxygen2/distinfo Sat Apr 30 14:33:54 2022 +0000
+++ b/devel/R-roxygen2/distinfo Sat Apr 30 14:39:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:08 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/30 14:39:03 mef Exp $
-BLAKE2s (R/roxygen2_7.1.1.tar.gz) = 54f7e30d5b2789591314ea0f9aec16a5fccb25573dbc5e4b28490c7d7fbffe00
-SHA512 (R/roxygen2_7.1.1.tar.gz) = f6674039bc369494cd63385f567cd68674e75463ec98ab08696c3ddd3375ba44fa09ebbe78c308dcd7295414b3ebc0509ddbbf9968ce6e1219a22285028c3642
-Size (R/roxygen2_7.1.1.tar.gz) = 254118 bytes
+BLAKE2s (R/roxygen2_7.1.2.tar.gz) = 7355448cda19e5f878c5b7cfe22e49d9bba2be31ae12e7deffff819c830c1cfc
+SHA512 (R/roxygen2_7.1.2.tar.gz) = 8ee3194c580d0cd4c36d01ccd290e76cf72b0b0943159634bd4ea93fc7c2f11e6777b936115948e13583eef4af1fc89f18c3153c27c195ebc79496bd94c5ca44
+Size (R/roxygen2_7.1.2.tar.gz) = 267337 bytes
Home |
Main Index |
Thread Index |
Old Index