Date: Tue, 25 Oct 2016 17:34:38 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424637 - head/devel/libuv Message-ID: <201610251734.u9PHYc9I084513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610251734.u9PHYc9I084513>