svn commit: r461441 - head/devel/nasm

Niclas Zeising zeising at FreeBSD.org
Sat Feb 10 22:15:15 UTC 2018


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 at FreeBSD.org
 COMMENT=	General-purpose multi-platform x86 and amd64 assembler


More information about the svn-ports-head mailing list