Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 17:09:26 +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: r503076 - head/devel/R-cran-tibble
Message-ID:  <201905301709.x4UH9Qdq083226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu May 30 17:09:26 2019
New Revision: 503076
URL: https://svnweb.freebsd.org/changeset/ports/503076

Log:
  - Update to 2.1.1
  
  PR:		238206 (based on)
  Submitted by:	wen@

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	Thu May 30 16:32:34 2019	(r503075)
+++ head/devel/R-cran-tibble/Makefile	Thu May 30 17:09:26 2019	(r503076)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tibble
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.1
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,10 +12,11 @@ COMMENT=	Simple Data Frames
 LICENSE=	MIT
 
 CRAN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
-		R-cran-crayon>0:devel/R-cran-crayon \
-		R-cran-pillar>=1.1.0:devel/R-cran-pillar \
-		R-cran-pkgconfig>=0:devel/R-cran-pkgconfig \
-		R-cran-rlang>0:devel/R-cran-rlang
+		R-cran-crayon>=1.3.4:devel/R-cran-crayon \
+		R-cran-fansi>=0.4.0:devel/R-cran-fansi \
+		R-cran-pillar>=1.3.1:devel/R-cran-pillar \
+		R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
+		R-cran-rlang>=0.3.0:devel/R-cran-rlang
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/devel/R-cran-tibble/distinfo
==============================================================================
--- head/devel/R-cran-tibble/distinfo	Thu May 30 16:32:34 2019	(r503075)
+++ head/devel/R-cran-tibble/distinfo	Thu May 30 17:09:26 2019	(r503076)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550454494
-SHA256 (tibble_2.0.1.tar.gz) = 7ab2cc295eecf00a5310993c99853cd6622ad468e7a60d004b8a73957a713d13
-SIZE (tibble_2.0.1.tar.gz) = 729338
+TIMESTAMP = 1558824198
+SHA256 (tibble_2.1.1.tar.gz) = 45c777e9fb3731cb15126ce67e70a71eac97022d59efdefc840742d920a03284
+SIZE (tibble_2.1.1.tar.gz) = 311836



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