Modify Djblets 0.6.14 to use Pillow instead of PIL (py-imaging). In addition, clean the installation to global site-packages, and server installation is as non-root user/group.
The diff size are more than 1000KB. What I should do here?
Created attachment 151881 [details] shar file svn diff result is larger than 1000KB.
Created attachment 152241 [details] shar file the diff file is 1.5MB. So, I load up the shar file.
Created attachment 152242 [details] portlint result
Created attachment 152243 [details] testport result
Created attachment 152280 [details] shar file
(In reply to Jingfeng Yan from comment #6) There is one template file and one variable not corrected. The newly uploaded file correct these.
Created attachment 152779 [details] testport result
Created attachment 152780 [details] shar file Limited to some files and directories to have ownership with www/www. Basic tests can go thru.
you might need to rework this one too: X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAFILE_SERVER%%/runtime X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAFILE_SERVER%%/seahub X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAHUBDIR%%/media X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAHUBDIR%%/media/avatars X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAHUBDIR%%/media/avatars/groups X@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%HAIWENDIR%%
Created attachment 153357 [details] testport result
Created attachment 153358 [details] shar file
A commit references this bug: Author: marino Date: Mon Feb 23 09:49:22 UTC 2015 New revision: 379654 URL: https://svnweb.freebsd.org/changeset/ports/379654 Log: www/seahub: Relocate python files Also use Djblets Pillow instead of Djblets PIL. PR: 196920 Submitted by: maintainer (Jingfeng Yan) Changes: head/www/seahub/Makefile head/www/seahub/files/patch-send_user_notifications.sh.template head/www/seahub/files/patch-setenv.sh.template head/www/seahub/pkg-plist
That's the last of them, thanks. I know it was a long road. :)