Bug 216474 - net-mgmt/seafile-server: Bug fixes
Summary: net-mgmt/seafile-server: Bug fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2017-01-26 01:29 UTC by Ultima
Modified: 2017-01-27 03:25 UTC (History)
2 users (show)

See Also:


Attachments
seafile-server.diff (1.91 KB, patch)
2017-01-26 01:29 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ultima 2017-01-26 01:29:53 UTC
Created attachment 179322 [details]
seafile-server.diff

This is a bug fix release update. stat command call with incorrect options has been fixed to work on *bsd. Readded the sqlite scripts to run seafile under sqlite. Previously they were removed due to being broken, this was fixed upstream.

* PORTREVISION bump
* Added sqlite scripts
* Fixed stat

portlint -AC:
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. (false pos)
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. (false pos)
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 3 warnings found.


poudriere bulk -tC:
12amd64: success 
12i386: success
110amd64: success
110i386: success
103amd64: success
103i386: success
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-26 14:04:25 UTC
take
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-27 03:24:08 UTC
A commit references this bug:

Author: lifanov
Date: Fri Jan 27 03:23:40 UTC 2017
New revision: 432545
URL: https://svnweb.freebsd.org/changeset/ports/432545

Log:
  net-mgmt/seafile-server - bugfixes

  This is a bug fix release update. stat command call with incorrect options has been fixed to work on *bsd. Readded the sqlite scripts to run seafile under sqlite. Previously they were removed due to being broken, this was fixed upstream.

  * PORTREVISION bump
  * Added sqlite scripts
  * Fixed stat

  PR:		216474
  Submitted by:	ultima1252@gmail.com (maintainer)
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9350

Changes:
  head/net-mgmt/seafile-server/Makefile
  head/net-mgmt/seafile-server/pkg-plist
Comment 3 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-27 03:25:56 UTC
Committed, thanks!