Index: head/www/R-cran-httpuv/files/patch-src-Makevars =================================================================== --- head/www/R-cran-httpuv/files/patch-src-Makevars (revision 393846) +++ head/www/R-cran-httpuv/files/patch-src-Makevars (nonexistent) @@ -1,12 +0,0 @@ ---- src/Makevars.orig 2014-07-24 16:49:47 UTC -+++ src/Makevars -@@ -10,6 +10,9 @@ PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rc - ifeq ($(UNAME), SunOS) - PKG_LIBS += -lkstat -lsendfile - endif -+ifeq ($(UNAME), FreeBSD) -+PKG_LIBS += -lkvm -+endif - - PKG_CPPFLAGS = -I./libuv/include -I./http-parser -I./sha1 -I./base64 - Property changes on: head/www/R-cran-httpuv/files/patch-src-Makevars ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/R-cran-httpuv/Makefile =================================================================== --- head/www/R-cran-httpuv/Makefile (revision 393846) +++ head/www/R-cran-httpuv/Makefile (revision 393847) @@ -1,23 +1,23 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= HTTP and WebSocket server library for R LICENSE= GPLv3 NODE LICENSE_COMB= multi LICENSE_NAME_NODE= Node's license LICENSE_FILE_NODE= ${WRKSRC}/LICENSE LICENSE_PERMS_NODE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp MAKE_ENV= MAKE=${MAKE_CMD} USES= cran:auto-plist gmake .include Index: head/www/R-cran-httpuv/distinfo =================================================================== --- head/www/R-cran-httpuv/distinfo (revision 393846) +++ head/www/R-cran-httpuv/distinfo (revision 393847) @@ -1,2 +1,2 @@ -SHA256 (httpuv_1.3.2.tar.gz) = db40979d422be9717486422dfd401515788048e32687f8685314c46ec35fe36e -SIZE (httpuv_1.3.2.tar.gz) = 426519 +SHA256 (httpuv_1.3.3.tar.gz) = bb37452ddc4d9381bee84cdf524582859af6a988e291debb71c8a2e120d02b2a +SIZE (httpuv_1.3.3.tar.gz) = 426665 Index: head/www/R-cran-httpuv/pkg-descr =================================================================== --- head/www/R-cran-httpuv/pkg-descr (revision 393846) +++ head/www/R-cran-httpuv/pkg-descr (revision 393847) @@ -1,8 +1,8 @@ httpuv provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. -WWW: http://cran.r-project.org/web/packages/httpuv/ +WWW: https://cran.r-project.org/web/packages/httpuv/