Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2024 18:49:19 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: b1ee3a5e313d - main - textproc/R-cran-tth: update to 4.16-0
Message-ID:  <202406021849.452InJBp048124@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=b1ee3a5e313dec327503ecdaed26caf28c11971b

commit b1ee3a5e313dec327503ecdaed26caf28c11971b
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-06-02 18:45:59 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-06-02 18:45:59 +0000

    textproc/R-cran-tth: update to 4.16-0
    
    Add compiler:c++17-lang to USES.
    Changelog: https://cran.r-project.org/web/packages/tth/news/news.html
    
    Approved by:    bofh (implicit), diizz (implicit)
---
 textproc/R-cran-tth/Makefile | 4 ++--
 textproc/R-cran-tth/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/R-cran-tth/Makefile b/textproc/R-cran-tth/Makefile
index 3501f7d52ca8..0673f0456a9d 100644
--- a/textproc/R-cran-tth/Makefile
+++ b/textproc/R-cran-tth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tth
-DISTVERSION=	4.12-0-1
+DISTVERSION=	4.16-0
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -9,7 +9,7 @@ WWW=		https://cran.r-project.org/web/packages/tth/
 
 LICENSE=	GPLv2
 
-USES=		cran:auto-plist,compiles
+USES=		compiler:c++17-lang cran:auto-plist,compiles
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/tth/libs/tth
diff --git a/textproc/R-cran-tth/distinfo b/textproc/R-cran-tth/distinfo
index f5c4fb5c7390..7539f9758ab7 100644
--- a/textproc/R-cran-tth/distinfo
+++ b/textproc/R-cran-tth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712664269
-SHA256 (tth_4.12-0-1.tar.gz) = a183e1c5fee82d115796edf35dbf233d539aa0a57cb6f61ea002a2ae5328b369
-SIZE (tth_4.12-0-1.tar.gz) = 566998
+TIMESTAMP = 1717353726
+SHA256 (tth_4.16-0.tar.gz) = ee3343410087c267f4cfc9c609b350b826d249a306298b4596db72a39c7fadf9
+SIZE (tth_4.16-0.tar.gz) = 595580



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