aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-xts
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-07-09 03:33:57 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-07-09 03:33:57 +0000
commit01dcbfe26077c68237dfa901af9f707afc93ae87 (patch)
tree04a987905148dc93ad9a10bfc603b64c04c25df1 /math/R-cran-xts
parent5b3c2c831f174558c4f5e5f45a504bda73cf8e02 (diff)
downloadports-01dcbfe26077c68237dfa901af9f707afc93ae87.tar.gz
ports-01dcbfe26077c68237dfa901af9f707afc93ae87.zip
- Update to 0.10-0
- Fix LICENSE - Update WWW: line in pkg-descr
Notes
Notes: svn path=/head/; revision=445366
Diffstat (limited to 'math/R-cran-xts')
-rw-r--r--math/R-cran-xts/Makefile10
-rw-r--r--math/R-cran-xts/distinfo5
-rw-r--r--math/R-cran-xts/pkg-descr2
3 files changed, 9 insertions, 8 deletions
diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile
index 6d2be70eaf46..1ba012b191a3 100644
--- a/math/R-cran-xts/Makefile
+++ b/math/R-cran-xts/Makefile
@@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= xts
-DISTVERSION= 0.9-7
-PORTREVISION= 6
+DISTVERSION= 0.10-0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Extensible Time Series
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2+
-RUN_DEPENDS= R-cran-zoo>=1.7.10:math/R-cran-zoo
+CRAN_DEPENDS= R-cran-zoo>=1.7.12:math/R-cran-zoo
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
diff --git a/math/R-cran-xts/distinfo b/math/R-cran-xts/distinfo
index f2d7cea30cc4..774cee769fbc 100644
--- a/math/R-cran-xts/distinfo
+++ b/math/R-cran-xts/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xts_0.9-7.tar.gz) = f11f7cb98f4b92b7f6632a2151257914130880c267736ef5a264b5dc2dfb7098
-SIZE (xts_0.9-7.tar.gz) = 470815
+TIMESTAMP = 1499569837
+SHA256 (xts_0.10-0.tar.gz) = 049b4d54a265341dfb5b3ba140f401b12f89a4fd91af7fb72b00b80587eff4f0
+SIZE (xts_0.10-0.tar.gz) = 518931
diff --git a/math/R-cran-xts/pkg-descr b/math/R-cran-xts/pkg-descr
index 053e98515b69..c21e444ba200 100644
--- a/math/R-cran-xts/pkg-descr
+++ b/math/R-cran-xts/pkg-descr
@@ -3,4 +3,4 @@ by extending zoo, maximizing native format information preservation
and allowing for user level customization and extension, while
simplifying cross-class interoperability.
-WWW: http://r-forge.r-project.org/projects/xts/
+WWW: https://r-forge.r-project.org/projects/xts/