svn commit: r465280 - head/www/R-cran-httpuv
TAKATSU Tomonari
tota at FreeBSD.org
Thu Mar 22 09:35:55 UTC 2018
Author: tota
Date: Thu Mar 22 09:35:54 2018
New Revision: 465280
URL: https://svnweb.freebsd.org/changeset/ports/465280
Log:
- Update to 1.3.6.2
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 Thu Mar 22 09:33:22 2018 (r465279)
+++ head/www/R-cran-httpuv/Makefile Thu Mar 22 09:35:54 2018 (r465280)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= httpuv
-PORTVERSION= 1.3.5
-PORTREVISION= 1
+PORTVERSION= 1.3.6.2
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -12,7 +11,9 @@ COMMENT= HTTP and WebSocket server library for R
LICENSE= GPLv3
-RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+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
Modified: head/www/R-cran-httpuv/distinfo
==============================================================================
--- head/www/R-cran-httpuv/distinfo Thu Mar 22 09:33:22 2018 (r465279)
+++ head/www/R-cran-httpuv/distinfo Thu Mar 22 09:35:54 2018 (r465280)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499311590
-SHA256 (httpuv_1.3.5.tar.gz) = 4336b993afccca2a194aca577b1975b89a35ac863423b18a11cdbb3f8470e4e9
-SIZE (httpuv_1.3.5.tar.gz) = 427638
+TIMESTAMP = 1521709902
+SHA256 (httpuv_1.3.6.2.tar.gz) = 8e8ca2f15529089846695abdab229cbc9812f0b2710855fb0a41ac720a9f7040
+SIZE (httpuv_1.3.6.2.tar.gz) = 427598
More information about the svn-ports-all
mailing list