summaryrefslogtreecommitdiff
path: root/security/R-cran-digest/Makefile
diff options
context:
space:
mode:
authorZsolt Udvari <uzsolt@FreeBSD.org>2024-03-17 06:56:26 +0100
committerZsolt Udvari <uzsolt@FreeBSD.org>2024-03-17 06:57:35 +0100
commit65714a2857fc603ff0f9fe6d1a8760f237cc22bd (patch)
tree22ef2115d47f15c1af301d2dc210f8553e5990f7 /security/R-cran-digest/Makefile
parentdeskutils/qownnotes: update QOwnNotes to version 24.3.3. (diff)
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
Diffstat (limited to 'security/R-cran-digest/Makefile')
-rw-r--r--security/R-cran-digest/Makefile4
1 files changed, 2 insertions, 2 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>