diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-25 21:35:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-25 21:35:41 +0000 |
commit | 600871821b1a774d1b9903b144bbdfcf47728f1f (patch) | |
tree | eb47eae0eee05b5519dd1d0a1daca608efeafdb8 /sysutils/lsof | |
parent | 9049bd155343738a8c3cfe46b6e82d9090d913d7 (diff) | |
download | FreeBSD-ports-600871821b1a774d1b9903b144bbdfcf47728f1f.zip FreeBSD-ports-600871821b1a774d1b9903b144bbdfcf47728f1f.tar.gz |
Author has fixed a problem where file size and offsets were casted to a
32-bit size rather than the correct 64-bit size.
Submitted by: Vic Abell <abe@purdue.edu>
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 969af13..6946e81 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.49.2 +PORTVERSION= 4.49.3 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ #DISTNAME= ${PORTNAME}_${PORTVERSION}_W -DISTNAME= ${PORTNAME}_4.50B.freebsd +DISTNAME= ${PORTNAME}_4.50C.freebsd MAINTAINER= obrien@FreeBSD.org diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index b078473..8275908 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.50B.freebsd.tar.gz) = cc7f459a50aeb45d6be6d1a6e40da081 +MD5 (lsof_4.50C.freebsd.tar.gz) = 8f7238e9951bac18fb5ac81d588327eb |