diff options
author | bsam <bsam@FreeBSD.org> | 2008-04-18 04:38:25 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-04-18 04:38:25 +0800 |
commit | 7d302e30939f159f425a736fc94f609e6bb49d64 (patch) | |
tree | 9724e74615ea00bc3680596224934032bec06bf1 | |
parent | 691dcd87645d0718db10833e8163abe0896475dd (diff) | |
download | freebsd-ports-gnome-7d302e30939f159f425a736fc94f609e6bb49d64.tar.gz freebsd-ports-gnome-7d302e30939f159f425a736fc94f609e6bb49d64.tar.zst freebsd-ports-gnome-7d302e30939f159f425a736fc94f609e6bb49d64.zip |
1. Update to version 4.79L.
2. Remove the trailing whitespace at the end of the last ftp URL.
Vic Abell made the following changes to more easily bullet-proof
the new locking stuff:
-----
I've toughened the part of Configure that handles the new 7.0 and 8.0 file
locking changes and made it quit when anything goes wrong.
I've updated 00FAQ to describe why Configure quits. I also added a section
about lockf compiler errors, although it's unlikely those will be seen
any more now that Configure quits.
-----
PR: ports/122751
Submitted by: Larry Rosenman <ler at lerctr.org> (maintainer)
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 77f42dfafd6e..5814538f7fa2 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.79K +PORTVERSION= 4.79L CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ @@ -23,7 +23,7 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ - ftp://ftp.tau.ac.il/pub/unix/admin/ + ftp://ftp.tau.ac.il/pub/unix/admin/ MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 66ad9b0f60a0..c8adfbb401ef 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -MD5 (lsof_4.79K.freebsd.tar.bz2) = ccb27a947aa2e66bea31467c317141b3 -SHA256 (lsof_4.79K.freebsd.tar.bz2) = 769d598b2e418107c9b5f61fd531be65fae24188bfb8378a676549bd61d35a55 -SIZE (lsof_4.79K.freebsd.tar.bz2) = 463878 +MD5 (lsof_4.79L.freebsd.tar.bz2) = 6579bb36fb90cd1d5d6fdd9a47007eb1 +SHA256 (lsof_4.79L.freebsd.tar.bz2) = 3b3f1fba3172bb1c5082fd1b836bb9991b51fb68f8f324cf447a574b0a09fabb +SIZE (lsof_4.79L.freebsd.tar.bz2) = 464103 |