Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 22:11:42 +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: r524522 - head/devel/R-cran-tidyselect
Message-ID:  <202001282211.00SMBgWG058478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Jan 28 22:11:41 2020
New Revision: 524522
URL: https://svnweb.freebsd.org/changeset/ports/524522

Log:
  - Update to 1.0.0

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

Modified: head/devel/R-cran-tidyselect/Makefile
==============================================================================
--- head/devel/R-cran-tidyselect/Makefile	Tue Jan 28 22:06:56 2020	(r524521)
+++ head/devel/R-cran-tidyselect/Makefile	Tue Jan 28 22:11:41 2020	(r524522)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tidyselect
-PORTVERSION=	0.2.5
-PORTREVISION=	2
+PORTVERSION=	1.0.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,10 +11,11 @@ COMMENT=	Select from a Set of Strings
 
 LICENSE=	GPLv3
 
-CRAN_DEPENDS=	R-cran-glue>=1.3.0:devel/R-cran-glue \
-		R-cran-purrr>0:devel/R-cran-purrr \
-		R-cran-rlang>=0.2.2:devel/R-cran-rlang \
-		R-cran-Rcpp>=0.12.0:devel/R-cran-Rcpp
+CRAN_DEPENDS=	R-cran-ellipsis>0:devel/R-cran-ellipsis \
+		R-cran-glue>=1.3.0:devel/R-cran-glue \
+		R-cran-purrr>=0.3.2:devel/R-cran-purrr \
+		R-cran-rlang>=0.4.3:devel/R-cran-rlang \
+		R-cran-vctrs>=0.2.2:devel/R-cran-vctrs
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 

Modified: head/devel/R-cran-tidyselect/distinfo
==============================================================================
--- head/devel/R-cran-tidyselect/distinfo	Tue Jan 28 22:06:56 2020	(r524521)
+++ head/devel/R-cran-tidyselect/distinfo	Tue Jan 28 22:11:41 2020	(r524522)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539331827
-SHA256 (tidyselect_0.2.5.tar.gz) = 5ce2e86230fa35cfc09aa71dcdd6e05e1554a5739c863ca354d241bfccb86c74
-SIZE (tidyselect_0.2.5.tar.gz) = 21883
+TIMESTAMP = 1580249385
+SHA256 (tidyselect_1.0.0.tar.gz) = fe761766d03af86d04da9a9a7800e9c8271d2cb067776cfb817d853725d59caf
+SIZE (tidyselect_1.0.0.tar.gz) = 151161



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