svn commit: r439262 - head/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Sun Apr 23 21:28:41 UTC 2017


Author: ler
Date: Sun Apr 23 21:28:40 2017
New Revision: 439262
URL: https://svnweb.freebsd.org/changeset/ports/439262

Log:
  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

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sun Apr 23 21:16:47 2017	(r439261)
+++ head/sysutils/lsof/Makefile	Sun Apr 23 21:28:40 2017	(r439262)
@@ -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/ \


More information about the svn-ports-head mailing list