summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2020-11-11 22:11:45 +0000
committerCraig Leres <leres@FreeBSD.org>2020-11-11 22:11:45 +0000
commit6e97963b05602a67516de3d4c979860e4f8284f6 (patch)
tree52aa4fe105dbdbaa4a0a00ba0b8cca1284d87c94 /sysutils/lsof/Makefile
parentwww/node: Update 15.0.1_1 -> 15.1.0 (diff)
sysutils/lsof: Unbreak for 12.2-RELEASE and newer 13.0-CURRENT
The the order of fields in the namecache struct changed in stable/12 (r363891) and head (r367338); this definition is not public so lsof has it's own copy that needs to be conditionally adjusted accordingly. PR: 250916 Approved by: ler (maintainer)
Notes
Notes: svn path=/head/; revision=554915
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index a1dc423f27ca..d14a78165af9 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -6,7 +6,7 @@
PORTNAME= lsof
DISTVERSION= 4.93.2
-PORTREVISION= 13
+PORTREVISION= 14
PORTEPOCH= 8
CATEGORIES= sysutils