Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 02:29:40 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530740 - head/devel/R-cran-tibble
Message-ID:  <202004050229.0352Tenl063077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Apr  5 02:29:40 2020
New Revision: 530740
URL: https://svnweb.freebsd.org/changeset/ports/530740

Log:
  - Update to 3.0.0

Modified:
  head/devel/R-cran-tibble/Makefile   (contents, props changed)
  head/devel/R-cran-tibble/distinfo   (contents, props changed)

Modified: head/devel/R-cran-tibble/Makefile
==============================================================================
--- head/devel/R-cran-tibble/Makefile	Sun Apr  5 02:18:37 2020	(r530739)
+++ head/devel/R-cran-tibble/Makefile	Sun Apr  5 02:29:40 2020	(r530740)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tibble
-PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -14,10 +13,14 @@ LICENSE=	MIT
 
 CRAN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
 		R-cran-crayon>=1.3.4:devel/R-cran-crayon \
+		R-cran-ellipsis>=0.2.0:devel/R-cran-ellipsis \
 		R-cran-fansi>=0.4.0:devel/R-cran-fansi \
-		R-cran-pillar>=1.3.1:devel/R-cran-pillar \
+		R-cran-lifecycle>0:devel/R-cran-lifecycle \
+		R-cran-magrittr>0:devel/R-cran-magrittr \
+		R-cran-pillar>=1.4.3:devel/R-cran-pillar \
 		R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
-		R-cran-rlang>=0.3.0:devel/R-cran-rlang
+		R-cran-rlang>=0.4.3:devel/R-cran-rlang \
+		R-cran-vctrs>0:devel/R-cran-vctrs
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/devel/R-cran-tibble/distinfo
==============================================================================
--- head/devel/R-cran-tibble/distinfo	Sun Apr  5 02:18:37 2020	(r530739)
+++ head/devel/R-cran-tibble/distinfo	Sun Apr  5 02:29:40 2020	(r530740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560095673
-SHA256 (tibble_2.1.3.tar.gz) = 9a8cea9e6b5d24a7e9bf5f67ab38c40b2b6489eddb0d0edb8a48a21ba3574e1a
-SIZE (tibble_2.1.3.tar.gz) = 310774
+TIMESTAMP = 1586052151
+SHA256 (tibble_3.0.0.tar.gz) = f1e3cfab3845e84dae4e2db74f29b8e355dc47764a171bf4ea91e3a229820469
+SIZE (tibble_3.0.0.tar.gz) = 397374



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004050229.0352Tenl063077>