Index: head/devel/libuv/files/patch-gyp_uv.py =================================================================== --- head/devel/libuv/files/patch-gyp_uv.py (revision 385570) +++ head/devel/libuv/files/patch-gyp_uv.py (nonexistent) @@ -1,14 +0,0 @@ ---- gyp_uv.py.orig 2015-02-09 21:06:37.000000000 +0100 -+++ gyp_uv.py 2015-02-10 21:08:12.000000000 +0100 -@@ -88,8 +88,9 @@ - - # Some platforms (OpenBSD for example) don't have multiprocessing.synchronize - # so gyp must be run with --no-parallel -- if not gyp_parallel_support: -- args.append('--no-parallel') -+ # FreeBSD: our gyp is too old and does not support '--no-parallel' -+ #if not gyp_parallel_support: -+ # args.append('--no-parallel') - - gyp_args = list(args) - print gyp_args Property changes on: head/devel/libuv/files/patch-gyp_uv.py ___________________________________________________________________ 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/devel/libuv/Makefile =================================================================== --- head/devel/libuv/Makefile (revision 385570) +++ head/devel/libuv/Makefile (revision 385571) @@ -1,39 +1,38 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Multi-platform support library with a focus on asynchronous I/O LICENSE= NODE LICENSE_NAME= NODE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= gyp:${PORTSDIR}/devel/py-gyp-devel \ gmake:${PORTSDIR}/devel/gmake USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes INSTALL_TARGET= install-strip pre-configure: ${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \ > ${WRKSRC}/m4/libuv-extra-automake-flags.m4 .if defined(MAINTAINER_MODE) regression-test: (cd ${WRKSRC} && ./gyp_uv.py -f make && \ ${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \ ./out/Debug/run-tests) .endif .include Index: head/devel/libuv/distinfo =================================================================== --- head/devel/libuv/distinfo (revision 385570) +++ head/devel/libuv/distinfo (revision 385571) @@ -1,2 +1,2 @@ -SHA256 (libuv-v1.4.2.tar.gz) = 1006c4055cb3fb34293bb716be127d396550a68ac0bdfc21a6631c8d7a49ce0b -SIZE (libuv-v1.4.2.tar.gz) = 1012645 +SHA256 (libuv-v1.5.0.tar.gz) = 9cc067435b0ce3aec0194e4f519939cfa4eb823d14dd38dbec014cd048cb817c +SIZE (libuv-v1.5.0.tar.gz) = 1018364