Skip to content

Commit

Permalink
seafile-client: Update to 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed Dec 6, 2023
1 parent 520ab59 commit fd676f4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
5 changes: 3 additions & 2 deletions net-mgmt/seafile-client/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= seafile-client
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.8
DISTVERSION= 9.0.4
CATEGORIES= net-mgmt

MAINTAINER= ultima@FreeBSD.org
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/seafile-client/distinfo
Original file line number Diff line number Diff line change
@@ -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
15 changes: 8 additions & 7 deletions net-mgmt/seafile-client/files/patch-daemon_Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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@
2 changes: 1 addition & 1 deletion net-mgmt/seafile-gui/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/seafile-gui/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fd676f4

Please sign in to comment.