diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2023-10-22 08:52:43 +0200 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2023-10-22 15:13:04 +0200 |
| commit | ca4d114d277f490233f5b431079a40cd3dcb8417 (patch) | |
| tree | 31024bbab3c99f20ac3c0115529dd876102bd9e7 /net/pacemaker1/files/extra-patch-cts_watcher.py | |
| parent | devel/py-argh: Update to 0.30.0 (diff) | |
net/pacemaker1: Remove port
Pacemaker1 hasn't built in months, the last upstream commit to the 1.1
branch was more than two years ago. The last release was almost 3 years
ago and net/pacemaker2 can be used instead.
PR: 268722, 273188
Diffstat (limited to 'net/pacemaker1/files/extra-patch-cts_watcher.py')
| -rw-r--r-- | net/pacemaker1/files/extra-patch-cts_watcher.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/pacemaker1/files/extra-patch-cts_watcher.py b/net/pacemaker1/files/extra-patch-cts_watcher.py deleted file mode 100644 index ea51bd49fa52..000000000000 --- a/net/pacemaker1/files/extra-patch-cts_watcher.py +++ /dev/null @@ -1,13 +0,0 @@ ---- cts/watcher.py.orig 2020-02-07 14:06:26 UTC -+++ cts/watcher.py -@@ -140,8 +140,8 @@ class SearchObj: - self.logger.debug(message) - - def harvest(self, delegate=None): -- async = self.harvest_async(delegate) -- async.join() -+ async_calls = self.harvest_async(delegate) -+ async_calls.join() - - def harvest_async(self, delegate=None): - self.log("Not implemented") |
