Date: Fri, 20 Sep 2024 11:08:17 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: ecf3fdf3449e - main - textproc/R-cran-hunspell: Update to 3.0.4 Message-ID: <202409201108.48KB8HlB053735@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=ecf3fdf3449e423d3d5766b5aeaad727d5415a00 commit ecf3fdf3449e423d3d5766b5aeaad727d5415a00 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-09-20 11:07:09 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-20 11:08:04 +0000 textproc/R-cran-hunspell: Update to 3.0.4 Remove BUILD_DEPENDS. Add TESTING_UNSAFE. Changelog: https://cran.r-project.org/web/packages/hunspell/NEWS --- textproc/R-cran-hunspell/Makefile | 17 +++++++++-------- textproc/R-cran-hunspell/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/textproc/R-cran-hunspell/Makefile b/textproc/R-cran-hunspell/Makefile index b611bfa0333d..b507d0ec9725 100644 --- a/textproc/R-cran-hunspell/Makefile +++ b/textproc/R-cran-hunspell/Makefile @@ -1,6 +1,5 @@ PORTNAME= hunspell -DISTVERSION= 3.0.2 -PORTREVISION= 1 +DISTVERSION= 3.0.4 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,14 +10,16 @@ WWW= https://docs.ropensci.org/hunspell/ LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual -BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr -RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ - R-cran-digest>0:security/R-cran-digest -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ - R-cran-knitr>0:print/R-cran-knitr \ +RUN_DEPENDS= R-cran-digest>0:security/R-cran-digest \ + R-cran-Rcpp>0:devel/R-cran-Rcpp +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ - R-cran-spelling>0:textproc/R-cran-spelling + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles +# Some test fails (missing R packages) but the examples in the manual work well. +TESTING_UNSAFE= yes + .include <bsd.port.mk> diff --git a/textproc/R-cran-hunspell/distinfo b/textproc/R-cran-hunspell/distinfo index 35968a25425f..0dcce3164ed9 100644 --- a/textproc/R-cran-hunspell/distinfo +++ b/textproc/R-cran-hunspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662337837 -SHA256 (hunspell_3.0.2.tar.gz) = 5ea25955f76cc275e56424c8ac0700d1cb1f5c21c7f8d61c25fa740d731a324e -SIZE (hunspell_3.0.2.tar.gz) = 3210562 +TIMESTAMP = 1726811883 +SHA256 (hunspell_3.0.4.tar.gz) = 9b77e69e98ddb63fcfbc45a1b267bf406d1eef15ec5a94d68098c419bddc79fb +SIZE (hunspell_3.0.4.tar.gz) = 3214210
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409201108.48KB8HlB053735>