diff options
author | wiz <wiz> | 2000-08-25 00:51:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-25 00:51:21 +0000 |
commit | 0e7234ed9ef54c325f7eef0d24efcc46b754ed04 (patch) | |
tree | 40b441ccb80086893acdb7734b3ad54a46695b7a /sysutils/lsof/Makefile | |
parent | 8bb7d3cab66837916ce51b578a3e39950194f1ba (diff) | |
download | pkgsrc-0e7234ed9ef54c325f7eef0d24efcc46b754ed04.tar.gz |
Update to 4.51 -- integrates patch. Other relevant changes:
Changes scripts/ to make Perl 5 the standard; corrects a bug in the
reporting of a PTX fattach()'d target address; encourages NetBSD and
OpenBSD lsof to use /usr/include/uvm when it's available; adds
snprintf() support, including a private version for dialects without
one; fixes a BSDI, DEC/OSF1, Digital UNIX, FreeBSD, NetBSD, OpenBSD,
and Tru64 UNIX repeat-mode memory leak.
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 d0105e82ffe..82f2f666e0f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2000/06/30 23:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2000/08/25 00:51:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.50_W -PKGNAME= lsof-4.50.2 +DISTNAME= lsof_4.51_W +PKGNAME= lsof-4.51.1 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ |