diff options
author | tota <tota@FreeBSD.org> | 2019-07-15 04:15:38 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2019-07-15 04:15:38 +0800 |
commit | eae516add03e2e0d568f2cb16d4a47efe867fd15 (patch) | |
tree | 2a445692663b4d8c5e4f068c32a5fecc0603522a /www/R-cran-httpuv/Makefile | |
parent | a31f24cf6f8e58e38b17e3483c9a395bb9cf4fbb (diff) | |
download | freebsd-ports-gnome-eae516add03e2e0d568f2cb16d4a47efe867fd15.tar.gz freebsd-ports-gnome-eae516add03e2e0d568f2cb16d4a47efe867fd15.tar.zst freebsd-ports-gnome-eae516add03e2e0d568f2cb16d4a47efe867fd15.zip |
- Update to 1.5.1
Diffstat (limited to 'www/R-cran-httpuv/Makefile')
-rw-r--r-- | www/R-cran-httpuv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index e527e907ef6f..196a95ef9244 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,8 +12,9 @@ COMMENT= HTTP and WebSocket server library for R LICENSE= GPLv2+ CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ + R-cran-R6>0:devel/R-cran-R6 \ R-cran-promises>0:devel/R-cran-promises \ - R-cran-later>=0.7.3:devel/R-cran-later \ + R-cran-later>=0.8.0:devel/R-cran-later \ R-cran-BH>0:devel/R-cran-BH BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} |