Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 15:36:29 GMT
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: 4c8081afe029 - main - textproc/R-cran-stringi: update to 1.8.3
Message-ID:  <202403021536.422FaTJD016571@gitrepo.freebsd.org>

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

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

commit 4c8081afe029a8af6f0b1e67729157e2a79dbe9a
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-03-02 15:34:43 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-03-02 15:36:21 +0000

    textproc/R-cran-stringi: update to 1.8.3
    
    Fix compiler option.
    Changelog: https://cran.r-project.org/web/packages/stringi/NEWS
    
    Approved by:    bofh (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43896
---
 textproc/R-cran-stringi/Makefile | 4 ++--
 textproc/R-cran-stringi/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/R-cran-stringi/Makefile b/textproc/R-cran-stringi/Makefile
index 8f2cf8820c83..8c88db00e1a1 100644
--- a/textproc/R-cran-stringi/Makefile
+++ b/textproc/R-cran-stringi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	stringi
-DISTVERSION=	1.8.2
+DISTVERSION=	1.8.3
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,6 +11,6 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libicui18n.so:devel/icu
 
-USES=		compiler:c++11-lang cran:auto-plist,compiles pkgconfig:build
+USES=		compiler:c++17-lang cran:auto-plist,compiles pkgconfig:build
 
 .include <bsd.port.mk>
diff --git a/textproc/R-cran-stringi/distinfo b/textproc/R-cran-stringi/distinfo
index e5c29e091c2c..291093195479 100644
--- a/textproc/R-cran-stringi/distinfo
+++ b/textproc/R-cran-stringi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701863342
-SHA256 (stringi_1.8.2.tar.gz) = 6ad0223037ab7c540c0046b6f53e7bba0bde1221eac814db9d1766405feaa72d
-SIZE (stringi_1.8.2.tar.gz) = 11917663
+TIMESTAMP = 1707938193
+SHA256 (stringi_1.8.3.tar.gz) = 1602be8edd1dd8ac5a836f4077cbc9d6a312ca4b2c594a0486370e8c1e314925
+SIZE (stringi_1.8.3.tar.gz) = 11917752



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