pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 20:35:18 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math/R-tibble: Makefile distinfo

Log Message:
R-tibble: update to version 2.1.3.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.3199 -r1.3200 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-tibble/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-tibble/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3199 pkgsrc/doc/CHANGES-2019:1.3200
--- pkgsrc/doc/CHANGES-2019:1.3199      Wed Jul 31 20:33:59 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 20:35:18 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3199 2019/07/31 20:33:59 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3200 2019/07/31 20:35:18 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5156,3 +5156,4 @@ Changes to the packages collection and i
        Updated math/R-spacetime to 1.2.2 [brook 2019-07-31]
        Updated math/R-splancs to 2.01.40 [brook 2019-07-31]
        Updated math/R-statmod to 1.4.32 [brook 2019-07-31]
+       Updated math/R-tibble to 2.1.3 [brook 2019-07-31]

Index: pkgsrc/math/R-tibble/Makefile
diff -u pkgsrc/math/R-tibble/Makefile:1.2 pkgsrc/math/R-tibble/Makefile:1.3
--- pkgsrc/math/R-tibble/Makefile:1.2   Sat Jul 28 14:40:51 2018
+++ pkgsrc/math/R-tibble/Makefile       Wed Jul 31 20:35:18 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:51 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 20:35:18 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://tibble.tidyverse.org/
@@ -8,15 +8,16 @@ COMMENT=      Simple data frames
 LICENSE=       mit
 
 R_PKGNAME=     tibble
-R_PKGVER=      1.4.2
+R_PKGVER=      2.1.3
 
-DEPENDS+=      R-cli-[0-9]*:../../devel/R-cli
-DEPENDS+=      R-crayon-[0-9]*:../../devel/R-crayon
-DEPENDS+=      R-pillar>=1.1.0:../../misc/R-pillar
-DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
+DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-fansi>=0.4.0:../../devel/R-fansi
+DEPENDS+=      R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
+DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
+DEPENDS+=      R-pillar>=1.3.1:../../misc/R-pillar
 
 USE_LANGUAGES= c
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-tibble/distinfo
diff -u pkgsrc/math/R-tibble/distinfo:1.1 pkgsrc/math/R-tibble/distinfo:1.2
--- pkgsrc/math/R-tibble/distinfo:1.1   Mon Mar 19 15:27:45 2018
+++ pkgsrc/math/R-tibble/distinfo       Wed Jul 31 20:35:18 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/19 15:27:45 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/07/31 20:35:18 brook Exp $
 
-SHA1 (R/tibble_1.4.2.tar.gz) = 445bc804c36b332cb91e2959364b56a759a55c87
-RMD160 (R/tibble_1.4.2.tar.gz) = 596cf3e01fee60e2cf72e0568b586de0ca98084e
-SHA512 (R/tibble_1.4.2.tar.gz) = 388087528b0c04b0ad93421c6b2cb8cce3dee789fa8443badab9aa58400db2ba67a0073b761c1379d8d69dd7a1a01040c3ff8253b79aa95afd362b06b1e01ebb
-Size (R/tibble_1.4.2.tar.gz) = 109808 bytes
+SHA1 (R/tibble_2.1.3.tar.gz) = 0435e40c7d0eb91574023ff272b43d7685304a32
+RMD160 (R/tibble_2.1.3.tar.gz) = a9457f470c90290c2975d12653a5ed9ca4f82386
+SHA512 (R/tibble_2.1.3.tar.gz) = 1401712ca97a6988c53d8c4f0f5f47d3392404e1538cb0782822789c7f3bc7965444b3cd161c9eb64ece0732b81e9164b076de2089ea6548c63467ca159ecd75
+Size (R/tibble_2.1.3.tar.gz) = 310774 bytes



Home | Main Index | Thread Index | Old Index