[Bug 193135] [NEW PORT] www/seahub: Seafile web server front end

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 6 11:15:23 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193135

--- Comment #11 from Jingfeng Yan <yan_jingfeng at yahoo.com> ---
(In reply to Kubilay Kocak from comment #10)
> Ignore my comment 9, however:
> 
>  * GH_PROJECT is unnecessary
- will fixed it soon.

>  * Were you planning on using git tags rather than git commit hashes for 
>    GH_TAGNAME? these are preferred when they exist in the repository.
- I am trying, but ... 
When I set 
GH_TAGNAME= vx.x.x
GH_COMMIT= ${GH_TAGNAME}

I got two directories under work.  One is with tag name, the other with commit
number. But they don't carry same data files... WRKSRC does set with TAGNAME
one, but it seems 

root at freebsd93:/usr/ports/www/seahub # make
===>  Missing license file for APACHE20 in
/usr/ports/www/seahub/work/haiwen-seahub-v3.1.5-server-testing/LICENSE.txt
*** [/usr/ports/www/seahub/work/.license_done.seahub._usr_local] Error code 1

Stop in /usr/ports/www/seahub.
*** [stage] Error code 1

Stop in /usr/ports/www/seahub.

root at freebsd93:/usr/ports/www/seahub/work # tree -L 2
.
|-- haiwen-seahub-800774b
|   |-- CONTRIBUTORS
|   |-- HACKING
|   |-- LICENSE.txt
|   |-- README.markdown
|   |-- code-check.sh
|   |-- compilemessages.sh
|   |-- i18n.sh
|   |-- locale
|   |-- makemessages.sh.template
|   |-- manage.py
|   |-- media
|   |-- pylintrc
|   |-- pylintrc.template
|   |-- run-fts.sh
|   |-- run-seahub.sh.template
|   |-- seahub
|   |-- send_user_notifications.sh.template
|   |-- setenv.sh.template
|   |-- sql
|   |-- subdomain
|   |-- test-seahub.sh.template
|   |-- thirdpart
|   `-- tools
`-- haiwen-seahub-v3.1.5-server-testing
    `-- runtime

10 directories, 16 files

Any suggestion? If I set TAGNAME, not COMMIT, I can not have correct directory
name ...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list