diff options
author | tota <tota@FreeBSD.org> | 2015-12-06 18:01:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-12-06 18:01:49 +0800 |
commit | 87494a909bf972a7079f85097b0fa44e1c013097 (patch) | |
tree | 12461199181f759e68c01d096c0c2e08ac08dc32 /math | |
parent | 2d88bbd881efe8d19551d7b411e49f806e4ed36f (diff) | |
download | freebsd-ports-gnome-87494a909bf972a7079f85097b0fa44e1c013097.tar.gz freebsd-ports-gnome-87494a909bf972a7079f85097b0fa44e1c013097.tar.zst freebsd-ports-gnome-87494a909bf972a7079f85097b0fa44e1c013097.zip |
- Update to 0.5-88
- Update WWW in pkg-descr
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-spdep/Makefile | 9 | ||||
-rw-r--r-- | math/R-cran-spdep/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-spdep/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 4deca8adcd39..e85af3c4237e 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-74 -PORTREVISION= 1 +DISTVERSION= 0.5-88 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,10 +12,10 @@ COMMENT= Spatial dependence: weighting schemes, statistics, and models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ +RUN_DEPENDS= R-cran-sp>=1.0:${PORTSDIR}/math/R-cran-sp \ + R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes \ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \ - R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \ - R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes + R-cran-coda>0:${PORTSDIR}/math/R-cran-coda USES= cran:auto-plist diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index 45dfe3c5a12a..983d2aef27d0 100644 --- a/math/R-cran-spdep/distinfo +++ b/math/R-cran-spdep/distinfo @@ -1,2 +1,2 @@ -SHA256 (spdep_0.5-74.tar.gz) = 0550eac3cdfcef8e94a3eda8dc9d615644323f7e0ef4af246736ba76ca852a39 -SIZE (spdep_0.5-74.tar.gz) = 3148843 +SHA256 (spdep_0.5-88.tar.gz) = b64f75bf8843cd0140e9e75233a90f0b8e4e758ed27e73323fb88b43dcea4bd4 +SIZE (spdep_0.5-88.tar.gz) = 3213832 diff --git a/math/R-cran-spdep/pkg-descr b/math/R-cran-spdep/pkg-descr index fbc4cc78be93..8ce2dec81774 100644 --- a/math/R-cran-spdep/pkg-descr +++ b/math/R-cran-spdep/pkg-descr @@ -14,4 +14,4 @@ unweighted SAR and CAR spatial regression models, semi-parametric and Moran eigenvector spatial filtering, GM SAR error models, and generalized spatial two stage least squares models. -WWW: http://cran.r-project.org/web/packages/spdep/ +WWW: https://cran.r-project.org/web/packages/spdep/ |