Date: Tue, 10 Mar 2026 17:20:25 +0000 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: c8d9fe50e055 - main - textproc/R-cran-highr: Update to 0.12 Message-ID: <69b052d9.46e51.75c1a52f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8d9fe50e055e8c1567a1dc69293427af5653d51 commit c8d9fe50e055e8c1567a1dc69293427af5653d51 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2026-03-10 17:18:13 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2026-03-10 17:20:02 +0000 textproc/R-cran-highr: Update to 0.12 Add test dependencies. The port doesn't need compile so remove the build dependencies. Switch to DISTVERSION. Changelog: https://github.com/yihui/highr/releases/tag/v0.12 --- textproc/R-cran-highr/Makefile | 11 ++++++----- textproc/R-cran-highr/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/textproc/R-cran-highr/Makefile b/textproc/R-cran-highr/Makefile index 1c1f6f481f22..b2930b4e5115 100644 --- a/textproc/R-cran-highr/Makefile +++ b/textproc/R-cran-highr/Makefile @@ -1,7 +1,7 @@ PORTNAME= highr -PORTVERSION= 0.11 +DISTVERSION= 0.12 CATEGORIES= textproc -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Syntax Highlighting for R Source Code @@ -9,9 +9,10 @@ WWW= https://cran.r-project.org/web/packages/highr/ LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-xfun>=0.18:misc/R-cran-xfun -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= R-cran-xfun>=0.18:misc/R-cran-xfun +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ + R-cran-markdown>0:textproc/R-cran-markdown \ + R-cran-testit>0:devel/R-cran-testit USES= cran:auto-plist diff --git a/textproc/R-cran-highr/distinfo b/textproc/R-cran-highr/distinfo index 612c639ed4dd..fbebcde101b1 100644 --- a/textproc/R-cran-highr/distinfo +++ b/textproc/R-cran-highr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717350499 -SHA256 (highr_0.11.tar.gz) = e90d14284001963325a84a9dbeef029609d52515da8d65c87ae61be21b7fe0a7 -SIZE (highr_0.11.tar.gz) = 13851 +TIMESTAMP = 1773120448 +SHA256 (highr_0.12.tar.gz) = e8e1d6460022a9948799602d6b95dc78fbfa318ff6f0627e95c20b7190fc612b +SIZE (highr_0.12.tar.gz) = 13622home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b052d9.46e51.75c1a52f>
