1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Update to 1.3.3

This commit is contained in:
TAKATSU Tomonari 2015-08-10 07:06:01 +00:00
parent b9bc2b77ee
commit 1c7595171f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393847
4 changed files with 4 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= httpuv
PORTVERSION= 1.3.2
PORTVERSION= 1.3.3
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -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

View File

@ -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

View File

@ -5,4 +5,4 @@ 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/