diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-02-22 14:09:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-02-22 14:09:16 +0000 |
commit | 9c139e586b354bbebcd5fef2b569228e36f2e361 (patch) | |
tree | 19d087d46c161e76cd0c366e3fe49d1c271be82e /math | |
parent | ebc9d2ab49dc2716ada6416beaba78cc69a0bd5c (diff) | |
download | ports-9c139e586b354bbebcd5fef2b569228e36f2e361.tar.gz ports-9c139e586b354bbebcd5fef2b569228e36f2e361.zip |
- Update to 1.3.1
- Add missing DEPENDS
Notes
Notes:
svn path=/head/; revision=526777
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-geepack/Makefile | 8 | ||||
-rw-r--r-- | math/R-cran-geepack/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/math/R-cran-geepack/Makefile b/math/R-cran-geepack/Makefile index 572a4ab3c297..9f36a28ffcf3 100644 --- a/math/R-cran-geepack/Makefile +++ b/math/R-cran-geepack/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geepack -PORTREVISION= 4 -DISTVERSION= 1.2-1 +DISTVERSION= 1.3-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +11,11 @@ COMMENT= Generalized Estimating Equation Package LICENSE= GPLv3 +CRAN_DEPENDS= R-cran-broom>=0:devel/R-cran-broom \ + R-cran-magrittr>=0:devel/R-cran-magrittr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-geepack/distinfo b/math/R-cran-geepack/distinfo index beaef6f05350..2f325da3cb47 100644 --- a/math/R-cran-geepack/distinfo +++ b/math/R-cran-geepack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474932405 -SHA256 (geepack_1.2-1.tar.gz) = 7effe67381129a48154c445704490ea3b5f2e1adedb66cb65f61369dd1f8d38d -SIZE (geepack_1.2-1.tar.gz) = 213985 +TIMESTAMP = 1582375735 +SHA256 (geepack_1.3-1.tar.gz) = 823153ca28e1a8bd8a45de778279480c1c35e063d62c8955b6cea1602f28d6df +SIZE (geepack_1.3-1.tar.gz) = 268997 |