Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 05:58:22 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: 65714a2857fc - main - security/R-cran-digest: update to 0.6.35
Message-ID:  <202403170558.42H5wMgp048059@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=65714a2857fc603ff0f9fe6d1a8760f237cc22bd

commit 65714a2857fc603ff0f9fe6d1a8760f237cc22bd
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-03-17 05:56:26 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-03-17 05:57:35 +0000

    security/R-cran-digest: update to 0.6.35
    
    Determine compiler being used.
    Changelog: https://cran.r-project.org/web/packages/digest/ChangeLog
    
    Approved by:    bofh (mentor)
    Differential Revision:  https://reviews.freebsd.org/D44390
---
 security/R-cran-digest/Makefile | 4 ++--
 security/R-cran-digest/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile
index 539e91e8de15..853035b837ea 100644
--- a/security/R-cran-digest/Makefile
+++ b/security/R-cran-digest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	digest
-DISTVERSION=	0.6.34
+DISTVERSION=	0.6.35
 CATEGORIES=	security
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -9,6 +9,6 @@ WWW=		https://cran.r-project.org/web/packages/digest/
 
 LICENSE=	GPLv2+
 
-USES=		cran:auto-plist,compiles
+USES=		compiler:c++17-lang cran:auto-plist,compiles
 
 .include <bsd.port.mk>
diff --git a/security/R-cran-digest/distinfo b/security/R-cran-digest/distinfo
index 4cbc8b42835c..9f157251ecd6 100644
--- a/security/R-cran-digest/distinfo
+++ b/security/R-cran-digest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707936289
-SHA256 (digest_0.6.34.tar.gz) = 0b737552932f165d4158ac94631f90abfb02c510df14577d7aa900c8fd3d44d9
-SIZE (digest_0.6.34.tar.gz) = 178159
+TIMESTAMP = 1710531698
+SHA256 (digest_0.6.35.tar.gz) = cc333fbb05059c4973d0ca5d0f1322c812943d81cdbfa18455f72267abd8781f
+SIZE (digest_0.6.35.tar.gz) = 230386



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