pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tidyselect



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug 21 05:43:56 UTC 2021

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

Log Message:
(devel/R-tidyselect)  Updated 1.1.0 to 1.1.1

# tidyselect 1.1.1
* Fix for CRAN checks.
* tidyselect has been re-licensed as MIT (#217).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-tidyselect/Makefile \
    pkgsrc/devel/R-tidyselect/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-tidyselect/Makefile
diff -u pkgsrc/devel/R-tidyselect/Makefile:1.2 pkgsrc/devel/R-tidyselect/Makefile:1.3
--- pkgsrc/devel/R-tidyselect/Makefile:1.2      Fri Jul 31 20:26:12 2020
+++ pkgsrc/devel/R-tidyselect/Makefile  Sat Aug 21 05:43:56 2021
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2020/07/31 20:26:12 brook Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/21 05:43:56 mef Exp $
 
 R_PKGNAME=     tidyselect
-R_PKGVER=      1.1.0
+R_PKGVER=      1.1.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Select from a set of strings
-LICENSE=       gnu-gpl-v3
+LICENSE=       mit
 
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
 DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
@@ -14,6 +14,8 @@ DEPENDS+=     R-rlang>=0.4.6:../../devel/R-r
 DEPENDS+=      R-ellipsis>=0.3.0:../../math/R-ellipsis
 DEPENDS+=      R-vctrs>=0.2.2:../../math/R-vctrs
 
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-tidyselect/distinfo
diff -u pkgsrc/devel/R-tidyselect/distinfo:1.2 pkgsrc/devel/R-tidyselect/distinfo:1.3
--- pkgsrc/devel/R-tidyselect/distinfo:1.2      Fri Jul 31 20:26:12 2020
+++ pkgsrc/devel/R-tidyselect/distinfo  Sat Aug 21 05:43:56 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/07/31 20:26:12 brook Exp $
+$NetBSD: distinfo,v 1.3 2021/08/21 05:43:56 mef Exp $
 
-SHA1 (R/tidyselect_1.1.0.tar.gz) = 43f7fd8feac6919e1754bc2efdce53fc699e57cb
-RMD160 (R/tidyselect_1.1.0.tar.gz) = fe364cfbd99e1f21f4b48b5e88340b23282cf838
-SHA512 (R/tidyselect_1.1.0.tar.gz) = 827bd7f3d3dd4a1397323bec2fa26b871afb9cbf082a9281c01d4f06f6020afc46ca0bc4968b7dd5d82033c8c53fc43866b1bc31b6084fd6715d0eab093480e8
-Size (R/tidyselect_1.1.0.tar.gz) = 90842 bytes
+SHA1 (R/tidyselect_1.1.1.tar.gz) = 8b38f09406f2a8a0cb1410e5d12a2c328d1f1cfb
+RMD160 (R/tidyselect_1.1.1.tar.gz) = f874a468e89ac2ab261344e79f28fe53867ae82e
+SHA512 (R/tidyselect_1.1.1.tar.gz) = 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7
+Size (R/tidyselect_1.1.1.tar.gz) = 92088 bytes



Home | Main Index | Thread Index | Old Index