mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
devel/R-cran-hardhat: Update to 1.3.1
- Switch to DISTVERSION - Define license file - Add test dependencies - Take maintainership ChangeLog: https://cran.r-project.org/web/packages/hardhat/news/news.html
This commit is contained in:
parent
b008ae57de
commit
691fc30adb
2 changed files with 8 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
PORTNAME= hardhat
|
PORTNAME= hardhat
|
||||||
PORTVERSION= 1.3.0
|
DISTVERSION= 1.3.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= eduardo@FreeBSD.org
|
||||||
COMMENT= Construct Modeling Packages
|
COMMENT= Construct Modeling Packages
|
||||||
WWW= https://cran.r-project.org/web/packages/hardhat/
|
WWW= https://cran.r-project.org/web/packages/hardhat/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
|
CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
|
||||||
R-cran-glue>=1.6.2:devel/R-cran-glue \
|
R-cran-glue>=1.6.2:devel/R-cran-glue \
|
||||||
|
@ -16,6 +17,8 @@ CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
|
||||||
R-cran-vctrs>=0.6.0:devel/R-cran-vctrs
|
R-cran-vctrs>=0.6.0:devel/R-cran-vctrs
|
||||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
TEST_DEPENDS= R-cran-recipes>0:math/R-cran-recipes \
|
||||||
|
R-cran-testthat>0:devel/R-cran-testthat
|
||||||
|
|
||||||
USES= cran:auto-plist
|
USES= cran:auto-plist
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1682395617
|
TIMESTAMP = 1706947159
|
||||||
SHA256 (hardhat_1.3.0.tar.gz) = fe9ff009e2ba6dd4d70cbb541430f88d85c0a28d6a1c2772e4910c79b81fe82e
|
SHA256 (hardhat_1.3.1.tar.gz) = 0ea674778656a00206a1e76cf09aabff4cc18df670e27b9304ae1ce0fdde1b6c
|
||||||
SIZE (hardhat_1.3.0.tar.gz) = 872416
|
SIZE (hardhat_1.3.1.tar.gz) = 610829
|
||||||
|
|
Loading…
Add table
Reference in a new issue