Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2026 03:17:17 +0000
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21601bb73455 - main - textproc/R-cran-rex: Update to 1.2.2
Message-ID:  <69cb3cbd.3108c.4112f9c3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21601bb7345509eb7709a65eea61c9b7d9df8255

commit 21601bb7345509eb7709a65eea61c9b7d9df8255
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2026-03-31 03:12:28 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2026-03-31 03:17:04 +0000

    textproc/R-cran-rex: Update to 1.2.2
    
    Remove build dependency because this port doesn't need compilation.
    Update run and test dependencies.
    Pet portlint.
    Change WWW to canonical form.
    Improve pkg-descr.
    
    Changelog: https://cran.r-project.org/web/packages/rex/news/news.html
---
 textproc/R-cran-rex/Makefile  | 22 ++++++++++------------
 textproc/R-cran-rex/distinfo  |  6 +++---
 textproc/R-cran-rex/pkg-descr |  4 ++++
 3 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/textproc/R-cran-rex/Makefile b/textproc/R-cran-rex/Makefile
index fb8746e57bca..37be93d58fc2 100644
--- a/textproc/R-cran-rex/Makefile
+++ b/textproc/R-cran-rex/Makefile
@@ -1,29 +1,27 @@
 PORTNAME=	rex
-DISTVERSION=	1.2.1
-PORTREVISION=	1
+DISTVERSION=	1.2.2
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	uzsolt@FreeBSD.org
 COMMENT=	Friendly Regular Expressions
-WWW=		https://github.com/kevinushey/rex
+WWW=		https://cran.r-project.org/package=rex
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
-RUN_DEPENDS=	R-cran-lazyeval>0:math/R-cran-lazyeval
-TEST_DEPENDS=	R-cran-Hmisc>0:devel/R-cran-Hmisc \
-		R-cran-covr>0:devel/R-cran-covr \
-		R-cran-magrittr>0:devel/R-cran-magrittr \
-		R-cran-roxygen2>0:devel/R-cran-roxygen2 \
-		R-cran-testthat>0:devel/R-cran-testthat \
-		R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+RUN_DEPENDS=	R-cran-withr>0:devel/R-cran-withr
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
 		R-cran-dplyr>0:math/R-cran-dplyr \
+		R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+		R-cran-Hmisc>0:devel/R-cran-Hmisc \
 		R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-magrittr>0:devel/R-cran-magrittr \
 		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
+		R-cran-roxygen2>0:devel/R-cran-roxygen2 \
+		R-cran-rvest>0:www/R-cran-rvest \
 		R-cran-stringr>0:textproc/R-cran-stringr \
-		R-cran-rvest>0:www/R-cran-rvest
+		R-cran-testthat>0:devel/R-cran-testthat
 
 USES=		cran:auto-plist
 
diff --git a/textproc/R-cran-rex/distinfo b/textproc/R-cran-rex/distinfo
index 8ac37cf08c70..1079601c0233 100644
--- a/textproc/R-cran-rex/distinfo
+++ b/textproc/R-cran-rex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638243081
-SHA256 (rex_1.2.1.tar.gz) = af42e649c06e4bbdba94d5a1870a7e8347903571c90cd5e5ca40f52307a3bfd6
-SIZE (rex_1.2.1.tar.gz) = 93583
+TIMESTAMP = 1774880313
+SHA256 (rex_1.2.2.tar.gz) = 5c6a6f9bc45507038ae528e71a7f6cd69a77c24c2fed86383a34fd5c86c2ee48
+SIZE (rex_1.2.2.tar.gz) = 91288
diff --git a/textproc/R-cran-rex/pkg-descr b/textproc/R-cran-rex/pkg-descr
index 20bccce95ce0..e591fa72b2bd 100644
--- a/textproc/R-cran-rex/pkg-descr
+++ b/textproc/R-cran-rex/pkg-descr
@@ -1 +1,5 @@
 A friendly interface for the construction of regular expressions.
+
+Regular expressions are very powerful feature, however they are often difficult
+to interpret. Rex allows you to build complex regular expressions from human
+readable expressions.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cb3cbd.3108c.4112f9c3>