diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2019-03-16 17:59:42 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2019-03-16 17:59:42 +0000 |
commit | 267808283c05907dd4b995a929da07c2e4553fa9 (patch) | |
tree | 50cab20e8d8946763e9e5422f5f783438f502c77 /net-mgmt/seafile-server/Makefile.include | |
parent | 88600c5be6fa0ab68c25635b93bf18dc96679b3a (diff) | |
download | ports-267808283c05907dd4b995a929da07c2e4553fa9.tar.gz ports-267808283c05907dd4b995a929da07c2e4553fa9.zip |
* Updated to 6.3.13
* Added patch to SeaHub to revert regression
The regression breaks the search_user function.
More details about regression can be found at:
https://github.com/haiwen/seahub/issues/3001
PR: 236047
Reported by: Martin Waschbüsch <martin@wasch^>
Notes
Notes:
svn path=/head/; revision=495933
Diffstat (limited to 'net-mgmt/seafile-server/Makefile.include')
-rw-r--r-- | net-mgmt/seafile-server/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/seafile-server/Makefile.include b/net-mgmt/seafile-server/Makefile.include index 76eecbb83854..dfe6b8b6e3b8 100644 --- a/net-mgmt/seafile-server/Makefile.include +++ b/net-mgmt/seafile-server/Makefile.include @@ -1,7 +1,7 @@ # $FreeBSD$ SEAFILE_VER=6.3.4 -SEAHUB_VER=6.3.11 +SEAHUB_VER=6.3.13 # Various vars used in most/all the Makefiles |