aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2023-12-06 21:55:05 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2023-12-06 21:55:05 +0000
commitfd676f4c4b9a477200aab62aaa69c3f2b9893a9b (patch)
tree0a66ef763c9287cbdc364cf847822c791f983cbd
parent520ab59359a4d1ac0ae0575d6f43de559b616379 (diff)
downloadports-fd676f4c4b9a477200aab62aaa69c3f2b9893a9b.tar.gz
ports-fd676f4c4b9a477200aab62aaa69c3f2b9893a9b.zip
seafile-client: Update to 9.0.4
-rw-r--r--net-mgmt/seafile-client/Makefile5
-rw-r--r--net-mgmt/seafile-client/distinfo6
-rw-r--r--net-mgmt/seafile-client/files/patch-daemon_Makefile.am15
-rw-r--r--net-mgmt/seafile-gui/Makefile2
-rw-r--r--net-mgmt/seafile-gui/distinfo6
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