Index: head/finance/R-cran-PerformanceAnalytics/Makefile =================================================================== --- head/finance/R-cran-PerformanceAnalytics/Makefile (revision 465340) +++ head/finance/R-cran-PerformanceAnalytics/Makefile (revision 465341) @@ -1,21 +1,22 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= PerformanceAnalytics -PORTVERSION= 1.4.3541 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Econometric tools for performance and risk analysis -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ - R-cran-xts>=0.9:math/R-cran-xts +CRAN_DEPENDS= R-cran-xts>=0.9:math/R-cran-xts \ + R-cran-quadprog>0:math/R-cran-quadprog \ + R-cran-zoo>0:math/R-cran-zoo +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles .include Index: head/finance/R-cran-PerformanceAnalytics/distinfo =================================================================== --- head/finance/R-cran-PerformanceAnalytics/distinfo (revision 465340) +++ head/finance/R-cran-PerformanceAnalytics/distinfo (revision 465341) @@ -1,2 +1,3 @@ -SHA256 (PerformanceAnalytics_1.4.3541.tar.gz) = 7bac6f50e57704a136ad1f51ffde0d000b1c40a8d9c8410e97ae2dcd9886ecb3 -SIZE (PerformanceAnalytics_1.4.3541.tar.gz) = 2152776 +TIMESTAMP = 1521795381 +SHA256 (PerformanceAnalytics_1.5.2.tar.gz) = 86d61bb7e23fee837e294f23c55d226dcd3f92906bf0024a362f1df04fa96f05 +SIZE (PerformanceAnalytics_1.5.2.tar.gz) = 2499676 Index: head/finance/R-cran-PerformanceAnalytics/pkg-descr =================================================================== --- head/finance/R-cran-PerformanceAnalytics/pkg-descr (revision 465340) +++ head/finance/R-cran-PerformanceAnalytics/pkg-descr (revision 465341) @@ -1,9 +1,9 @@ Collection of econometric functions for performance and risk analysis. This package aims to aid practitioners and researchers in utilizing the latest research in analysis of non-normal return streams. In general, it is most tested on return (rather than price) data on a regular scale, but most functions will work with irregular return data as well, and increasing numbers of functions will work with P&L or price data where possible. -WWW: http://cran.r-project.org/web/packages/PerformanceAnalytics/ +WWW: https://cran.r-project.org/web/packages/PerformanceAnalytics/