aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-quantmod/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-04-03 14:53:08 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-04-03 14:53:08 +0000
commitda2572199a7bd8de9e6ce6872c0f085e4ba57b65 (patch)
tree1b27dc9e7b58ef5cf9a197a71b83eaf4321c0327 /finance/R-cran-quantmod/Makefile
parent32cb171bdb31ca0acac843dc6cb90fac418a4a2c (diff)
Notes
Diffstat (limited to 'finance/R-cran-quantmod/Makefile')
-rw-r--r--finance/R-cran-quantmod/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile
index 25bc3d0f134b..e149a6d279d5 100644
--- a/finance/R-cran-quantmod/Makefile
+++ b/finance/R-cran-quantmod/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= quantmod
-DISTVERSION= 0.4-15
-PORTREVISION= 1
+DISTVERSION= 0.4.17
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -19,6 +18,6 @@ CRAN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
-USES= cran:auto-plist,compiles
+USES= cran:auto-plist
.include <bsd.port.mk>