diff options
author | tota <tota@FreeBSD.org> | 2012-10-07 16:01:14 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-10-07 16:01:14 +0800 |
commit | db45ffde0ae4230799392fad391ba1f954c1e12a (patch) | |
tree | 6eb562dbb603e10d962d2cd326210a993dc3e89e | |
parent | 6c49b95cccd66405e5bb5fa2c81e31ed01e290df (diff) | |
download | freebsd-ports-gnome-db45ffde0ae4230799392fad391ba1f954c1e12a.tar.gz freebsd-ports-gnome-db45ffde0ae4230799392fad391ba1f954c1e12a.tar.zst freebsd-ports-gnome-db45ffde0ae4230799392fad391ba1f954c1e12a.zip |
- Update to 1.7-8
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
-rw-r--r-- | math/R-cran-zoo/Makefile | 9 | ||||
-rw-r--r-- | math/R-cran-zoo/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-zoo/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile index 2caab74fbdc8..71fd897833af 100644 --- a/math/R-cran-zoo/Makefile +++ b/math/R-cran-zoo/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-zoo -# Date created: 2011-08-16 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= zoo -DISTVERSION= 1.7-7 -PORTREVISION= 3 +DISTVERSION= 1.7-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-zoo/distinfo b/math/R-cran-zoo/distinfo index a51c8247e12c..80dcbe8d68af 100644 --- a/math/R-cran-zoo/distinfo +++ b/math/R-cran-zoo/distinfo @@ -1,2 +1,2 @@ -SHA256 (zoo_1.7-7.tar.gz) = 56dc45377cbd71e0ff2c37937fac47911cb4308f37f81981c8008dce2e3221a3 -SIZE (zoo_1.7-7.tar.gz) = 1240674 +SHA256 (zoo_1.7-8.tar.gz) = 48fb9a7461566fecb626cd84e69f9c44aecd0b52e2be83462ae89053baac2e41 +SIZE (zoo_1.7-8.tar.gz) = 803962 diff --git a/math/R-cran-zoo/pkg-descr b/math/R-cran-zoo/pkg-descr index eece439de50f..c592f7e7b8e9 100644 --- a/math/R-cran-zoo/pkg-descr +++ b/math/R-cran-zoo/pkg-descr @@ -4,4 +4,4 @@ vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics. -WWW: http://zoo.r-forge.r-project.org/ +WWW: http://zoo.r-forge.r-project.org/ |