mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
sysutils/fswatch: Update to 1.18.3
ok semarie@
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
COMMENT = file change monitor
|
||||
|
||||
DISTNAME = fswatch-${V}
|
||||
V = 1.17.1
|
||||
V = 1.18.3
|
||||
|
||||
SHARED_LIBS += fswatch 0.0 # 13.0
|
||||
SHARED_LIBS += fswatch 0.1 # 13.0
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (fswatch-1.17.1.tar.gz) = w440HFZ/Xxa/pkty/Ei7pek4c9hXJSLmcObzILvCEi8=
|
||||
SIZE (fswatch-1.17.1.tar.gz) = 853852
|
||||
SHA256 (fswatch-1.18.3.tar.gz) = CLE8Dg+SvV7uWjELtY/Dc/DNqDBPnezDTPq8Qq346co=
|
||||
SIZE (fswatch-1.18.3.tar.gz) = 815588
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
Index: libfswatch/src/libfswatch/c++/kqueue_monitor.cpp
|
||||
--- libfswatch/src/libfswatch/c++/kqueue_monitor.cpp.orig
|
||||
+++ libfswatch/src/libfswatch/c++/kqueue_monitor.cpp
|
||||
@@ -131,7 +131,7 @@ namespace fsw
|
||||
nanoseconds *= 1000000000;
|
||||
|
||||
struct timespec ts{};
|
||||
- ts.tv_sec = static_cast<__darwin_time_t>(seconds);
|
||||
+ ts.tv_sec = seconds;
|
||||
ts.tv_nsec = static_cast<long>(nanoseconds);
|
||||
|
||||
return ts;
|
||||
@@ -6,8 +6,6 @@ include/libfswatch/c++/event.hpp
|
||||
include/libfswatch/c++/filter.hpp
|
||||
include/libfswatch/c++/kqueue_monitor.hpp
|
||||
include/libfswatch/c++/libfswatch_exception.hpp
|
||||
include/libfswatch/c++/libfswatch_map.hpp
|
||||
include/libfswatch/c++/libfswatch_set.hpp
|
||||
include/libfswatch/c++/monitor.hpp
|
||||
include/libfswatch/c++/monitor_factory.hpp
|
||||
include/libfswatch/c++/path_utils.hpp
|
||||
|
||||
Reference in New Issue
Block a user