forked from Lainports/freebsd-ports
math/R-cran-psych: Update to 2.4.6.26
Add new dependencies. Add TEST_DEPENDS variable. Add license information. Switch to DISTVERSION. Changelog: https://cran.r-project.org/web/packages/psych/news.html PR: 282321 Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
c9180446a5
commit
db845ebc69
2 changed files with 16 additions and 6 deletions
|
|
@ -1,13 +1,22 @@
|
||||||
PORTNAME= psych
|
PORTNAME= psych
|
||||||
PORTVERSION= 1.2.1
|
DISTVERSION= 2.4.6.26
|
||||||
PORTREVISION= 13
|
|
||||||
CATEGORIES= math science
|
CATEGORIES= math science
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
MAINTAINER= drue@therub.org
|
MAINTAINER= drue@therub.org
|
||||||
COMMENT= Psych package for the R project
|
COMMENT= Psych package for the R project
|
||||||
WWW= https://cran.r-project.org/web/packages/psych/index.html
|
WWW= https://cran.r-project.org/web/packages/psych/index.html
|
||||||
|
|
||||||
USES= cran:auto-plist
|
LICENSE= GPLv2 GPLv3
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
CRAN_DEPENDS= R-cran-GPArotation>0:math/R-cran-GPArotation \
|
||||||
|
R-cran-mnormt>0:math/R-cran-mnormt
|
||||||
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
|
||||||
|
R-cran-testthat>0:devel/R-cran-testthat
|
||||||
|
|
||||||
|
USES= cran:auto-plist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (psych_1.2.1.tar.gz) = df1560859e98d862eed66f7e88a4178a757983becaefd17adeec13fc6d9b6e4d
|
TIMESTAMP = 1727892125
|
||||||
SIZE (psych_1.2.1.tar.gz) = 1939946
|
SHA256 (psych_2.4.6.26.tar.gz) = 2d191a95e0107a7f402a17729916099dff201d20c4435f8bf43e6e8a2fbbd2be
|
||||||
|
SIZE (psych_2.4.6.26.tar.gz) = 1312211
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue