git: 8a8ba134e194 - main - sysutils/inotify-tools: update 4.23.8.0 → 4.23.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Dec 2023 23:01:35 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a8ba134e194b5fef46226415b970d446a2af9dc
commit 8a8ba134e194b5fef46226415b970d446a2af9dc
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-20 23:01:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-20 23:01:28 +0000
sysutils/inotify-tools: update 4.23.8.0 → 4.23.9.0
Reported by: portscout
---
sysutils/inotify-tools/Makefile | 2 +-
sysutils/inotify-tools/distinfo | 6 +++---
sysutils/inotify-tools/files/patch-src_Makefile.am | 18 ++++++++++--------
3 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/sysutils/inotify-tools/Makefile b/sysutils/inotify-tools/Makefile
index 1a1be48fa229..3e5c665e71b1 100644
--- a/sysutils/inotify-tools/Makefile
+++ b/sysutils/inotify-tools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= inotify-tools
-DISTVERSION= 4.23.8.0
+DISTVERSION= 4.23.9.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
diff --git a/sysutils/inotify-tools/distinfo b/sysutils/inotify-tools/distinfo
index ceabaaecce2a..fa30f9ecc37f 100644
--- a/sysutils/inotify-tools/distinfo
+++ b/sysutils/inotify-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692682288
-SHA256 (inotify-tools-inotify-tools-4.23.8.0_GH0.tar.gz) = 8ad8b72a146af57688f3289b33b92a026915fc677997147071887b65b603d20a
-SIZE (inotify-tools-inotify-tools-4.23.8.0_GH0.tar.gz) = 93265
+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
diff --git a/sysutils/inotify-tools/files/patch-src_Makefile.am b/sysutils/inotify-tools/files/patch-src_Makefile.am
index 96f6b8cd3c84..2c99329855fe 100644
--- a/sysutils/inotify-tools/files/patch-src_Makefile.am
+++ b/sysutils/inotify-tools/files/patch-src_Makefile.am
@@ -1,15 +1,17 @@
---- src/Makefile.am.orig 2023-08-21 19:51:56 UTC
+--- src/Makefile.am.orig 2023-09-12 16:26:42 UTC
+++ src/Makefile.am
-@@ -12,10 +12,10 @@ fsnotifywatch_CPPFLAGS = $(AM_CPPFLAGS) -DENABLE_FANOT
+@@ -12,11 +12,11 @@ fsnotifywatch_CPPFLAGS = $(AM_CPPFLAGS) -DENABLE_FANOT
endif
if IS_CLANG
--AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument -I../libinotifytools/src
-+AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument
- AM_CPPFLAGS = -std=c++17 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument -I../libinotifytools/src
+-AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument -I../libinotifytools/src -I$(srcdir)/../libinotifytools/src
++AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument -I../libinotifytools/src
+ AM_CPPFLAGS = -std=c++17 -fno-exceptions -Wall -Wextra -Wshadow -Werror -Wno-unused-command-line-argument -I../libinotifytools/src -I$(srcdir)/../libinotifytools/src
else
--AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src
-+AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror
- AM_CPPFLAGS = -std=c++17 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src
+-AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src -I$(srcdir)/../libinotifytools/src
+-AM_CPPFLAGS = -std=c++17 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src -I$(srcdir)/../libinotifytools/src
++AM_CFLAGS = -std=c99 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src
++AM_CPPFLAGS = -std=c++17 -fno-exceptions -Wall -Wextra -Wshadow -Werror -I../libinotifytools/src
endif
+ LDADD = ../libinotifytools/src/libinotifytools.la