diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-10-15 04:49:01 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-10-15 04:49:01 +0000 |
commit | d212d59fdb3ccc65af89eb99944f58e8274faa08 (patch) | |
tree | 3ad43a1759b2a0774e9ff20bd4e3c4d31e550935 /science | |
parent | a917eac09bd73284ce468c66ad6c92fcb96b528d (diff) | |
download | ports-d212d59fdb3ccc65af89eb99944f58e8274faa08.tar.gz ports-d212d59fdb3ccc65af89eb99944f58e8274faa08.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/R-cran-Epi/Makefile | 12 | ||||
-rw-r--r-- | science/R-cran-Epi/distinfo | 5 |
2 files changed, 11 insertions, 6 deletions
diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 31cf952817f7..711db42f2b3b 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Epi -PORTVERSION= 2.0 +PORTVERSION= 2.7 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,10 +11,14 @@ COMMENT= Package for statistical analysis in epidemiology LICENSE= GPLv2 -RUN_DEPENDS= R-cran-cmprsk>0:science/R-cran-cmprsk \ +CRAN_DEPENDS= R-cran-cmprsk>0:science/R-cran-cmprsk \ R-cran-etm>0:science/R-cran-etm \ - R-cran-plyr>0:devel/R-cran-plyr + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-numDeriv>0:math/R-cran-numDeriv \ + R-cran-data.table>0:devel/R-cran-data.table +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/science/R-cran-Epi/distinfo b/science/R-cran-Epi/distinfo index b0a9dc2f754a..e17d7769590e 100644 --- a/science/R-cran-Epi/distinfo +++ b/science/R-cran-Epi/distinfo @@ -1,2 +1,3 @@ -SHA256 (Epi_2.0.tar.gz) = f56aaa3a74b113f7b798ab245868dce5b22a45c1990d0398295dfeb5e1a05011 -SIZE (Epi_2.0.tar.gz) = 1723643 +TIMESTAMP = 1475924124 +SHA256 (Epi_2.7.tar.gz) = 995d6bffd6d9044f3195d88d4cbc3778f5b1c09f18c5cbc83e153e937b9a815d +SIZE (Epi_2.7.tar.gz) = 1406079 |