aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lsof
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-03-06 16:39:32 +0800
committerdhn <dhn@FreeBSD.org>2011-03-06 16:39:32 +0800
commit6815b405db8da12d1116c9399386e150f2848fd7 (patch)
tree9f723350e41d3ecbbbaac9a4641b81663f9fbf8d /sysutils/lsof
parent7762f0d94539166459f42135e50e3cfc49fea054 (diff)
downloadfreebsd-ports-gnome-6815b405db8da12d1116c9399386e150f2848fd7.tar.gz
freebsd-ports-gnome-6815b405db8da12d1116c9399386e150f2848fd7.tar.zst
freebsd-ports-gnome-6815b405db8da12d1116c9399386e150f2848fd7.zip
- Update to 4.85C
PR: port/155292 Submitted by: Larry Rosenman <ler@lerctr.org> maintainer
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile2
-rw-r--r--sysutils/lsof/distinfo4
-rw-r--r--sysutils/lsof/files/patch-Configure31
3 files changed, 3 insertions, 34 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index c421b3cd5191..80625b8177ce 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= lsof
-PORTVERSION= 4.85A
+PORTVERSION= 4.85C
PORTEPOCH= 5
CATEGORIES= sysutils
MASTER_SITES= http://www.SpringDaemons.com/stas/ \
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index a85ccdb1aed9..8db191c45f6d 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.85A.freebsd.tar.bz2) = 20ad3dc9b2d48ed74c4e3a60bb70d1ee6708bcf9acbc38c39c77f8c0df66e8fc
-SIZE (lsof_4.85A.freebsd.tar.bz2) = 476130
+SHA256 (lsof_4.85C.freebsd.tar.bz2) = 8fcfc4e66bd3c774715afaed4496e53f38a2cf397ff3cbfcf44d6b62ade2bff8
+SIZE (lsof_4.85C.freebsd.tar.bz2) = 477945
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure
deleted file mode 100644
index d4272c8e9d06..000000000000
--- a/sysutils/lsof/files/patch-Configure
+++ /dev/null
@@ -1,31 +0,0 @@
---- Configure.orig 2011-01-19 01:47:42.000000000 +0800
-+++ Configure 2011-01-23 04:40:04.000000000 +0800
-@@ -1576,6 +1576,10 @@
- LSOF_TSTBIGF=" "
- LSOF_VERS=8000
- ;;
-+ 8.1*)
-+ LSOF_TSTBIGF=" "
-+ LSOF_VERS=8010
-+ ;;
- 8.2*)
- LSOF_TSTBIGF=" "
- LSOF_VERS=8020
-@@ -1601,7 +1605,7 @@
- # Clear LSOF_UNSUP message for supported versions of FreeBSD.
-
- case $LSOF_VERS in # {
-- 4090|7000|7010|7020|7030|7040|8000|8020|9000)
-+ 4090|7000|7010|7020|7030|7040|8000|8010|8020|9000)
- LSOF_UNSUP=""
- ;;
- esac # }
-@@ -1687,7 +1691,7 @@
- LSOF_CFGF="$LSOF_CFGF -DHASVMLOCKH"
- fi # }
- ;;
-- 4000|4010|4020|4030|4040|4050|4060|4070|4080|4090|4100|4110|5000|5010|5020|5030|5040|5050|6000|6010|6020|6030|6040|7000|7010|7020|7030|7040|8000|8020|9000)
-+ 4000|4010|4020|4030|4040|4050|4060|4070|4080|4090|4100|4110|5000|5010|5020|5030|5040|5050|6000|6010|6020|6030|6040|7000|7010|7020|7030|7040|8000|8010|8020|9000)
- if test -r ${LSOF_INCLUDE}/nfs/rpcv2.h # {
- then
- LSOF_CFGF="$LSOF_CFGF -DHASRPCV2H"