Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 11:54:26 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: df3b1d8ee117 - main - devel/R-cran-purrr: Update to 1.0.1
Message-ID:  <202305021154.342BsQjb024473@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=df3b1d8ee117819a9673a36886368986a308ff87

commit df3b1d8ee117819a9673a36886368986a308ff87
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-04-25 04:30:47 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-05-02 11:54:05 +0000

    devel/R-cran-purrr: Update to 1.0.1
    
    - Update to 1.0.1
    - Update LICENSE
    - Drop maintainership
---
 devel/R-cran-purrr/Makefile | 15 ++++++++-------
 devel/R-cran-purrr/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/devel/R-cran-purrr/Makefile b/devel/R-cran-purrr/Makefile
index 281d0acebd79..2927befe237a 100644
--- a/devel/R-cran-purrr/Makefile
+++ b/devel/R-cran-purrr/Makefile
@@ -1,18 +1,19 @@
 PORTNAME=	purrr
-PORTVERSION=	0.3.4
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	tota@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Functional Programming Tools
 WWW=		https://cran.r-project.org/web/packages/purrr/
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	MIT
 
-CRAN_DEPENDS=	R-cran-magrittr>=1.5:devel/R-cran-magrittr \
-		R-cran-rlang>=0.3.1:devel/R-cran-rlang
+CRAN_DEPENDS=	R-cran-cli>=3.4.0:devel/R-cran-cli \
+		R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \
+		R-cran-magrittr>=1.5.0:devel/R-cran-magrittr \
+		R-cran-rlang>=0.4.10:devel/R-cran-rlang \
+		R-cran-vctrs>=0.5.0:devel/R-cran-vctrs
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
 
diff --git a/devel/R-cran-purrr/distinfo b/devel/R-cran-purrr/distinfo
index 44976c8265be..fa8fd76ce914 100644
--- a/devel/R-cran-purrr/distinfo
+++ b/devel/R-cran-purrr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587200023
-SHA256 (purrr_0.3.4.tar.gz) = 23ebc93bc9aed9e7575e8eb9683ff4acc0270ef7d6436cc2ef4236a9734840b2
-SIZE (purrr_0.3.4.tar.gz) = 375062
+TIMESTAMP = 1682397040
+SHA256 (purrr_1.0.1.tar.gz) = 0a7911be3539355a4c40d136f2602befcaaad5a3f7222078500bfb969a6f2ba2
+SIZE (purrr_1.0.1.tar.gz) = 220628



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