diff options
author | max <max@FreeBSD.org> | 1997-02-04 16:30:22 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-04 16:30:22 +0800 |
commit | 67cda88a9227aaa621023fb2df800be64ad6594e (patch) | |
tree | 7723819d389ec5bda91b7b6e695a3674f7c5cfd7 /sysutils/lsof/Makefile | |
parent | 1493d24036084d5690b645b698c6fdef90490376 (diff) | |
download | freebsd-ports-gnome-67cda88a9227aaa621023fb2df800be64ad6594e.tar.gz freebsd-ports-gnome-67cda88a9227aaa621023fb2df800be64ad6594e.tar.zst freebsd-ports-gnome-67cda88a9227aaa621023fb2df800be64ad6594e.zip |
Upgrade, 3.82 -> 3.86.
Pointed-out by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
(Closing part 1/2 of PR #2650.)
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9ec95ee702e2..b322955f7a52 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: lsof -# Version required: 3.75 +# Version required: 3.86 # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.3 1996/11/18 11:40:12 asami Exp $ +# $Id: Makefile,v 1.4 1996/12/11 19:10:34 obrien Exp $ # -DISTNAME= lsof_3.82_W -PKGNAME= lsof-3.82 +DISTNAME= lsof_3.86_W +PKGNAME= lsof-3.86 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ |