diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-10-08 22:34:35 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-10-08 22:34:35 +0000 |
commit | 0de5502268917ab02bd093abd791684386387b5f (patch) | |
tree | 23da9419e9bc64356b782bf75e83e77a3ba464f1 /math/R-cran-spdep | |
parent | 21886bf260b6a40c19c7d6ce934e8631d326c265 (diff) |
Notes
Diffstat (limited to 'math/R-cran-spdep')
-rw-r--r-- | math/R-cran-spdep/Makefile | 8 | ||||
-rw-r--r-- | math/R-cran-spdep/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 7adbd440154f..6c88ef3a6f8e 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.6-6 +DISTVERSION= 0.6-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,12 +11,14 @@ COMMENT= Spatial dependence: weighting schemes, statistics, and models LICENSE= GPLv2+ -LIB_DEPENDS= libopenblasp.so:math/openblas -RUN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \ +CRAN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \ R-cran-LearnBayes>0:math/R-cran-LearnBayes \ R-cran-deldir>0:math/R-cran-deldir \ R-cran-coda>0:math/R-cran-coda \ R-cran-gmodels>0:devel/R-cran-gmodels +LIB_DEPENDS= libopenblasp.so:math/openblas +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index 57c84265c174..01c8b4150b45 100644 --- a/math/R-cran-spdep/distinfo +++ b/math/R-cran-spdep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469948435 -SHA256 (spdep_0.6-6.tar.gz) = 75ab5f97a573c2f8f6fd40a70b5ea1325ebce1b343854d2738cf5202b829e56c -SIZE (spdep_0.6-6.tar.gz) = 3266338 +TIMESTAMP = 1475913013 +SHA256 (spdep_0.6-8.tar.gz) = 69c2b826f964ee99076cd40bd5f8a0240d89cba651101a8316b5d77f15ed9677 +SIZE (spdep_0.6-8.tar.gz) = 3281135 |