git: 4b787a23e373 - main - math/R-cran-gtable: Update to 0.3.3

From: TAKATSU Tomonari <tota_at_FreeBSD.org>
Date: Fri, 05 May 2023 15:23:24 UTC
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b787a23e3733fa932f578ab65388cf8a2d5c969

commit 4b787a23e3733fa932f578ab65388cf8a2d5c969
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-04-26 01:56:53 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-05-05 15:01:15 +0000

    math/R-cran-gtable: Update to 0.3.3
    
    - Update to 0.3.3
    - Update pkg-descr
    - Drop maintainership
---
 math/R-cran-gtable/Makefile  | 14 ++++++++++----
 math/R-cran-gtable/distinfo  |  6 +++---
 math/R-cran-gtable/pkg-descr |  6 +++++-
 3 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile
index 558be9e5ee1f..e63a1ae97c3d 100644
--- a/math/R-cran-gtable/Makefile
+++ b/math/R-cran-gtable/Makefile
@@ -1,15 +1,21 @@
 PORTNAME=	gtable
-PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTVERSION=	0.3.3
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	tota@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Arrange grobs in tables
 WWW=		https://cran.r-project.org/web/packages/gtable/
 
 LICENSE=	MIT
 
-USES=	cran:auto-plist
+CRAN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
+		R-cran-glue>0:devel/R-cran-glue \
+		R-cran-lifecycle>0:devel/R-cran-lifecycle \
+		R-cran-rlang>=1.1.0:devel/R-cran-rlang
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
 
 .include <bsd.port.mk>
diff --git a/math/R-cran-gtable/distinfo b/math/R-cran-gtable/distinfo
index 361be2ab3994..0778fc313750 100644
--- a/math/R-cran-gtable/distinfo
+++ b/math/R-cran-gtable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662860127
-SHA256 (gtable_0.3.1.tar.gz) = 8bd62c5722d5188914d667cabab12991c555f657f4f5ce7b547571ae3aec7cb5
-SIZE (gtable_0.3.1.tar.gz) = 92733
+TIMESTAMP = 1682473910
+SHA256 (gtable_0.3.3.tar.gz) = 2f9a58d978e2a487b7fd8841539ea33cf948e55ddf6f7a9bd2dd3362600a7b3a
+SIZE (gtable_0.3.3.tar.gz) = 130057
diff --git a/math/R-cran-gtable/pkg-descr b/math/R-cran-gtable/pkg-descr
index 13d21295c449..fc7ebd36f731 100644
--- a/math/R-cran-gtable/pkg-descr
+++ b/math/R-cran-gtable/pkg-descr
@@ -1 +1,5 @@
-Tools to make it easier to work with "tables" of grobs.
+Tools to make it easier to work with "tables" of 'grobs'. The
+'gtable' package defines a 'gtable' grob class that specifies a
+grid along with a list of grobs and their placement in the grid.
+Further the package makes it easy to manipulate and combine 'gtable'
+objects so that complex compositions can be built up sequentially.