Date: Sun, 4 Sep 2016 06:40:29 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421303 - head/www/seahub Message-ID: <201609040640.u846eTw2045012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609040640.u846eTw2045012>