svn commit: r486964 - head/devel/ncurses

Steve Wills swills at FreeBSD.org
Sat Dec 8 16:58:50 UTC 2018


Author: swills
Date: Sat Dec  8 16:58:49 2018
New Revision: 486964
URL: https://svnweb.freebsd.org/changeset/ports/486964

Log:
  devel/ncurses: add https download mirror
  
  PR:		233855
  Reported by:	p5B2E9A8F at t-online.de

Modified:
  head/devel/ncurses/Makefile   (contents, props changed)

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Sat Dec  8 16:25:29 2018	(r486963)
+++ head/devel/ncurses/Makefile	Sat Dec  8 16:58:49 2018	(r486964)
@@ -4,7 +4,8 @@
 PORTNAME=	ncurses
 DISTVERSION=	6.1-${SNAPSHOT}
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME}/current/
+MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME}/current/ \
+		https://invisible-mirror.net/archives/ncurses/current/
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	swills at FreeBSD.org


More information about the svn-ports-all mailing list