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>
This commit is contained in:
parent
2d804d4f03
commit
ca78ece302
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29865
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lsof_4.50B.freebsd.tar.gz) = cc7f459a50aeb45d6be6d1a6e40da081
|
||||
MD5 (lsof_4.50C.freebsd.tar.gz) = 8f7238e9951bac18fb5ac81d588327eb
|
||||
|
|
Loading…
Reference in a new issue