svn commit: r421303 - head/www/seahub

Thomas Zander riggs at FreeBSD.org
Sun Sep 4 06:40:31 UTC 2016


Author: riggs
Date: Sun Sep  4 06:40:29 2016
New Revision: 421303
URL: https://svnweb.freebsd.org/changeset/ports/421303

Log:
  Update to upstream version 5.1.11
  
  Detailed maintainer log:
  - update import CLOUD_MODE setting
  - [sysadmin] update rm org user
  - [api] return licensed to info when get sysinfo
  - [sysadmin] add search user by name & contact email
  - [api2] update search user api
  
  PR:		212297
  Submitted by:	Ultima1252 at gmail.com (maintainer)

Modified:
  head/www/seahub/Makefile
  head/www/seahub/distinfo
  head/www/seahub/pkg-plist

Modified: head/www/seahub/Makefile
==============================================================================
--- head/www/seahub/Makefile	Sun Sep  4 04:06:00 2016	(r421302)
+++ head/www/seahub/Makefile	Sun Sep  4 06:40:29 2016	(r421303)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	seahub
-PORTVERSION=	5.1.10
+PORTVERSION=	5.1.11
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-pro
-PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	ultima1252 at gmail.com
@@ -112,7 +111,7 @@ do-install:
 	! -name default-non-register.jpg ! -name default.png ! -name groups")
 	(cd ${WRKSRC}/media && ${COPYTREE_SHARE} ./avatars \
 		 ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR})
-	${LN} -fs ${PREFIX}/${SEAHUB_DATA_DIR}/avatars \
+	${LN} -fs ../../seafile-server/seahub/media/avatars \
 		${STAGEDIR}${PREFIX}/${SEAHUBDIR}/media/avatars
 
 .include <bsd.port.mk>

Modified: head/www/seahub/distinfo
==============================================================================
--- head/www/seahub/distinfo	Sun Sep  4 04:06:00 2016	(r421302)
+++ head/www/seahub/distinfo	Sun Sep  4 06:40:29 2016	(r421303)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468253856
-SHA256 (haiwen-seahub-v5.1.10-pro_GH0.tar.gz) = 2884622f7a8b66eb6db25afbbd25107bee02757a64b2051963952005142c348e
-SIZE (haiwen-seahub-v5.1.10-pro_GH0.tar.gz) = 6833873
+TIMESTAMP = 1472668221
+SHA256 (haiwen-seahub-v5.1.11-pro_GH0.tar.gz) = 31ee2aed4b5fd74a2347443fbe978f3f4e717a5212c2ac8fa9bc5dcb10887540
+SIZE (haiwen-seahub-v5.1.11-pro_GH0.tar.gz) = 6834554

Modified: head/www/seahub/pkg-plist
==============================================================================
--- head/www/seahub/pkg-plist	Sun Sep  4 04:06:00 2016	(r421302)
+++ head/www/seahub/pkg-plist	Sun Sep  4 06:40:29 2016	(r421303)
@@ -1332,7 +1332,6 @@
 %%SEAHUBDIR%%/tests/api/test_repo_tokens.py
 %%SEAHUBDIR%%/tests/api/test_repo_user_folder_perm.py
 %%SEAHUBDIR%%/tests/api/test_repos.py
-%%SEAHUBDIR%%/tests/api/test_search_user.py
 %%SEAHUBDIR%%/tests/api/test_shared_repo.py
 %%SEAHUBDIR%%/tests/api/test_shares.py
 %%SEAHUBDIR%%/tests/api/test_starredfiles.py
@@ -1420,6 +1419,8 @@
 %%SEAHUBDIR%%/tests/ui/driver.py
 %%SEAHUBDIR%%/tests/ui/fixtures.py
 %%SEAHUBDIR%%/tests/ui/test_sudo_mode.py
+%%SEAHUBDIR%%/tests/api/endpoints/test_search_user.py
+%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_search.py
 %%SITEPACKAGEDIR%%/captcha/__init__.py
 %%SITEPACKAGEDIR%%/captcha/conf/__init__.py
 %%SITEPACKAGEDIR%%/captcha/conf/settings.py


More information about the svn-ports-head mailing list