aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-httpuv
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2013-12-31 14:02:34 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2013-12-31 14:02:34 +0000
commitd7ad615e5c2228693c37fb8aa87422a25fd33446 (patch)
tree5565711901d1173790a7035dfcac09e9423fe6ac /www/R-cran-httpuv
parent435815eaa80ef169e9cfeb6464b91a648a252631 (diff)
downloadports-d7ad615e5c2228693c37fb8aa87422a25fd33446.tar.gz
ports-d7ad615e5c2228693c37fb8aa87422a25fd33446.zip
- Update to 1.2.1
Notes
Notes: svn path=/head/; revision=338306
Diffstat (limited to 'www/R-cran-httpuv')
-rw-r--r--www/R-cran-httpuv/Makefile4
-rw-r--r--www/R-cran-httpuv/distinfo4
-rw-r--r--www/R-cran-httpuv/files/patch-src-Makevars17
3 files changed, 12 insertions, 13 deletions
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile
index 89315329ac65..9cd844d81a09 100644
--- a/www/R-cran-httpuv/Makefile
+++ b/www/R-cran-httpuv/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= httpuv
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -17,7 +17,7 @@ LICENSE_PERMS_NODE= auto-accept
RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp
-MAKE_ENV= MAKE=${MAKE_CMD}
+MAKE_ENV= MAKE=${GMAKE}
USES= cran:auto-plist gmake
.include <bsd.port.mk>
diff --git a/www/R-cran-httpuv/distinfo b/www/R-cran-httpuv/distinfo
index 6ad1260758d8..aae6592f2c83 100644
--- a/www/R-cran-httpuv/distinfo
+++ b/www/R-cran-httpuv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (httpuv_1.2.0.tar.gz) = bb1d80d4e3dd4a64388178649a1614b588b9cdbd70ed8e438941e978ac563a54
-SIZE (httpuv_1.2.0.tar.gz) = 420317
+SHA256 (httpuv_1.2.1.tar.gz) = 5397507b3f6ab82c22945d289244ab7686df99ede58e4302658eff5b75a4bd5f
+SIZE (httpuv_1.2.1.tar.gz) = 420359
diff --git a/www/R-cran-httpuv/files/patch-src-Makevars b/www/R-cran-httpuv/files/patch-src-Makevars
index 4b92cdc5fdc4..07be65b6329d 100644
--- a/www/R-cran-httpuv/files/patch-src-Makevars
+++ b/www/R-cran-httpuv/files/patch-src-Makevars
@@ -1,13 +1,12 @@
---- src/Makevars.orig 2013-04-25 06:10:24.000000000 +0900
-+++ src/Makevars 2013-06-02 13:27:25.000000000 +0900
-@@ -6,6 +6,10 @@
- FRAMEWORK = -framework CoreServices
+--- src/Makevars.orig 2013-12-07 17:47:48.000000000 +0900
++++ src/Makevars 2013-12-09 16:36:18.000000000 +0900
+@@ -10,6 +10,9 @@
+ ifeq ($(UNAME), SunOS)
+ PKG_LIBS += -lkstat -lsendfile
endif
-
+ifeq ($(UNAME), FreeBSD)
-+FRAMEWORK = -lkvm
++PKG_LIBS += -lkvm
+endif
-+
- PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o $(FRAMEWORK)
- PKG_CPPFLAGS += -I./libuv/include -I./http-parser -I./sha1 -I./base64
+
+ PKG_CPPFLAGS = -I./libuv/include -I./http-parser -I./sha1 -I./base64