From 7d302e30939f159f425a736fc94f609e6bb49d64 Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 17 Apr 2008 20:38:25 +0000 Subject: 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 (maintainer) --- sysutils/lsof/Makefile | 4 ++-- 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 -- cgit