svn commit: r424626 - head/devel/libuv

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 25 14:02:58 UTC 2016


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 at FreeBSD.org


More information about the svn-ports-all mailing list