Date: Sat, 23 Jun 2018 20:36:06 +0200 From: "Tobias C. Berner" <tcberner@freebsd.org> To: Thierry Thomas <thierry@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473142 - head/devel/libuv Message-ID: <CAOshKtcNBiG%2Bg_NB%2BaonxZ7yPp17R9YgkeKz3q2tvhtzk13oLA@mail.gmail.com> In-Reply-To: <201806231648.w5NGmYjA004852@repo.freebsd.org> References: <201806231648.w5NGmYjA004852@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi there This breaks devel/cmake as reported in 229255. mfg Tobias On 23 June 2018 at 18:48, Thierry Thomas <thierry@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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtcNBiG%2Bg_NB%2BaonxZ7yPp17R9YgkeKz3q2tvhtzk13oLA>