Sun Jul 13 12:06:08 2014 UTC ()
Update to 1.7.11
Update LICENSE

Upstream changes:
Changes in Version 1.7-11

  o Extended the license from "GPL-2" to "GPL-2 | GPL-3".

  o Avoid duplications in Suggests/Imports/Depends in the package's
    DESCRIPTION. Use only :: instead of ::: to access certain functions
    from other namespaces.

  o Added as.list() methods for yearmon/yearqtr.

  o Added workaround in Ops.zoo if first argument is not a zoo series
    (prompted by Josh Ulrich).

  o The transform() method for zoo series now does what method for
    data.frame does (instead of just calling it) in order to get
    non-standard evaluation.


(wen)
diff -r1.5 -r1.6 pkgsrc/math/R-zoo/Makefile
diff -r1.5 -r1.6 pkgsrc/math/R-zoo/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/math/R-zoo/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-zoo/Makefile 2014/03/14 15:20:58 1.5
+++ pkgsrc/math/R-zoo/Makefile 2014/07/13 12:06:08 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2014/03/14 15:20:58 wen Exp $ 1# $NetBSD: Makefile,v 1.6 2014/07/13 12:06:08 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/
8COMMENT= S3 Infrastructure for Regular and Irregular Time Series 8COMMENT= S3 Infrastructure for Regular and Irregular Time Series
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 10
11R_PKGNAME= zoo 11R_PKGNAME= zoo
12R_PKGVER= 1.7-10 12R_PKGVER= 1.7-11
13 13
14.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/math/R-zoo/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-zoo/distinfo 2014/03/14 15:20:58 1.5
+++ pkgsrc/math/R-zoo/distinfo 2014/07/13 12:06:08 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2014/03/14 15:20:58 wen Exp $ 1$NetBSD: distinfo,v 1.6 2014/07/13 12:06:08 wen Exp $
2 2
3SHA1 (R/zoo_1.7-10.tar.gz) = f211869ff7651ae71fd1b4de4bcb992519695b7a 3SHA1 (R/zoo_1.7-11.tar.gz) = ea4318de677f78a56c97af465a91ada0131e823f
4RMD160 (R/zoo_1.7-10.tar.gz) = d1637360ca8cff38384f2a690495e430f4df673c 4RMD160 (R/zoo_1.7-11.tar.gz) = d5eaa1340def16a9ef4ca662a0a0923ae01034ba
5Size (R/zoo_1.7-10.tar.gz) = 813020 bytes 5Size (R/zoo_1.7-11.tar.gz) = 819242 bytes