diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-10 07:11:31 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-10 07:11:31 +0000 |
commit | fa1b5ee19f95d727ca291f4a5fdfa98b63c883bd (patch) | |
tree | 14ab8d6cf50853a0689f918698e59a795eb38410 /math | |
parent | 3f87d950c12c8bf7de3c3cf8d705efb88b8a9f06 (diff) | |
download | ports-fa1b5ee19f95d727ca291f4a5fdfa98b63c883bd.tar.gz ports-fa1b5ee19f95d727ca291f4a5fdfa98b63c883bd.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-quantreg/Makefile | 8 | ||||
-rw-r--r-- | math/R-cran-quantreg/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/R-cran-quantreg/Makefile b/math/R-cran-quantreg/Makefile index 7c8e4ca0000c..7421c872d32c 100644 --- a/math/R-cran-quantreg/Makefile +++ b/math/R-cran-quantreg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantreg -PORTVERSION= 5.26 +PORTVERSION= 5.29 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,9 +11,11 @@ COMMENT= Quantile Regression LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-SparseM>0:math/R-cran-SparseM \ +CRAN_DEPENDS= R-cran-SparseM>0:math/R-cran-SparseM \ R-cran-MatrixModels>0:math/R-cran-MatrixModels +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-quantreg/distinfo b/math/R-cran-quantreg/distinfo index 83a3fc1be930..f762fb45a169 100644 --- a/math/R-cran-quantreg/distinfo +++ b/math/R-cran-quantreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465514094 -SHA256 (quantreg_5.26.tar.gz) = 9d7403f7c5ee219ec155838648401a1c4915a46a74f5774a0f6876c537ef2c87 -SIZE (quantreg_5.26.tar.gz) = 1720216 +TIMESTAMP = 1473069919 +SHA256 (quantreg_5.29.tar.gz) = bb4638e8f295579afa5c40c4de7266a6ea9221436ba4ca802f94cdb43bf20f25 +SIZE (quantreg_5.29.tar.gz) = 1722772 |