diff options
author | atatat <atatat> | 2001-10-22 12:39:17 +0000 |
---|---|---|
committer | atatat <atatat> | 2001-10-22 12:39:17 +0000 |
commit | 518f86613ef289bf91f3c2cbc625d589e9077b80 (patch) | |
tree | 453bb3cbbd17cc22d6538ba700d4bd3500cfc251 /sysutils/lsof/Makefile | |
parent | b639393df5ca92ed6f0ba2055a9ea7b02fa527f3 (diff) | |
download | pkgsrc-518f86613ef289bf91f3c2cbc625d589e9077b80.tar.gz |
Upgrade to lsof version 4.59, which obsoletes patch-ab. NetBSD
releated changes from the release notes for 4.59 include:
4.59 October 20, 2001
...
Added an additional UVM test to the NetBSD Configure
stanza. Andrew Brown <atatat@atatdot.net> supplied
the test; it recognizes NetBSD 1.5Y UVM changes to
the vnode structure recently committed by Chuck
Silvers.
...
Added an IP version selector to the -i option
parameters.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9148145136c..0b262009ace 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2001/10/09 13:57:46 atatat Exp $ +# $NetBSD: Makefile,v 1.48 2001/10/22 12:39:17 atatat Exp $ # -DISTNAME= lsof_4.58_W -PKGNAME= lsof-4.58 +DISTNAME= lsof_4.59_W +PKGNAME= lsof-4.59 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ |