Index: head/sysutils/inotify-tools/Makefile =================================================================== --- head/sysutils/inotify-tools/Makefile (revision 524759) +++ head/sysutils/inotify-tools/Makefile (revision 524760) @@ -1,46 +1,46 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= inotify-tools # new fork https://github.com/ericcurtin/inotify-tools -DISTVERSION= 3.20.2 +DISTVERSION= 3.20.2.1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line utilities to watch for file events LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify USES= autoreconf gmake libtool localbase USE_GITHUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e 's|stat64|stat|' \ ${WRKSRC}/src/common.c \ ${WRKSRC}/libinotifytools/src/inotifytools.c 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 Index: head/sysutils/inotify-tools/distinfo =================================================================== --- head/sysutils/inotify-tools/distinfo (revision 524759) +++ head/sysutils/inotify-tools/distinfo (revision 524760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580350866 -SHA256 (inotify-tools-inotify-tools-3.20.2_GH0.tar.gz) = 5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7 -SIZE (inotify-tools-inotify-tools-3.20.2_GH0.tar.gz) = 80938 +TIMESTAMP = 1580541962 +SHA256 (inotify-tools-inotify-tools-3.20.2.1_GH0.tar.gz) = 2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10 +SIZE (inotify-tools-inotify-tools-3.20.2.1_GH0.tar.gz) = 80994