diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-08-19 12:36:06 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-08-19 21:39:38 +0000 |
commit | 6d04b771850e63ac15d3cec0eff9d8321458522e (patch) | |
tree | 90046377b14c27953ab59e3e244d772d20e4b25b | |
parent | e323fd6e12cb0b7bff07b22804ee9f14fe28ed7d (diff) | |
download | ports-6d04b771850e63ac15d3cec0eff9d8321458522e.tar.gz ports-6d04b771850e63ac15d3cec0eff9d8321458522e.zip |
www/R-cran-httpuv: Update to 1.6.2
- Update to 1.6.2
- Add compiler:c++11-lang to USES
-rw-r--r-- | www/R-cran-httpuv/Makefile | 4 | ||||
-rw-r--r-- | www/R-cran-httpuv/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index 3eeb0cbfba74..9c53e9622147 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari <tota@FreeBSD.org> PORTNAME= httpuv -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,6 +17,6 @@ CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= compiler:c++11-lang cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/www/R-cran-httpuv/distinfo b/www/R-cran-httpuv/distinfo index 9503ac36c55e..fbaddcd71ad0 100644 --- a/www/R-cran-httpuv/distinfo +++ b/www/R-cran-httpuv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620557374 -SHA256 (httpuv_1.6.1.tar.gz) = 6a735dd55323f3c36802da3fe22f985b4c02149c71df617555657944ff29be67 -SIZE (httpuv_1.6.1.tar.gz) = 1812058 +TIMESTAMP = 1629376308 +SHA256 (httpuv_1.6.2.tar.gz) = 561f45567d28d946a1cd04db932e94c9c575fd85963104ad7d8a6296e156badc +SIZE (httpuv_1.6.2.tar.gz) = 1815049 |