diff options
author | tota <tota@FreeBSD.org> | 2017-05-07 14:47:47 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-07 14:47:47 +0800 |
commit | ea817e0530ec7dbb76e8343c0d929f5235141ca5 (patch) | |
tree | bdbcfc97bcf26accba2ef437e6d7f023f2b77408 /math | |
parent | ddd8d2a8bb1e13f091b0b8840f380af63f0876b4 (diff) | |
download | freebsd-ports-gnome-ea817e0530ec7dbb76e8343c0d929f5235141ca5.tar.gz freebsd-ports-gnome-ea817e0530ec7dbb76e8343c0d929f5235141ca5.tar.zst freebsd-ports-gnome-ea817e0530ec7dbb76e8343c0d929f5235141ca5.zip |
- Update to 1.1-13
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-lme4/Makefile | 6 | ||||
-rw-r--r-- | math/R-cran-lme4/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 3b70a74ba4af..f7ebf39d43b6 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lme4 -DISTVERSION= 1.1-12 +DISTVERSION= 1.1-13 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,12 @@ COMMENT= Linear mixed-effects models using Eigen and S4 LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ +CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ R-cran-nloptr>=1.0.4:math/R-cran-nloptr \ R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \ R-cran-RcppEigen>0:math/R-cran-RcppEigen +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo index 9f86f3f5116b..2326376bedb3 100644 --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468496661 -SHA256 (lme4_1.1-12.tar.gz) = 2976b567a4a2144814ff9db987b0aa55c16122c78ecb51b9e09b87fe66a1c048 -SIZE (lme4_1.1-12.tar.gz) = 3868402 +TIMESTAMP = 1494139061 +SHA256 (lme4_1.1-13.tar.gz) = 5fa8b63d15882d153ee105d399b559dd942d97b2e6e7deae3802f41cc451448e +SIZE (lme4_1.1-13.tar.gz) = 3624472 |