diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-03-16 12:12:54 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-03-16 12:12:54 +0000 |
commit | 4cd40d8e2a132cc4f4e359222bda8e354717c56c (patch) | |
tree | e516c196a84376533f1d878f5d6343c3c004d060 | |
parent | b86d2f45ea211ad9c6a6a6001ea11c060a70c06e (diff) | |
download | ports-4cd40d8e2a132cc4f4e359222bda8e354717c56c.tar.gz ports-4cd40d8e2a132cc4f4e359222bda8e354717c56c.zip |
Notes
-rw-r--r-- | science/R-cran-e1071/Makefile | 6 | ||||
-rw-r--r-- | science/R-cran-e1071/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile index 264cfa66b2e2..b929a07f3ef9 100644 --- a/science/R-cran-e1071/Makefile +++ b/science/R-cran-e1071/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e1071 -DISTVERSION= 1.7-4 +DISTVERSION= 1.7-5 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,10 @@ COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien LICENSE= GPLv2+ +CRAN_DEPENDS= R-cran-proxy>0:math/R-cran-proxy +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/science/R-cran-e1071/distinfo b/science/R-cran-e1071/distinfo index 276b476ebd43..df46d6869217 100644 --- a/science/R-cran-e1071/distinfo +++ b/science/R-cran-e1071/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602943539 -SHA256 (e1071_1.7-4.tar.gz) = e6ab871b06f500dc65f8f781cc7253f43179698784c06dab040b4aa6592f2309 -SIZE (e1071_1.7-4.tar.gz) = 577678 +TIMESTAMP = 1615894862 +SHA256 (e1071_1.7-5.tar.gz) = 877077460eac423ec1019d1efc18a95152aff1e33e1446a58e3a413d79153aab +SIZE (e1071_1.7-5.tar.gz) = 580526 |