Mon Jan 22 12:17:12 2024 UTC (136d)
(devel/R-purrr) Updated 1.0.1 to 1.0.2

# purrr 1.0.2

* Fixed valgrind issue.

* Deprecation infrastructure in `map_chr()` now has much less overhead
  leading to improved performance (#1089).

* purrr now requires R 3.5.0.


(mef)
diff -r1.8 -r1.9 pkgsrc/devel/R-purrr/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/R-purrr/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-purrr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-purrr/Makefile 2023/06/05 14:14:37 1.8
+++ pkgsrc/devel/R-purrr/Makefile 2024/01/22 12:17:12 1.9
@@ -1,28 +1,35 @@ @@ -1,28 +1,35 @@
1# $NetBSD: Makefile,v 1.8 2023/06/05 14:14:37 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2024/01/22 12:17:12 mef Exp $
2 2
3R_PKGNAME= purrr 3R_PKGNAME= purrr
4R_PKGVER= 1.0.1 4R_PKGVER= 1.0.2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Functional programming tools 8COMMENT= Functional programming tools
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
12DEPENDS+= R-rlang>=0.3.1:../../devel/R-rlang 12DEPENDS+= R-rlang>=0.3.1:../../devel/R-rlang
13DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs 13DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
14DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle 14DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
15 15
16TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 16TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
17TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr 17TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
18TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr 18TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
19TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate 19TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
20TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 20TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
21TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 21TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
22TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect 22TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
23 23
 24# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
 25TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 26TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 27TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 28TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 29TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 30
24USE_LANGUAGES= c 31USE_LANGUAGES= c
25 32
26.include "../../math/R/Makefile.extension" 33.include "../../math/R/Makefile.extension"
27.include "../../devel/R-cli/buildlink3.mk" 34.include "../../devel/R-cli/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-purrr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-purrr/distinfo 2023/06/05 14:14:37 1.8
+++ pkgsrc/devel/R-purrr/distinfo 2024/01/22 12:17:12 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2023/06/05 14:14:37 mef Exp $ 1$NetBSD: distinfo,v 1.9 2024/01/22 12:17:12 mef Exp $
2 2
3BLAKE2s (R/purrr_1.0.1.tar.gz) = b0bd60b5c2067fc2c287a282bbc119a41656c5d8da7a9f87a6ed2e09c56ab65f 3BLAKE2s (R/purrr_1.0.2.tar.gz) = 95e6f84201de912e92ce107ce12880d65dc2decadf8fd634b813c3ccbb2b2d4b
4SHA512 (R/purrr_1.0.1.tar.gz) = 85c75ea99ea582c1d0babcfbfce736f34408a003f0440314e3f4ea005459e9f91a3ab80f072c4ac022c22a5411f76a6324b3261478d9c9a9b12e83120afa78bc 4SHA512 (R/purrr_1.0.2.tar.gz) = 7d3260c22a3f4969f83d3015643de686f9140a85e36c3ccf87717b58b1ea75c65f3e169a259acfa5c130afdf8996655c27deb355a19dec6b9bf7c351ab71a11f
5Size (R/purrr_1.0.1.tar.gz) = 220628 bytes 5Size (R/purrr_1.0.2.tar.gz) = 220868 bytes