Summary: | [maintainer update] www/seahub: clean the python code | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jingfeng Yan <yan_jingfeng> | ||||||||||||||||||||
Component: | Individual Port(s) | Assignee: | John Marino <marino> | ||||||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||||||
Severity: | Affects Many People | CC: | marino, yan_jingfeng | ||||||||||||||||||||
Priority: | --- | ||||||||||||||||||||||
Version: | Latest | ||||||||||||||||||||||
Hardware: | Any | ||||||||||||||||||||||
OS: | Any | ||||||||||||||||||||||
Bug Depends on: | 196866, 196869, 196919, 196922 | ||||||||||||||||||||||
Bug Blocks: | |||||||||||||||||||||||
Attachments: |
|
Description
Jingfeng Yan
2015-01-20 05:10:41 UTC
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. :) |