From owner-svn-ports-all@FreeBSD.ORG Fri Aug 15 21:15:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58611C13; Fri, 15 Aug 2014 21:15:01 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CEB912B2A; Fri, 15 Aug 2014 21:15:00 +0000 (UTC) Received: from host-62-63-83-42.rev.as20985.net [62.63.83.42:12516] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s7FLFERU036730 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 16 Aug 2014 01:15:14 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host host-62-63-83-42.rev.as20985.net [62.63.83.42] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Thierry Thomas Subject: Re: svn commit: r364974 - head/devel/libuv Date: Fri, 15 Aug 2014 21:14:50 +0000 Message-ID: <2696093.AznJThOmtL@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.5 (FreeBSD/9.3-PRERELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: <201408151401.s7FE175M084501@svn.freebsd.org> References: <201408151401.s7FE175M084501@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 21:15:01 -0000 On Fri, 15 Aug 2014 14:01:07 +0000Fri Aug 15 14:01:06 2014 Thierry Thomas wrote: > 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 What's the reason? > > - 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 >