svn commit: r431195 - head/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Wed Jan 11 18:26:12 UTC 2017


Author: ler
Date: Wed Jan 11 18:26:11 2017
New Revision: 431195
URL: https://svnweb.freebsd.org/changeset/ports/431195

Log:
  Mirror distfile on MASTER_SITES_LOCAL instead of my server
  
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9139

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Wed Jan 11 17:56:17 2017	(r431194)
+++ head/sysutils/lsof/Makefile	Wed Jan 11 18:26:11 2017	(r431195)
@@ -8,7 +8,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \
-		http://www.lerctr.org/lsof/ \
+		LOCAL/ler/lsof \
 		ftp://ftp.ayamura.org/pub/lsof/ \
 		ftp://ftp.ayamura.org/pub/lsof/NEW/ \
 		ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \


More information about the svn-ports-all mailing list