Date: Fri, 15 Aug 2014 14:01:07 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364974 - head/devel/libuv Message-ID: <201408151401.s7FE175M084501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Fri Aug 15 14:01:06 2014 New Revision: 364974 URL: http://svnweb.freebsd.org/changeset/ports/364974 QAT: https://qat.redports.org/buildarchive/r364974/ Log: - Revert r359185 - Upgrade to v0.11.28. Modified: head/devel/libuv/Makefile head/devel/libuv/distinfo head/devel/libuv/pkg-plist Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Fri Aug 15 13:42:26 2014 (r364973) +++ head/devel/libuv/Makefile Fri Aug 15 14:01:06 2014 (r364974) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 0.11.25 -PORTREVISION= 1 +PORTVERSION= 0.11.28 CATEGORIES= devel MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -33,7 +32,7 @@ pre-configure: .if defined(MAINTAINER_MODE) regression-test: (cd ${WRKSRC} && ./gyp_uv.py -f make && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C out && \ + ${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \ ./out/Debug/run-tests) .endif Modified: head/devel/libuv/distinfo ============================================================================== --- head/devel/libuv/distinfo Fri Aug 15 13:42:26 2014 (r364973) +++ head/devel/libuv/distinfo Fri Aug 15 14:01:06 2014 (r364974) @@ -1,2 +1,2 @@ -SHA256 (libuv-v0.11.25.tar.gz) = bbd79c101334a5ae31bf54631ef75910a8d8dc798a0c7672a596e02769b84d22 -SIZE (libuv-v0.11.25.tar.gz) = 389543 +SHA256 (libuv-v0.11.28.tar.gz) = 4780a01a8f4299b938c68ec86913a6327fba4d9b6861841b3e2851cc1a0b1f19 +SIZE (libuv-v0.11.28.tar.gz) = 478044 Modified: head/devel/libuv/pkg-plist ============================================================================== --- head/devel/libuv/pkg-plist Fri Aug 15 13:42:26 2014 (r364973) +++ head/devel/libuv/pkg-plist Fri Aug 15 14:01:06 2014 (r364974) @@ -1,5 +1,6 @@ include/uv-bsd.h include/uv-errno.h +include/uv-threadpool.h include/uv-unix.h include/uv-version.h include/uv.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408151401.s7FE175M084501>