Skip to content

Commit 4821043

Browse files
committed
sysutils/lsof: update to 4.99.4
PR: 282897 Reported by: Älven <alster@vinterdalen.se>
1 parent cb5ba1b commit 4821043

4 files changed

Lines changed: 13 additions & 24 deletions

File tree

‎sysutils/lsof/Makefile‎

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
# to commit it. I (ler) don't have access to all the ARCH's
33

44
PORTNAME= lsof
5-
DISTVERSION= 4.99.3
6-
PORTREVISION= 2
5+
DISTVERSION= 4.99.4
76
PORTEPOCH= 8
87
CATEGORIES= sysutils
98

109
MAINTAINER= ler@FreeBSD.org
1110
COMMENT= Lists information about open files (similar to fstat(1))
12-
WWW= https://github.com/lsof-org/lsof
11+
WWW= https://github.com/lsof-org/lsof/
1312

1413
LICENSE= lsof
1514
LICENSE_NAME= lsof
@@ -21,11 +20,6 @@ CPE_VENDOR= lsof_project
2120
USE_GITHUB= yes
2221
GH_ACCOUNT= lsof-org
2322

24-
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
25-
PATCHFILES= 003c8463fd6b8cf2d25a4b10a874825f8f4b471b.patch \
26-
5233d10ec63ba674c250bdc4308c3a22a04f6d20.patch
27-
PATCH_DIST_STRIP= -p1
28-
2923
SHEBANG_FILES= scripts/*.pl
3024

3125
HAS_CONFIGURE= yes
@@ -47,7 +41,7 @@ CONFIGURE_SCRIPT= Configure
4741
CONFIGURE_ARGS= -n freebsd
4842
CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \
4943
LSOF_CC="${CC}"
50-
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
44+
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
5145

5246
# GCC needs -lzfs -lzpool for reasons unknown. If someone can
5347
# figure out why, I (ler) am all ears.
@@ -62,9 +56,8 @@ IGNORE+= requires kernel sources
6256
do-install:
6357
${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin
6458
(cd ${WRKSRC} && /usr/bin/soelim Lsof.8 > ${WRKSRC}/lsof.8)
65-
${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${PREFIX}/share/man/man8/lsof.8
66-
@${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof
67-
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof
68-
@${CHMOD} 0444 ${STAGEDIR}${PREFIX}/share/lsof/00*
59+
${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${MANDIRS}/man8/lsof.8
60+
${MKDIR} ${STAGEDIR}${DATADIR}
61+
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${DATADIR}
6962

7063
.include <bsd.port.post.mk>

‎sysutils/lsof/distinfo‎

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
TIMESTAMP = 1711222041
2-
SHA256 (lsof-org-lsof-4.99.3_GH0.tar.gz) = b9c56468b927d9691ab168c0b1e9f8f1f835694a35ff898c549d383bd8d09bd4
3-
SIZE (lsof-org-lsof-4.99.3_GH0.tar.gz) = 1134357
4-
SHA256 (003c8463fd6b8cf2d25a4b10a874825f8f4b471b.patch) = 08a6982c00b937058a700657307b91486c873d8403e8b4ff7e127ce1ab41bbfd
5-
SIZE (003c8463fd6b8cf2d25a4b10a874825f8f4b471b.patch) = 2670
6-
SHA256 (5233d10ec63ba674c250bdc4308c3a22a04f6d20.patch) = d035dfdd9de8aebbb901c1992bd934d528808ec4376865e8857f3a219777c825
7-
SIZE (5233d10ec63ba674c250bdc4308c3a22a04f6d20.patch) = 603
1+
TIMESTAMP = 1732211983
2+
SHA256 (lsof-org-lsof-4.99.4_GH0.tar.gz) = 90d02ae35cd14341bfb04ce80e0030767476b0fc414a0acb115d49e79b13d56c
3+
SIZE (lsof-org-lsof-4.99.4_GH0.tar.gz) = 1135014

‎sysutils/lsof/pkg-descr‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Lsof (LiSt Open Files) lists information about files that are open by the
22
running processes. An open file may be a regular file, a directory, a block
3-
special file, a character special file, an executing text reference, a
4-
library, a stream or a network file (Internet socket, NFS file or Unix domain
5-
socket).
3+
special file, a character special file, an executing text reference, a library,
4+
a stream or a network file (Internet socket, NFS file or Unix domain socket).
65

76
See also fstat(1) in the base system.

‎sysutils/lsof/pkg-plist‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ share/man/man8/lsof.8.gz
22
@group kmem
33
@mode 2755
44
sbin/lsof
5-
@mode
65
@group wheel
6+
@mode 0444
77
%%DATADIR%%/00MANIFEST
88
%%DATADIR%%/00README
9+
@mode
910
%%DATADIR%%/big_brother.pl
1011
%%DATADIR%%/count_pf.pl
1112
%%DATADIR%%/identd.pl

0 commit comments

Comments
 (0)