diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-05-07 17:38:53 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-05-07 17:49:25 +0000 |
commit | da15d982009cb8e186bc43f2bc3d065f3668dbd0 (patch) | |
tree | 35a65e8bd5e875b13961f80ed45dd9a81a25c984 | |
parent | databases/R-cran-RSQLite: update to version 2.2.14 (diff) |
devel/R-cran-gsubfn: upgrade to version 0.7
Changes:
* transform2 added
-rw-r--r-- | devel/R-cran-gsubfn/Makefile | 10 | ||||
-rw-r--r-- | devel/R-cran-gsubfn/distinfo | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/R-cran-gsubfn/Makefile b/devel/R-cran-gsubfn/Makefile index 1986e279b42f..09a0087b6c52 100644 --- a/devel/R-cran-gsubfn/Makefile +++ b/devel/R-cran-gsubfn/Makefile @@ -1,17 +1,19 @@ # Created by: Steven Kreuzer <skreuzer@FreeBSD.org> PORTNAME= gsubfn -DISTVERSION= 0.6-5 -PORTREVISION= 10 +DISTVERSION= 0.7 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= R package used for string matching, substitution and parsing -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto +CRAN_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/devel/R-cran-gsubfn/distinfo b/devel/R-cran-gsubfn/distinfo index dad66dba14c3..57f698076399 100644 --- a/devel/R-cran-gsubfn/distinfo +++ b/devel/R-cran-gsubfn/distinfo @@ -1,2 +1,3 @@ -SHA256 (gsubfn_0.6-5.tar.gz) = 9a7b51ae6aabd1c99e8633d3dc75232d8c4a175df750c7d1c359bd0f5fc197be -SIZE (gsubfn_0.6-5.tar.gz) = 619921 +TIMESTAMP = 1651944990 +SHA256 (gsubfn_0.7.tar.gz) = 89351df9e65722d2862f26a0a3985666de3c86e8400808ced8a6eb6e165a4602 +SIZE (gsubfn_0.7.tar.gz) = 311271 |