Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 14:02:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424626 - head/devel/libuv
Message-ID:  <201610251402.u9PE2v2C002203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 25 14:02:57 2016
New Revision: 424626
URL: https://svnweb.freebsd.org/changeset/ports/424626

Log:
  - Fix fetch until dist.libuv.org is fixed to properly handle IPv6 connections (redirects to nonexisting url currently)
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libuv/Makefile

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Tue Oct 25 13:50:28 2016	(r424625)
+++ head/devel/libuv/Makefile	Tue Oct 25 14:02:57 2016	(r424626)
@@ -4,7 +4,8 @@
 PORTNAME=	libuv
 PORTVERSION=	1.10.0
 CATEGORIES=	devel
-MASTER_SITES=	http://dist.libuv.org/dist/v${PORTVERSION}/
+MASTER_SITES=	http://dist.libuv.org/dist/v${PORTVERSION}/ \
+		http://mirror.amdmi3.ru/distfiles/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	thierry@FreeBSD.org



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