svn commit: r506308 - head/devel/nasm

Niclas Zeising zeising at FreeBSD.org
Tue Jul 9 19:52:23 UTC 2019


Author: zeising
Date: Tue Jul  9 19:52:22 2019
New Revision: 506308
URL: https://svnweb.freebsd.org/changeset/ports/506308

Log:
  devel/nasm: Use https to fetch distfiles
  
  PR:		239077
  Submitted by:	Miyashita Touka

Modified:
  head/devel/nasm/Makefile

Modified: head/devel/nasm/Makefile
==============================================================================
--- head/devel/nasm/Makefile	Tue Jul  9 19:31:39 2019	(r506307)
+++ head/devel/nasm/Makefile	Tue Jul  9 19:52:22 2019	(r506308)
@@ -5,7 +5,7 @@ PORTNAME=	nasm
 PORTVERSION=	2.14.02
 PORTEPOCH=	1
 CATEGORIES=	devel lang
-MASTER_SITES=	http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \
+MASTER_SITES=	https://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \
 		https://mirror.sobukus.de/files/src/nasm/
 
 MAINTAINER=	zeising at FreeBSD.org


More information about the svn-ports-all mailing list