From 8b70b71baf0846f861588b80cb8b9fdf45b463f6 Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Sun, 23 Apr 2017 21:28:40 +0000 Subject: [PATCH] Remove http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ as it hasn't been updated since 2012. Approved by: adamw (mentor), rene (co-mentor) Differential Revision: https://reviews.freebsd.org/D10473 --- sysutils/lsof/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5ab82d3e959a..f530bf3bc7c1 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -5,8 +5,7 @@ PORTNAME= lsof DISTVERSION= 4.90J PORTEPOCH= 8 CATEGORIES= sysutils -MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ +MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ LOCAL/ler/lsof \ ftp://ftp.ayamura.org/pub/lsof/ \