summaryrefslogtreecommitdiff
path: root/security/R-cran-digest/Makefile
diff options
context:
space:
mode:
authorZsolt Udvari <uzsolt@FreeBSD.org>2024-06-26 19:36:16 +0200
committerZsolt Udvari <uzsolt@FreeBSD.org>2024-06-26 19:36:16 +0200
commit17f150ca5c848e06bb7bad4e6ef3742b00b0669d (patch)
tree963865d8c4ea0ad6076d5f4fb73c4e6608c43334 /security/R-cran-digest/Makefile
parentdevel/R-cran-cli: update to 3.6.3 (diff)
security/R-cran-digest: update to 0.6.36
Add TEST_DEPENDS. Changelog: https://cran.r-project.org/web/packages/digest/ChangeLog
Diffstat (limited to 'security/R-cran-digest/Makefile')
-rw-r--r--security/R-cran-digest/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile
index 853035b837ea..51dcd6323d88 100644
--- a/security/R-cran-digest/Makefile
+++ b/security/R-cran-digest/Makefile
@@ -1,5 +1,5 @@
PORTNAME= digest
-DISTVERSION= 0.6.35
+DISTVERSION= 0.6.36
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -9,6 +9,8 @@ WWW= https://cran.r-project.org/web/packages/digest/
LICENSE= GPLv2+
+TEST_DEPENDS= R-cran-tinytest>0:devel/R-cran-tinytest
+
USES= compiler:c++17-lang cran:auto-plist,compiles
.include <bsd.port.mk>