git: a65e42c478c6 - main - www/R-cran-shinyjs: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jun 2025 03:05:48 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a65e42c478c6d7007a2875b4b8e14f2cee17ab10 commit a65e42c478c6d7007a2875b4b8e14f2cee17ab10 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2025-06-04 03:05:02 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-06-04 03:05:37 +0000 www/R-cran-shinyjs: Take maintainership Pet portfmt. --- www/R-cran-shinyjs/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/R-cran-shinyjs/Makefile b/www/R-cran-shinyjs/Makefile index 2661a2966106..c670f71fca71 100644 --- a/www/R-cran-shinyjs/Makefile +++ b/www/R-cran-shinyjs/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.1.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Easily Improve the User Experience of Your Shiny Apps in Seconds WWW= https://deanattali.com/shinyjs/ @@ -11,13 +11,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr -RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ - R-cran-digest>=0.6.8:security/R-cran-digest \ +RUN_DEPENDS= R-cran-digest>=0.6.8:security/R-cran-digest \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-shiny>=1.0.0:www/R-cran-shiny -TEST_DEPENDS= R-cran-testthat>=0.9.1:devel/R-cran-testthat \ +TEST_DEPENDS= R-cran-htmltools>=0.2.9:textproc/R-cran-htmltools \ R-cran-knitr>=1.7:print/R-cran-knitr \ - R-cran-htmltools>=0.2.9:textproc/R-cran-htmltools \ - R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-testthat>=0.9.1:devel/R-cran-testthat USES= cran:auto-plist