Index: head/finance/R-cran-gmm/Makefile =================================================================== --- head/finance/R-cran-gmm/Makefile (revision 444332) +++ head/finance/R-cran-gmm/Makefile (revision 444333) @@ -1,19 +1,21 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= gmm -DISTVERSION= 1.5-2 +DISTVERSION= 1.6-1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Generalized Method of Moments and Generalized Empirical Likelihood LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-sandwich>0:math/R-cran-sandwich +CRAN_DEPENDS= R-cran-sandwich>0:math/R-cran-sandwich +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/finance/R-cran-gmm/distinfo =================================================================== --- head/finance/R-cran-gmm/distinfo (revision 444332) +++ head/finance/R-cran-gmm/distinfo (revision 444333) @@ -1,2 +1,3 @@ -SHA256 (gmm_1.5-2.tar.gz) = e0304a8043a2051e0f4311e0068f4811a337d6645bbd4294384b42ef6a450dde -SIZE (gmm_1.5-2.tar.gz) = 942955 +TIMESTAMP = 1498044807 +SHA256 (gmm_1.6-1.tar.gz) = c1d6ac78cfa302895934fbefbf6d073bfdd5c0c92708bfe4a46fb7775804383e +SIZE (gmm_1.6-1.tar.gz) = 1004953 Index: head/finance/R-cran-gmm/pkg-descr =================================================================== --- head/finance/R-cran-gmm/pkg-descr (revision 444332) +++ head/finance/R-cran-gmm/pkg-descr (revision 444333) @@ -1,9 +1,9 @@ It is a complete suite to estimate models based on moment conditions. It includes the two step Generalized method of moments (GMM) of Hansen(1982), the iterated GMM and continuous updated estimator (CUE) of Hansen-Eaton-Yaron(1996) and several methods that belong to the Generalized Empirical Likelihood (GEL) family of estimators, as presented by Smith(1997), Kitamura(1997), Newey-Smith(2004) and Anatolyev(2005). -WWW: http://cran.r-project.org/web/packages/gmm/ +WWW: https://cran.r-project.org/web/packages/gmm/