diff options
author | tota <tota@FreeBSD.org> | 2012-09-25 05:40:15 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-09-25 05:40:15 +0800 |
commit | 2c8f31d1a54c95a1f7b59072e85e0f8a67a49701 (patch) | |
tree | bf7c1fe1f67d509ad4d5e2b8ee746202f76fe6d1 | |
parent | 49226d3a19e37bd614364a102c773808156df683 (diff) | |
download | freebsd-ports-gnome-2c8f31d1a54c95a1f7b59072e85e0f8a67a49701.tar.gz freebsd-ports-gnome-2c8f31d1a54c95a1f7b59072e85e0f8a67a49701.tar.zst freebsd-ports-gnome-2c8f31d1a54c95a1f7b59072e85e0f8a67a49701.zip |
- Update to 1.4-3
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
M R-cran-gmm/Makefile
M R-cran-gmm/distinfo
M R-cran-gmm/pkg-descr
-rw-r--r-- | finance/R-cran-gmm/Makefile | 9 | ||||
-rw-r--r-- | finance/R-cran-gmm/distinfo | 4 | ||||
-rw-r--r-- | finance/R-cran-gmm/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/finance/R-cran-gmm/Makefile b/finance/R-cran-gmm/Makefile index 3dcbef70ec06..6ee61bb133b9 100644 --- a/finance/R-cran-gmm/Makefile +++ b/finance/R-cran-gmm/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-gmm -# Date created: 2011-09-11 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmm -DISTVERSION= 1.4-2 -PORTREVISION= 1 +DISTVERSION= 1.4-3 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-gmm/distinfo b/finance/R-cran-gmm/distinfo index d29b74d7fb44..b4467d7b12b9 100644 --- a/finance/R-cran-gmm/distinfo +++ b/finance/R-cran-gmm/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmm_1.4-2.tar.gz) = 1f7b4952ed4a07254ec8eaf4a401ade80d9e96fe97f8d0c06330eb8f45e14b5d -SIZE (gmm_1.4-2.tar.gz) = 916134 +SHA256 (gmm_1.4-3.tar.gz) = 15b47018fb691306b71fb76ceea6c264551c1e2d151a8ff858d5cfe7f19cbc19 +SIZE (gmm_1.4-3.tar.gz) = 915146 diff --git a/finance/R-cran-gmm/pkg-descr b/finance/R-cran-gmm/pkg-descr index 5691e0c798d2..f49e2d5f7a63 100644 --- a/finance/R-cran-gmm/pkg-descr +++ b/finance/R-cran-gmm/pkg-descr @@ -6,4 +6,4 @@ 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: http://cran.r-project.org/web/packages/gmm/ |