diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-28 10:33:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-28 10:33:02 +0000 |
commit | 5f3401f3f8dc7e1f99d6accb9c5378ea38aa893c (patch) | |
tree | 6079822d540dbff7c27652a373f576e88a141f9b /sysutils/lsof | |
parent | 31029d55c29b80e0295a908ac6367654f74f6c01 (diff) |
Update to a new version of LSOF that gets around the problems building on
newer current and stable machines.
Submitted by: Vic Abell
Notes
Notes:
svn path=/head/; revision=35482
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 495a4be75083..ada8f10a8ade 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.52 +PORTVERSION= 4.52.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,8 +18,8 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_W -#DISTNAME= ${PORTNAME}_4.52A.freebsd +#DISTNAME= ${PORTNAME}_${PORTVERSION}_W +DISTNAME= ${PORTNAME}_4.53C.freebsd MAINTAINER= obrien@FreeBSD.org diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index f14bf3d954bb..34023bec57c4 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.52_W.tar.gz) = 256ee35b7d11c7b334e4c99c6c4fd0e1 +MD5 (lsof_4.53C.freebsd.tar.gz) = 19947e339b34f05bb5bf0b34e1d166c0 |