Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 21:14:50 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Thierry Thomas <thierry@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r364974 - head/devel/libuv
Message-ID:  <2696093.AznJThOmtL@mercury.ph.man.ac.uk>
In-Reply-To: <201408151401.s7FE175M084501@svn.freebsd.org>
References:  <201408151401.s7FE175M084501@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2696093.AznJThOmtL>