From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 14:01:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB1BA304; Fri, 15 Aug 2014 14:01:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4BB42205; Fri, 15 Aug 2014 14:01:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7FE17jq084504; Fri, 15 Aug 2014 14:01:07 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7FE175M084501; Fri, 15 Aug 2014 14:01:07 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201408151401.s7FE175M084501@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 15 Aug 2014 14:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364974 - head/devel/libuv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 14:01:08 -0000 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