Date: Mon, 26 Jun 2017 01:26:35 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444333 - head/finance/R-cran-gmm Message-ID: <201706260126.v5Q1QZDb021652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon Jun 26 01:26:35 2017 New Revision: 444333 URL: https://svnweb.freebsd.org/changeset/ports/444333 Log: - Update to 1.6-1 - Update WWW: line in pkg-descr Modified: head/finance/R-cran-gmm/Makefile (contents, props changed) head/finance/R-cran-gmm/distinfo (contents, props changed) head/finance/R-cran-gmm/pkg-descr (contents, props changed) Modified: head/finance/R-cran-gmm/Makefile ============================================================================== --- head/finance/R-cran-gmm/Makefile Mon Jun 26 00:42:53 2017 (r444332) +++ head/finance/R-cran-gmm/Makefile Mon Jun 26 01:26:35 2017 (r444333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmm -DISTVERSION= 1.5-2 +DISTVERSION= 1.6-1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,7 +12,9 @@ COMMENT= Generalized Method of Moments and Generalized 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 Modified: head/finance/R-cran-gmm/distinfo ============================================================================== --- head/finance/R-cran-gmm/distinfo Mon Jun 26 00:42:53 2017 (r444332) +++ head/finance/R-cran-gmm/distinfo Mon Jun 26 01:26:35 2017 (r444333) @@ -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 Modified: head/finance/R-cran-gmm/pkg-descr ============================================================================== --- head/finance/R-cran-gmm/pkg-descr Mon Jun 26 00:42:53 2017 (r444332) +++ head/finance/R-cran-gmm/pkg-descr Mon Jun 26 01:26:35 2017 (r444333) @@ -6,4 +6,4 @@ to the Generalized Empirical Likelihood (GEL) family o 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706260126.v5Q1QZDb021652>