Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Sep 2014 11:15:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193135] [NEW PORT] www/seahub: Seafile web server front end
Message-ID:  <bug-193135-13-7KcNj292My@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193135-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193135-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193135

--- Comment #11 from Jingfeng Yan <yan_jingfeng@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@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193135-13-7KcNj292My>