lsof: update to 4.99.3.

Adopted.
This commit is contained in:
Leah Neukirchen 2024-01-28 17:47:46 +01:00
parent 792ad41f5e
commit d9f49de2a3

View file

@ -1,18 +1,18 @@
# Template file for 'lsof'
pkgname=lsof
version=4.99.0
version=4.99.3
revision=1
build_style=gnu-configure
configure_args="--enable-security"
configure_args="--enable-security --disable-liblsof"
hostmakedepends="automake groff"
checkdepends="util-linux procps-ng"
short_desc="LiSt Open Files"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="lsof"
homepage="https://github.com/lsof-org/lsof"
changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof-${version}.tar.gz"
checksum=180e6284aff184d94d273e34f7264edc2af849c07b1c5d6a4183d4d402734245
checksum=86428a8881b0d1147a52058e853c775b83d794f0da685d549b2bfd07063ed1cd
post_extract() {
# Ensure tests always run
@ -23,9 +23,6 @@ post_extract() {
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
vsed -i Makefile.am -e '/^TESTS +=/s:tests/LTsock::g'
fi
# liblsof is still in alpha. Don't include it in the package.
vsed -i Makefile.am -e '/^lib_LTLIBRARIES/s/^lib_/noinst_/; /^include_HEADERS/d'
}
post_install() {