Date: Sun, 14 Jul 2019 20:15:38 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506630 - head/www/R-cran-httpuv Message-ID: <201907142015.x6EKFcWg060552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Jul 14 20:15:38 2019 New Revision: 506630 URL: https://svnweb.freebsd.org/changeset/ports/506630 Log: - Update to 1.5.1 Modified: head/www/R-cran-httpuv/Makefile (contents, props changed) head/www/R-cran-httpuv/distinfo (contents, props changed) Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Sun Jul 14 19:52:50 2019 (r506629) +++ head/www/R-cran-httpuv/Makefile Sun Jul 14 20:15:38 2019 (r506630) @@ -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} Modified: head/www/R-cran-httpuv/distinfo ============================================================================== --- head/www/R-cran-httpuv/distinfo Sun Jul 14 19:52:50 2019 (r506629) +++ head/www/R-cran-httpuv/distinfo Sun Jul 14 20:15:38 2019 (r506630) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532324596 -SHA256 (httpuv_1.4.5.tar.gz) = f19113d45ba0617ff826abd7963224db61fa0a3dbfdde21f802419f7b362b7b5 -SIZE (httpuv_1.4.5.tar.gz) = 1675895 +TIMESTAMP = 1563087401 +SHA256 (httpuv_1.5.1.tar.gz) = b5bb6b3b2f1a6d792568a70f3f357d6b3a35a5e26dd0c668c61a31f2ae8f5710 +SIZE (httpuv_1.5.1.tar.gz) = 1758514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907142015.x6EKFcWg060552>