Created attachment 178308 [details] seafile-server.diff This is an update to seafile-server to the most current version, 6.0.7. This update is a patch version update. * Updated to 6.0.7 - Allow mysql root password to be empty. - No need to set ccnet peer name anymore. - Fixed a typo in upgrade scripts. - jpeg mime type - Add record to GarbageRepos when delete a broken repo - Get content-length from header when handling web upload. portlint -AC: WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. 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 https://poudriere.ultimasbox.com/data/12amd64-test/2016-12-26_21h07m02s/logs/seafile-server-6.0.7.log 12i386: success https://poudriere.ultimasbox.com/data/12i386-test/2016-12-26_21h07m03s/logs/seafile-server-6.0.7.log 110amd64: success https://poudriere.ultimasbox.com/data/110amd64-test/2016-12-26_21h07m00s/logs/seafile-server-6.0.7.log 110i386: success https://poudriere.ultimasbox.com/data/110i386-test/2016-12-26_21h07m01s/logs/seafile-server-6.0.7.log 103amd64: success https://poudriere.ultimasbox.com/data/101amd64-test/2016-12-26_21h06m58s/logs/seafile-server-6.0.7.log 103i386: success https://poudriere.ultimasbox.com/data/101i386-test/2016-12-26_21h06m59s/logs/seafile-server-6.0.7.log 93amd64: skipped: py27-cryptography-1.6: https://poudriere.ultimasbox.com/build.html?mastername=93amd64-test&build=2016-12-26_21h07m04s 93i386: skipped: py27-cryptography-1.6: https://poudriere.ultimasbox.com/build.html?mastername=93i386-test&build=2016-12-26_21h07m05s
I don't seem to be able to fetch this: => Attempting to fetch https://codeload.github.com/haiwen/seafile-server/tar.gz/v6.0.7-server?dummy=/haiwen-seafile-server-v6.0.7-server_GH0.tar.gz fetch: https://codeload.github.com/haiwen/seafile-server/tar.gz/v6.0.7-server?dummy=/haiwen-seafile-server-v6.0.7-server_GH0.tar.gz: size mismatch: expected 695566, actual 695733 => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/haiwen-seafile-server-v6.0.7-server_GH0.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/haiwen-seafile-server-v6.0.7-server_GH0.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1
Created attachment 178366 [details] seafile-server.diff (In reply to Nikolai Lifanov from comment #1) Ah, the devs changed the tags commit after I'v already downloaded it and created the update so the old tagged version was more or less cached. Patch updated. One of the patchfiles needed to be regenerated as well. I retested under poudriere and the results were the same after regening the patchfile. https://poudriere.ultimasbox.com/build.html?mastername=12amd64-test&build=2016-12-28_16h22m15s https://poudriere.ultimasbox.com/build.html?mastername=12i386-test&build=2016-12-28_16h22m16s https://poudriere.ultimasbox.com/build.html?mastername=110amd64-test&build=2016-12-28_16h22m13s https://poudriere.ultimasbox.com/build.html?mastername=110i386-test&build=2016-12-28_16h22m14s https://poudriere.ultimasbox.com/build.html?mastername=101amd64-test&build=2016-12-28_16h22m11s https://poudriere.ultimasbox.com/build.html?mastername=101i386-test&build=2016-12-28_16h22m12s https://poudriere.ultimasbox.com/build.html?mastername=93amd64-test&build=2016-12-28_16h22m17s https://poudriere.ultimasbox.com/build.html?mastername=93i386-test&build=2016-12-28_16h22m18s
A commit references this bug: Author: lifanov Date: Fri Dec 30 12:54:38 UTC 2016 New revision: 429977 URL: https://svnweb.freebsd.org/changeset/ports/429977 Log: * Updated to 6.0.7 - Allow mysql root password to be empty. - No need to set ccnet peer name anymore. - Fixed a typo in upgrade scripts. - jpeg mime type - Add record to GarbageRepos when delete a broken repo - Get content-length from header when handling web upload. PR: 215597 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8985 Changes: head/net-mgmt/seafile-server/Makefile head/net-mgmt/seafile-server/distinfo head/net-mgmt/seafile-server/files/patch-configure.ac
Committed, thanks!