Date: Sat, 10 Feb 2018 22:15:15 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461441 - head/devel/nasm Message-ID: <201802102215.w1AMFFcf065519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Feb 10 22:15:15 2018 New Revision: 461441 URL: https://svnweb.freebsd.org/changeset/ports/461441 Log: Add a mirror to fetch devel/nasm distfiles. Currently, nasm.us seem to be down, add another mirror to make the source fetchable. Reported by: antoine Modified: head/devel/nasm/Makefile Modified: head/devel/nasm/Makefile ============================================================================== --- head/devel/nasm/Makefile Sat Feb 10 22:14:39 2018 (r461440) +++ head/devel/nasm/Makefile Sat Feb 10 22:15:15 2018 (r461441) @@ -5,7 +5,8 @@ PORTNAME= nasm PORTVERSION= 2.13.03 PORTEPOCH= 1 CATEGORIES= devel lang -MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ +MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \ + https://mirror.sobukus.de/files/src/nasm/ MAINTAINER= zeising@FreeBSD.org COMMENT= General-purpose multi-platform x86 and amd64 assembler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802102215.w1AMFFcf065519>