diff options
author | wen <wen@pkgsrc.org> | 2014-07-13 12:06:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-13 12:06:08 +0000 |
commit | d9de105a813962efcc06c4454b99be4e4531e8c3 (patch) | |
tree | 5f5e22d5fffa9787286d34ee5f3a207d34100648 | |
parent | ff9fcb5e7777569e6c1e7ff147b9155f1b81bc54 (diff) | |
download | pkgsrc-d9de105a813962efcc06c4454b99be4e4531e8c3.tar.gz |
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.
-rw-r--r-- | math/R-zoo/Makefile | 6 | ||||
-rw-r--r-- | math/R-zoo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile index 281b7fb216b..48b4d18efb8 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/03/14 15:20:58 wen Exp $ +# $NetBSD: Makefile,v 1.6 2014/07/13 12:06:08 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -6,10 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/ COMMENT= S3 Infrastructure for Regular and Irregular Time Series -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= zoo -R_PKGVER= 1.7-10 +R_PKGVER= 1.7-11 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index 20d31309577..ff862cd0b32 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/03/14 15:20:58 wen Exp $ +$NetBSD: distinfo,v 1.6 2014/07/13 12:06:08 wen Exp $ -SHA1 (R/zoo_1.7-10.tar.gz) = f211869ff7651ae71fd1b4de4bcb992519695b7a -RMD160 (R/zoo_1.7-10.tar.gz) = d1637360ca8cff38384f2a690495e430f4df673c -Size (R/zoo_1.7-10.tar.gz) = 813020 bytes +SHA1 (R/zoo_1.7-11.tar.gz) = ea4318de677f78a56c97af465a91ada0131e823f +RMD160 (R/zoo_1.7-11.tar.gz) = d5eaa1340def16a9ef4ca662a0a0923ae01034ba +Size (R/zoo_1.7-11.tar.gz) = 819242 bytes |