diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-20 19:17:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-20 19:17:41 +0000 |
commit | a3463c13185c8e0444220d3dbc7620f886b4bfee (patch) | |
tree | 2f75074b5b7d8f04e1ea75b66b9cc84f647161d1 /sysutils/lsof | |
parent | dab9f314ab46b24c3c18aa14a25fc9974719798d (diff) | |
download | ports-a3463c13185c8e0444220d3dbc7620f886b4bfee.tar.gz ports-a3463c13185c8e0444220d3dbc7620f886b4bfee.zip |
Update to version 4.59
* IPv4 and IPv6 network files can be selected with -i4 and -i6.
(IPv6 network file selection is only possible when lsof supports
IPv6 for the dialect.)
* Added new output field for raw device number in hex. The field is
identified with 'r'. This field is NOT selected when -F or -F0 is
specified so that its appearance won't disturb existing scripts that
process field output.
Notes
Notes:
svn path=/head/; revision=49010
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 b7a5857bd74f..eb0219c703ff 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.58.2 +PORTVERSION= 4.59 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.59B.freebsd +DISTNAME= ${PORTNAME}_${PORTVERSION}_W +#DISTNAME= ${PORTNAME}_4.59B.freebsd MAINTAINER= obrien@FreeBSD.org diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 7b6dfd2ae5b3..66fa0e23b6af 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.59B.freebsd.tar.gz) = 53a618c50805bf8814953022d61bc8ba +MD5 (lsof_4.59_W.tar.gz) = 537a64115c7e367a06c8ef48606bfa44 |