On 2010/08/02 18:05, Daniel Dickman wrote: > Add HOMEPAGE and fix MASTER_SITES.
Touching HOMEPAGE requires a bump. And let's put a working URL first in the list (also switched mirrorservice to http). Keeping the first ftp:// entry without /OLD so that "make peek-ftp" is more useful. Ok? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/lsof/Makefile,v retrieving revision 1.71 diff -u -p -r1.71 Makefile --- Makefile 26 Jul 2010 07:25:40 -0000 1.71 +++ Makefile 3 Aug 2010 08:38:24 -0000 @@ -5,10 +5,17 @@ COMMENT= list information about open fil VERSION= 4.83 DISTNAME= lsof_${VERSION} PKGNAME= ${DISTNAME:S/_/-/} +REVISION= 0 CATEGORIES= sysutils -MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ + +HOMEPAGE= http://people.freebsd.org/~abe/ + +MASTER_SITES= http://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/OLD/ \ + ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ + ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ \ + ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/ \ ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \ - ftp://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/ + http://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/ MAINTAINER= Peter Valchev <pvalc...@openbsd.org>