git: 63200ef6c0ce - main - deskutils/syncthingtray: update to 1.1.5
Steve Wills
swills at FreeBSD.org
Thu Jul 15 14:13:45 UTC 2021
The branch main has been updated by swills:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63200ef6c0ce1cc511bc785855485fe8899a6cca
commit 63200ef6c0ce1cc511bc785855485fe8899a6cca
Author: Steve Wills <swills at FreeBSD.org>
AuthorDate: 2021-07-15 14:11:16 +0000
Commit: Steve Wills <swills at FreeBSD.org>
CommitDate: 2021-07-15 14:12:59 +0000
deskutils/syncthingtray: update to 1.1.5
This version supports syncthing 1.18.0
---
deskutils/syncthingtray/Makefile | 8 ++++----
deskutils/syncthingtray/distinfo | 14 +++++++-------
.../files/patch-plasmoid-lib-syncthingapplet.cpp | 11 +++++++++++
3 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile
index f4aad50055e7..28c4d70f47bf 100644
--- a/deskutils/syncthingtray/Makefile
+++ b/deskutils/syncthingtray/Makefile
@@ -1,5 +1,5 @@
PORTNAME= syncthingtray
-PORTVERSION= 1.1.5
+PORTVERSION= 1.1.8
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
@@ -18,8 +18,8 @@ USES= cmake:insource compiler:c++11-lang iconv kde:5 qt:5
USE_GITHUB= nodefault
GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \
- Martchus:cpp-utilities:v5.10.2:cpputilities/../c++utilities \
- Martchus:qtutilities:v6.4.0:qtutilities/../qtutilities \
+ Martchus:cpp-utilities:v5.10.5:cpputilities/../c++utilities \
+ Martchus:qtutilities:v6.4.2:qtutilities/../qtutilities \
Martchus:subdirs:f3b12f9:subdirs/../subdirs
USE_KDE= plasma-framework
@@ -28,7 +28,7 @@ USE_QT= concurrent core dbus declarative gui location network \
widgets x11extras buildtools_build doc_build linguist_build \
qmake_build testlib_build
-CMAKE_OFF= USE_STANDARD_FILESYSTEM
+CMAKE_OFF= USE_STANDARD_FILESYSTEM SYSTEMD_SUPPORT
CONFIGURE_WRKSRC= ${WRKDIR}
BUILD_WRKSRC= ${WRKDIR}
diff --git a/deskutils/syncthingtray/distinfo b/deskutils/syncthingtray/distinfo
index 69375337047f..ed8a1e8a5648 100644
--- a/deskutils/syncthingtray/distinfo
+++ b/deskutils/syncthingtray/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1618192488
-SHA256 (Martchus-syncthingtray-v1.1.5_GH0.tar.gz) = cc8909020bbfb8fbd1fd902c87f3c1d7aeac43588d6bb3fb0ed78c82ca74b315
-SIZE (Martchus-syncthingtray-v1.1.5_GH0.tar.gz) = 1554686
-SHA256 (Martchus-cpp-utilities-v5.10.2_GH0.tar.gz) = 65c34689a2d88dc0f7bb70e5bd5a0128ee6e97746504d10239d9e6820a835d54
-SIZE (Martchus-cpp-utilities-v5.10.2_GH0.tar.gz) = 166073
-SHA256 (Martchus-qtutilities-v6.4.0_GH0.tar.gz) = c6c06a4e6648529e34e7f9bd12058d74b5e28ad755f99213dfd7d551b630ed70
-SIZE (Martchus-qtutilities-v6.4.0_GH0.tar.gz) = 109549
+TIMESTAMP = 1626355716
+SHA256 (Martchus-syncthingtray-v1.1.8_GH0.tar.gz) = 82a3ca453dd74bd2d73b49a5288eb52683ce26fbc7d4a2f6445aa57df6dc2f35
+SIZE (Martchus-syncthingtray-v1.1.8_GH0.tar.gz) = 1563970
+SHA256 (Martchus-cpp-utilities-v5.10.5_GH0.tar.gz) = 36005e493e0db4605f3270d6b7ccb3ee4b42da7a70636b00f914425ec9fe3ec6
+SIZE (Martchus-cpp-utilities-v5.10.5_GH0.tar.gz) = 168627
+SHA256 (Martchus-qtutilities-v6.4.2_GH0.tar.gz) = a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026
+SIZE (Martchus-qtutilities-v6.4.2_GH0.tar.gz) = 109593
SHA256 (Martchus-subdirs-f3b12f9_GH0.tar.gz) = b4879e20a46ea6b24558264dbd9f20072de94fa32b71b4d60e0d39523aae769f
SIZE (Martchus-subdirs-f3b12f9_GH0.tar.gz) = 8834
diff --git a/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp b/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp
new file mode 100644
index 000000000000..482b042a1ff1
--- /dev/null
+++ b/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp
@@ -0,0 +1,11 @@
+--- ../syncthingtray/plasmoid/lib/syncthingapplet.cpp.orig 2021-07-15 09:55:51.079368000 -0400
++++ ../syncthingtray/plasmoid/lib/syncthingapplet.cpp 2021-07-15 09:56:54.332702000 -0400
+@@ -226,7 +226,7 @@
+ const auto systemdConsideredForReconnect
+ = settings.systemd.apply(m_connection, currentConnectionConfig(), reconnectRequired).consideredForReconnect;
+ #else
+- const auto systemdRelevantForReconnect = false;
++ const auto systemdConsideredForReconnect = false;
+ #endif
+ if (!systemdConsideredForReconnect && (reconnectRequired || !m_connection.isConnected())) {
+ m_connection.reconnect();
More information about the dev-commits-ports-all
mailing list