diff --git a/sysutils/inotify-tools/Makefile b/sysutils/inotify-tools/Makefile index 167c7827be2a..298a69f5ae68 100644 --- a/sysutils/inotify-tools/Makefile +++ b/sysutils/inotify-tools/Makefile @@ -1,50 +1,49 @@ PORTNAME= inotify-tools -DISTVERSION= 4.23.9.0 -PORTREVISION= 1 +DISTVERSION= 4.25.9.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line utilities to watch for file events WWW= https://github.com/inotify-tools/inotify-tools/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify TEST_DEPENDS= bash:shells/bash USES= autoreconf compiler:c11 gmake libtool localbase shebangfix USE_GITHUB= yes USE_LDCONFIG= yes SHEBANG_GLOB= *.t *.sh GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen INSTALL_TARGET= install-strip OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} \ -e 's|SHELL_PATH ?= /bin/bash|SHELL_PATH ?= ${LOCALBASE}/bin/bash|' \ ${WRKSRC}/t/Makefile post-build-STATIC-on: @cd ${WRKSRC}/src && \ ${CC} -pthread ${LDFLAGS} -static -o inotifywait.static inotifywait.o common.o ../libinotifytools/src/.libs/libinotifytools.a ${LOCALBASE}/lib/libinotify.a && \ ${CC} -pthread ${LDFLAGS} -static -o inotifywatch.static inotifywatch.o common.o ../libinotifytools/src/.libs/libinotifytools.a ${LOCALBASE}/lib/libinotify.a post-install-STATIC-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/inotifywait.static ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/inotifywatch.static ${STAGEDIR}${PREFIX}/bin do-test: # Some tests are known to fail: https://github.com/inotify-tools/inotify-tools/issues/108 @${ECHO} "unit test" @cd ${WRKSRC}/libinotifytools/src && ${GMAKE} test && ./test @${ECHO} "integration test" @cd ${WRKSRC}/t && ${GMAKE} .include diff --git a/sysutils/inotify-tools/distinfo b/sysutils/inotify-tools/distinfo index fa30f9ecc37f..fa8e06854d7a 100644 --- a/sysutils/inotify-tools/distinfo +++ b/sysutils/inotify-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703113035 -SHA256 (inotify-tools-inotify-tools-4.23.9.0_GH0.tar.gz) = 1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855 -SIZE (inotify-tools-inotify-tools-4.23.9.0_GH0.tar.gz) = 93281 +TIMESTAMP = 1758094445 +SHA256 (inotify-tools-inotify-tools-4.25.9.0_GH0.tar.gz) = d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b +SIZE (inotify-tools-inotify-tools-4.25.9.0_GH0.tar.gz) = 94099 diff --git a/sysutils/inotify-tools/pkg-plist b/sysutils/inotify-tools/pkg-plist index 45c279bb9447..54dacf82fde9 100644 --- a/sysutils/inotify-tools/pkg-plist +++ b/sysutils/inotify-tools/pkg-plist @@ -1,17 +1,19 @@ +bin/fsnotifywait +bin/fsnotifywatch bin/inotifywait bin/inotifywatch %%STATIC%%bin/inotifywait.static %%STATIC%%bin/inotifywatch.static include/inotifytools/fanotify-dfid-name.h include/inotifytools/fanotify.h include/inotifytools/inotify-nosys.h include/inotifytools/inotify.h include/inotifytools/inotifytools.h lib/libinotifytools.a lib/libinotifytools.so lib/libinotifytools.so.0 lib/libinotifytools.so.0.4.1 share/man/man1/fsnotifywait.1.gz share/man/man1/fsnotifywatch.1.gz share/man/man1/inotifywait.1.gz share/man/man1/inotifywatch.1.gz