FreeBSD Bugzilla – Attachment 146884 Details for
Bug 193314
[NEW PORT] www/py-seafdav: Addons to py-wsgidav
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to new shar
py-seafdav.diff (text/plain), 1.44 KB, created by
Jingfeng Yan
on 2014-09-05 20:46:34 UTC
(
hide
)
Description:
diff to new shar
Filename:
MIME Type:
Creator:
Jingfeng Yan
Created:
2014-09-05 20:46:34 UTC
Size:
1.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 5) >+++ Makefile (working copy) >@@ -3,20 +3,19 @@ > PORTNAME= seafdav > PORTVERSION= 3.0.4 > CATEGORIES= www python >-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= yan_jingfeng@yahoo.com >-COMMENT= python library for accessing seafile data model >+COMMENT= Python library for accessing seafile data model > >-#LICENSE= >-#LICENSE_FILE= >+LICENSE= MIT > >-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wsgidav/__init__.py:${PORTSDIR}/www/py-wsgidav >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WsgiDAV>=0.5:${PORTSDIR}/www/py-wsgidav > > USE_GITHUB= yes > GH_ACCOUNT= haiwen >-GH_PROJECT= seafdav >-GH_TAGNAME= ${GH_COMMIT} >+GH_PROJECT= ${PORTNAME} >+GH_TAGNAME= v3.0.4-server-testing > GH_COMMIT= 42dfd99 > > NO_BUILD= yes >@@ -25,7 +24,7 @@ > > do-install: > @${ECHO_MSG} "install script ... " >- @${MKDIR} -p ${STAGEDIR}${PYTHON_SITELIBDIR}/wsgidav/addons/seafile >+ @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/wsgidav/addons/seafile > @cd ${WRKSRC}/wsgidav/addons/seafile && \ > ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}/wsgidav/addons/seafile > >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 5) >+++ pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+This addon provide seafile implementation for Web DAV server by ultilizaing >+WsgiDAV interface. >+ >+WWW: https://github.com/haiwen/seafdav
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193314
:
146798
|
146799
|
146883
|
146884
|
146885
|
146910
|
146911
|
146941
|
146942
|
147233