aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-xts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-xts/Makefile')
-rw-r--r--math/R-cran-xts/Makefile10
1 files changed, 5 insertions, 5 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