Date: Wed, 26 Oct 2016 12:27:20 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> 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: r424637 - head/devel/libuv Message-ID: <20161026092720.GE60716@hades.panopticon> In-Reply-To: <201610251734.u9PHYc9I084513@repo.freebsd.org> References: <201610251734.u9PHYc9I084513@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Thierry Thomas (thierry@FreeBSD.org) wrote: > Author: thierry > Date: Tue Oct 25 17:34:37 2016 > New Revision: 424637 > URL: https://svnweb.freebsd.org/changeset/ports/424637 > > Log: > The original tarball has been removed from dist.libuv.org => DL it from GitHub. It was not. There were IPv6-related problems, and they were fixed [1], so http://dist.libuv.org/dist/v${PORTVERSION}/ now works with both IPv4 and IPv6. [1] https://github.com/nodejs/build/pull/516 PS. You could switch the port to do-test. > Note: distinfo has been updated, but the extracted files have no differences. > > Reported by: many > > Modified: > head/devel/libuv/Makefile > head/devel/libuv/distinfo > > Modified: head/devel/libuv/Makefile > ============================================================================== > --- head/devel/libuv/Makefile Tue Oct 25 17:18:05 2016 (r424636) > +++ head/devel/libuv/Makefile Tue Oct 25 17:34:37 2016 (r424637) > @@ -4,8 +4,7 @@ > PORTNAME= libuv > PORTVERSION= 1.10.0 > CATEGORIES= devel > -MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ \ > - http://mirror.amdmi3.ru/distfiles/ > +#MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} > > MAINTAINER= thierry@FreeBSD.org > @@ -19,6 +18,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg > TEST_DEPENDS= gyp:devel/py-gyp \ > gmake:devel/gmake > > +USE_GITHUB= yes > +GH_TAGNAME= v1.10.0 > + > USES= autoreconf libtool pathfix pkgconfig > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > Modified: head/devel/libuv/distinfo > ============================================================================== > --- head/devel/libuv/distinfo Tue Oct 25 17:18:05 2016 (r424636) > +++ head/devel/libuv/distinfo Tue Oct 25 17:34:37 2016 (r424637) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1477330837 > -SHA256 (libuv-v1.10.0.tar.gz) = 0307a0eec6caddd476f9cad39e18fdd6f22a08aa58103c4b0aead96d638be15e > -SIZE (libuv-v1.10.0.tar.gz) = 1066125 > +TIMESTAMP = 1477414815 > +SHA256 (libuv-v1.10.0_GH0.tar.gz) = 50f4ed57d65af4ab634e2cbdd90c49213020e15b4d77d3631feb633cbba9239f > +SIZE (libuv-v1.10.0_GH0.tar.gz) = 1072589 > > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161026092720.GE60716>