diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2022-01-28 02:20:42 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2022-01-29 10:42:32 +0000 |
commit | b1e9ea1d07a4006148082fd3375bde94f6f6f3a6 (patch) | |
tree | ef8afef088271f23687548796c34f68f0853fb4b | |
parent | security/botan2: Update to 2.19.1 and drop maintainership (diff) |
math/R-cran-nloptr: Update to 2.0.0
-rw-r--r-- | math/R-cran-nloptr/Makefile | 3 | ||||
-rw-r--r-- | math/R-cran-nloptr/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/R-cran-nloptr/Makefile b/math/R-cran-nloptr/Makefile index d6ed2856797d..926232ca1170 100644 --- a/math/R-cran-nloptr/Makefile +++ b/math/R-cran-nloptr/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari <tota@FreeBSD.org> PORTNAME= nloptr -PORTVERSION= 1.2.2.3 +PORTVERSION= 2.0.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +11,7 @@ COMMENT= R interface to NLopt LICENSE= LGPL3 LIB_DEPENDS= libnlopt.so:math/nlopt +RUN_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles pkgconfig diff --git a/math/R-cran-nloptr/distinfo b/math/R-cran-nloptr/distinfo index 9bbf5f63dcc3..2063e1164fe9 100644 --- a/math/R-cran-nloptr/distinfo +++ b/math/R-cran-nloptr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635978912 -SHA256 (nloptr_1.2.2.3.tar.gz) = af08b74fd5e7b4cb455fe67ed759346cbb8f3b9a4178f5f117e0092e5c9af6ff -SIZE (nloptr_1.2.2.3.tar.gz) = 2456474 +TIMESTAMP = 1643336430 +SHA256 (nloptr_2.0.0.tar.gz) = 65ca3149cfc9ba15ac10a91f34b5d86b20f5fd693f44e3edf3e392402911619a +SIZE (nloptr_2.0.0.tar.gz) = 2219414 |