git: fd676f4c4b9a - main - seafile-client: Update to 9.0.4

From: Richard Gallamore <ultima_at_FreeBSD.org>
Date: Wed, 06 Dec 2023 21:56:46 UTC
The branch main has been updated by ultima:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd676f4c4b9a477200aab62aaa69c3f2b9893a9b

commit fd676f4c4b9a477200aab62aaa69c3f2b9893a9b
Author:     Richard Gallamore <ultima@FreeBSD.org>
AuthorDate: 2023-12-06 21:55:05 +0000
Commit:     Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2023-12-06 21:55:05 +0000

    seafile-client: Update to 9.0.4
    
    Changes: https://manual.seafile.com/changelog/client-changelog/
---
 net-mgmt/seafile-client/Makefile                       |  5 +++--
 net-mgmt/seafile-client/distinfo                       |  6 +++---
 net-mgmt/seafile-client/files/patch-daemon_Makefile.am | 15 ++++++++-------
 net-mgmt/seafile-gui/Makefile                          |  2 +-
 net-mgmt/seafile-gui/distinfo                          |  6 +++---
 5 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/net-mgmt/seafile-client/Makefile b/net-mgmt/seafile-client/Makefile
index 52d6d399b82f..590c97460630 100644
--- a/net-mgmt/seafile-client/Makefile
+++ b/net-mgmt/seafile-client/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	seafile-client
 DISTVERSIONPREFIX=	v
-DISTVERSION=	8.0.8
+DISTVERSION=	9.0.4
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ultima@FreeBSD.org
@@ -15,7 +15,8 @@ LIB_DEPENDS=	libsearpc.so:devel/libsearpc \
 		libinotify.so:devel/libinotify \
 		libevent.so:devel/libevent \
 		libuuid.so:misc/e2fsprogs-libuuid \
-		libjansson.so:devel/jansson
+		libjansson.so:devel/jansson \
+		libwebsockets.so:net/libwebsockets
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \
 		bash:shells/bash
diff --git a/net-mgmt/seafile-client/distinfo b/net-mgmt/seafile-client/distinfo
index b595b5f17256..b925a467bb61 100644
--- a/net-mgmt/seafile-client/distinfo
+++ b/net-mgmt/seafile-client/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658688655
-SHA256 (haiwen-seafile-v8.0.8_GH0.tar.gz) = 02f8cb53f061d9d85752d476e72fa64835d5bab66d1fbcb240d22bc41428847b
-SIZE (haiwen-seafile-v8.0.8_GH0.tar.gz) = 737956
+TIMESTAMP = 1701891203
+SHA256 (haiwen-seafile-v9.0.4_GH0.tar.gz) = 6374569f05eb6f8d1632fbfc4356754078308e2a0605aed4e798219b4eafbb51
+SIZE (haiwen-seafile-v9.0.4_GH0.tar.gz) = 752353
diff --git a/net-mgmt/seafile-client/files/patch-daemon_Makefile.am b/net-mgmt/seafile-client/files/patch-daemon_Makefile.am
index c6154ced4435..9d1de608a01f 100644
--- a/net-mgmt/seafile-client/files/patch-daemon_Makefile.am
+++ b/net-mgmt/seafile-client/files/patch-daemon_Makefile.am
@@ -1,6 +1,6 @@
---- daemon/Makefile.am.orig	2019-06-10 01:56:16 UTC
+--- daemon/Makefile.am.orig	2023-12-06 20:22:32 UTC
 +++ daemon/Makefile.am
-@@ -37,6 +37,10 @@ if LINUX
+@@ -46,6 +46,10 @@ if LINUX
  wt_monitor_src = wt-monitor.c wt-monitor-linux.c wt-monitor-structs.c
  endif
  
@@ -11,12 +11,13 @@
  if WIN32
  wt_monitor_src = wt-monitor.c wt-monitor-win32.c wt-monitor-structs.c
  endif
-@@ -78,6 +82,7 @@ seaf_daemon_LDADD = $(top_builddir)/lib/libseafile_com
- 	@LIB_RT@ @LIB_UUID@ -lsqlite3 @LIBEVENT_LIBS@ \
+@@ -97,7 +101,7 @@ seaf_daemon_LDADD = $(top_builddir)/lib/libseafile_com
+ 	@LIB_RT@ @LIB_UUID@ -lsqlite3 @LIBEVENT_LIBS@ @LIBEVENT_PTHREADS_LIBS@\
  	$(top_builddir)/common/cdc/libcdc.la \
  	$(top_builddir)/common/index/libindex.la @LIB_WS32@ @LIB_CRYPT32@ \
--	@SEARPC_LIBS@ @JANSSON_LIBS@ @LIB_MAC@ @ZLIB_LIBS@ @CURL_LIBS@ @BPWRAPPER_LIBS@
-+	@SEARPC_LIBS@ @JANSSON_LIBS@ @LIB_MAC@ @ZLIB_LIBS@ \
-+	@CURL_LIBS@ @LIB_INOTIFY@ @BPWRAPPER_LIBS@
+-	@SEARPC_LIBS@ @JANSSON_LIBS@ @LIB_MAC@ @ZLIB_LIBS@ @CURL_LIBS@ @BPWRAPPER_LIBS@ \
+-	@WS_LIBS@
++	@SEARPC_LIBS@ @JANSSON_LIBS@ @LIB_MAC@ @ZLIB_LIBS@ @CURL_LIBS@ \
++	@LIB_INOTIFY@ @BPWRAPPER_LIBS@ @WS_LIBS@
  
  seaf_daemon_LDFLAGS = @CONSOLE@
diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile
index e041bd5e1cd1..76a77fcad69e 100644
--- a/net-mgmt/seafile-gui/Makefile
+++ b/net-mgmt/seafile-gui/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	seafile-gui
 DISTVERSIONPREFIX=	v
-DISTVERSION=	8.0.8
+DISTVERSION=	9.0.4
 CATEGORIES=	net-mgmt devel
 
 MAINTAINER=	ultima@FreeBSD.org
diff --git a/net-mgmt/seafile-gui/distinfo b/net-mgmt/seafile-gui/distinfo
index f5216a12fb0e..6a641d291634 100644
--- a/net-mgmt/seafile-gui/distinfo
+++ b/net-mgmt/seafile-gui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658688680
-SHA256 (haiwen-seafile-client-v8.0.8_GH0.tar.gz) = 4490128f7f8a1691d43fb9d3152b7a842af3542332b2a43e346f1c62ab2c37bc
-SIZE (haiwen-seafile-client-v8.0.8_GH0.tar.gz) = 11713386
+TIMESTAMP = 1701891198
+SHA256 (haiwen-seafile-client-v9.0.4_GH0.tar.gz) = aea19ae89818902c03ced33349b509683dc4e28b7b5a91974c5a21a44ff840cf
+SIZE (haiwen-seafile-client-v9.0.4_GH0.tar.gz) = 11713048