Bug 212297

Summary: www/seahub: Update to 5.1.11
Product: Ports & Packages Reporter: Ultima <Ultima1252>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi, riggs
Priority: --- Keywords: easy, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/haiwen/seahub/commits/v5.1.11-pro
Attachments:
Description Flags
seahub.diff Ultima1252: maintainer-approval+

Description Ultima 2016-08-31 20:41:00 UTC
Created attachment 174272 [details]
seahub.diff

This is an update to seahub to the most current version, 5.1.11. 


* Updated to 5.1.11

 - 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


portlint -AC:
WARN: Makefile: [0]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 2 warnings found.


poudriere bulk -tC:
12amd64: success
12i386: success
11amd64: success
11i386: success
101amd64: success
101i386: success
93amd64: spdylay requires OpenSSL 1.0.1+
93i386: spdylay requires OpenSSL 1.0.1+
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2016-09-03 07:21:20 UTC
Can I turn this absolute symlink into a relative symlink, like so?:

-	${LN} -fs ${PREFIX}/${SEAHUB_DATA_DIR}/avatars \
+	${LN} -fs ../../seafile-server/seahub/media/avatars \
 		${STAGEDIR}${PREFIX}/${SEAHUBDIR}/media/avatars

This silences the warning in stage-qa.
Comment 2 Ultima 2016-09-03 09:42:42 UTC
(In reply to Thomas Zander from comment #1)
Yeah that would work thanks for pointing it out.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-09-04 06:41:22 UTC
A commit references this bug:

Author: riggs
Date: Sun Sep  4 06:40:30 UTC 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)

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