aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-promises/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-promises/Makefile')
-rw-r--r--devel/R-cran-promises/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/R-cran-promises/Makefile b/devel/R-cran-promises/Makefile
index d592ae81bf2c..bcabff6592dd 100644
--- a/devel/R-cran-promises/Makefile
+++ b/devel/R-cran-promises/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= promises
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.0.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,8 +10,6 @@ COMMENT= Abstractions for Promise-Based Asynchronous Programming
LICENSE= MIT
-USES= cran:auto-plist,compiles
-
CRAN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-later>0:devel/R-cran-later \
@@ -20,4 +18,6 @@ CRAN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
+USES= cran:auto-plist,compiles
+
.include <bsd.port.mk>