aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-promises/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2021-02-13 02:13:43 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2021-02-13 02:13:43 +0000
commit0c3ec89aa78b1c9f893695e61bf3976414000cc4 (patch)
treef5da97f44ba180ccf6996fb69ddf2027a5bfa643 /devel/R-cran-promises/Makefile
parent69b1192e683ebc5f9dba028fb9f6f6e3618870aa (diff)
downloadports-0c3ec89aa78b1c9f893695e61bf3976414000cc4.tar.gz
ports-0c3ec89aa78b1c9f893695e61bf3976414000cc4.zip
- Update to 1.2.0.1
- Pet portlint
Notes
Notes: svn path=/head/; revision=565093
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>