diff options
author | tota <tota@FreeBSD.org> | 2015-08-10 15:06:01 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-10 15:06:01 +0800 |
commit | 7d71b3c6d8ac0063c808d37b82491670f992a9a0 (patch) | |
tree | cffec1b88edee3df90f993bb68c7b5121cf443af /www | |
parent | 869427f370e45026e7d04ded5f12fbb829f850d4 (diff) | |
download | freebsd-ports-gnome-7d71b3c6d8ac0063c808d37b82491670f992a9a0.tar.gz freebsd-ports-gnome-7d71b3c6d8ac0063c808d37b82491670f992a9a0.tar.zst freebsd-ports-gnome-7d71b3c6d8ac0063c808d37b82491670f992a9a0.zip |
- Update to 1.3.3
Diffstat (limited to 'www')
-rw-r--r-- | www/R-cran-httpuv/Makefile | 2 | ||||
-rw-r--r-- | www/R-cran-httpuv/distinfo | 4 | ||||
-rw-r--r-- | www/R-cran-httpuv/files/patch-src-Makevars | 12 | ||||
-rw-r--r-- | www/R-cran-httpuv/pkg-descr | 2 |
4 files changed, 4 insertions, 16 deletions
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index a36bfe7b69d6..35e886c8fb2b 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-httpuv/distinfo b/www/R-cran-httpuv/distinfo index 2d842fe1e9a8..3f310aafe42f 100644 --- a/www/R-cran-httpuv/distinfo +++ b/www/R-cran-httpuv/distinfo @@ -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 diff --git a/www/R-cran-httpuv/files/patch-src-Makevars b/www/R-cran-httpuv/files/patch-src-Makevars deleted file mode 100644 index ca13460937de..000000000000 --- a/www/R-cran-httpuv/files/patch-src-Makevars +++ /dev/null @@ -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 - diff --git a/www/R-cran-httpuv/pkg-descr b/www/R-cran-httpuv/pkg-descr index a4e077127f5a..46fb6c4c5f51 100644 --- a/www/R-cran-httpuv/pkg-descr +++ b/www/R-cran-httpuv/pkg-descr @@ -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/ |