diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-06-04 11:58:42 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-06-04 11:58:42 +0000 |
commit | 6b03853b12dd20dddd04bdb442f9bd577ed8edc4 (patch) | |
tree | 8696ebeae66e5313e5cfb13146f67be8f56068b6 /www/R-cran-httpuv | |
parent | bce8d60338a85a6dd98b9c419601231a916bb36a (diff) | |
download | ports-6b03853b12dd20dddd04bdb442f9bd577ed8edc4.tar.gz ports-6b03853b12dd20dddd04bdb442f9bd577ed8edc4.zip |
Notes
Diffstat (limited to 'www/R-cran-httpuv')
-rw-r--r-- | www/R-cran-httpuv/Makefile | 6 | ||||
-rw-r--r-- | www/R-cran-httpuv/distinfo | 4 | ||||
-rw-r--r-- | www/R-cran-httpuv/files/patch-src-Makevars | 14 |
3 files changed, 14 insertions, 10 deletions
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index 4f7eb87fd3fc..f6da7496c362 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.6.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -24,4 +23,7 @@ R_MOD_AUTOPLIST= yes MAKE_ENV= MAKE=${GMAKE} +post-patch: + @${REINPLACE_CMD} 's|/bin/bash|/bin/sh|' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/www/R-cran-httpuv/distinfo b/www/R-cran-httpuv/distinfo index 0d7455a774c6..d339226959c6 100644 --- a/www/R-cran-httpuv/distinfo +++ b/www/R-cran-httpuv/distinfo @@ -1,2 +1,2 @@ -SHA256 (httpuv_1.0.5.tar.gz) = 4d08d3a48823d5c0429cc5a4935c02aa3d59f6a1c579e0a0f53ed4727320880d -SIZE (httpuv_1.0.5.tar.gz) = 396568 +SHA256 (httpuv_1.0.6.3.tar.gz) = 93526f849fed52696eae06be8300a6443998da1f115cca2a5e624fd62744b689 +SIZE (httpuv_1.0.6.3.tar.gz) = 388589 diff --git a/www/R-cran-httpuv/files/patch-src-Makevars b/www/R-cran-httpuv/files/patch-src-Makevars index 9b402cd2cf05..4b92cdc5fdc4 100644 --- a/www/R-cran-httpuv/files/patch-src-Makevars +++ b/www/R-cran-httpuv/files/patch-src-Makevars @@ -1,11 +1,13 @@ ---- src/Makevars.orig 2013-03-11 14:39:17.000000000 +0900 -+++ src/Makevars 2013-05-11 17:48:34.000000000 +0900 -@@ -6,7 +6,7 @@ +--- 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 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_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o $(FRAMEWORK) -lkvm ++ifeq ($(UNAME), FreeBSD) ++FRAMEWORK = -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 - .PHONY: all libuv.a http-parser.o |