Add HOMEPAGE and fix MASTER_SITES. The current port doesn't let me fetch lsof since lsof 4.84 is out which means that the mirrors moved 4.83 into the OLD sub-directory. And the purdue.edu site requires reverse DNS lookup before it allows access.
Index: Makefile =================================================================== RCS file: /usr/cvs/ports/sysutils/lsof/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- Makefile 26 Jul 2010 07:25:40 -0000 1.71 +++ Makefile 2 Aug 2010 21:59:52 -0000 @@ -6,9 +6,13 @@ DISTNAME= lsof_${VERSION} PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= sysutils + +HOMEPAGE= http://people.freebsd.org/~abe/ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \ - ftp://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/ + ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/ \ + ftp://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/ \ + ftp://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/OLD/ MAINTAINER= Peter Valchev <pvalc...@openbsd.org>