svn commit: r473142 - head/devel/libuv

Tobias C. Berner tcberner at freebsd.org
Sat Jun 23 18:41:31 UTC 2018


Hi there

This breaks devel/cmake as reported in 229255.


mfg Tobias

On 23 June 2018 at 18:48, Thierry Thomas <thierry at freebsd.org> wrote:

> Author: thierry
> Date: Sat Jun 23 16:48:34 2018
> New Revision: 473142
> URL: https://svnweb.freebsd.org/changeset/ports/473142
>
> Log:
>   Upgrade to v1.21.0.
>
>   Release notes at <https://github.com/libuv/libuv/releases/tag/v1.21.0>.
>
> Modified:
>   head/devel/libuv/Makefile
>   head/devel/libuv/distinfo
>   head/devel/libuv/pkg-plist
>
> Modified: head/devel/libuv/Makefile
> ============================================================
> ==================
> --- head/devel/libuv/Makefile   Sat Jun 23 16:41:59 2018        (r473141)
> +++ head/devel/libuv/Makefile   Sat Jun 23 16:48:34 2018        (r473142)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      libuv
> -PORTVERSION=   1.20.3
> +PORTVERSION=   1.21.0
>  DISTVERSIONPREFIX=     v
>  CATEGORIES=    devel
>  #MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/
> @@ -15,7 +15,7 @@ LICENSE_NAME= NODE
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>  LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
>
> -TEST_DEPENDS=  gyp:devel/py-gyp \
> +TEST_DEPENDS=  gyp:devel/py-gyp        \
>                 gmake:devel/gmake
>
>  USE_GITHUB=    yes
>
> Modified: head/devel/libuv/distinfo
> ============================================================
> ==================
> --- head/devel/libuv/distinfo   Sat Jun 23 16:41:59 2018        (r473141)
> +++ head/devel/libuv/distinfo   Sat Jun 23 16:48:34 2018        (r473142)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1525785513
> -SHA256 (libuv-libuv-v1.20.3_GH0.tar.gz) = 43a388687194a15d5f3cc1980d53c4
> 05020a3586254c620e5f3c4d241bb9da05
> -SIZE (libuv-libuv-v1.20.3_GH0.tar.gz) = 1181741
> +TIMESTAMP = 1529771607
> +SHA256 (libuv-libuv-v1.21.0_GH0.tar.gz) = c6f53e4a75d2601db8efe0e8378399
> 69de7667d36569110429a0bc8f8229bf59
> +SIZE (libuv-libuv-v1.21.0_GH0.tar.gz) = 1187827
>
> Modified: head/devel/libuv/pkg-plist
> ============================================================
> ==================
> --- head/devel/libuv/pkg-plist  Sat Jun 23 16:41:59 2018        (r473141)
> +++ head/devel/libuv/pkg-plist  Sat Jun 23 16:48:34 2018        (r473142)
> @@ -1,9 +1,9 @@
> -include/uv-bsd.h
> -include/uv-errno.h
> -include/uv-threadpool.h
> -include/uv-unix.h
> -include/uv-version.h
>  include/uv.h
> +include/uv/bsd.h
> +include/uv/errno.h
> +include/uv/threadpool.h
> +include/uv/unix.h
> +include/uv/version.h
>  lib/libuv.a
>  lib/libuv.so
>  lib/libuv.so.1
>
>


More information about the svn-ports-all mailing list