Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2021 17:58:33 GMT
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 098297066778 - main - devel/R-cran-tidyselect: Update to 1.1.1
Message-ID:  <202104301758.13UHwXx9018859@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=098297066778a7368f2862883bc097c37e2d50af

commit 098297066778a7368f2862883bc097c37e2d50af
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2021-04-30 11:00:00 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2021-04-30 17:57:30 +0000

    devel/R-cran-tidyselect: Update to 1.1.1
    
    - Update to 1.1.1
    - Change LICENSE to MIT
---
 devel/R-cran-tidyselect/Makefile | 6 +++---
 devel/R-cran-tidyselect/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/R-cran-tidyselect/Makefile b/devel/R-cran-tidyselect/Makefile
index d552ff25da73..6c5961ab7602 100644
--- a/devel/R-cran-tidyselect/Makefile
+++ b/devel/R-cran-tidyselect/Makefile
@@ -1,20 +1,20 @@
 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
 
 PORTNAME=	tidyselect
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Select from a Set of Strings
 
-LICENSE=	GPLv3
+LICENSE=	MIT
 
 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.6:devel/R-cran-rlang \
-		R-cran-vctrs>=0.2.2:devel/R-cran-vctrs
+		R-cran-vctrs>=0.3.0:devel/R-cran-vctrs
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 
diff --git a/devel/R-cran-tidyselect/distinfo b/devel/R-cran-tidyselect/distinfo
index 8cf57da11c98..d3f5a1a0f43c 100644
--- a/devel/R-cran-tidyselect/distinfo
+++ b/devel/R-cran-tidyselect/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589360175
-SHA256 (tidyselect_1.1.0.tar.gz) = e635ed381fb53f7a53c3fa36bb33e134a3273d272367de2a8d909c821be93893
-SIZE (tidyselect_1.1.0.tar.gz) = 90842
+TIMESTAMP = 1619780333
+SHA256 (tidyselect_1.1.1.tar.gz) = 18eb6a6746196a81ce19ee6cbf1db0c33f494177b97e2419312ef25a00ae486b
+SIZE (tidyselect_1.1.1.tar.gz) = 92088



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