Index: head/www/py-seafobj/Makefile =================================================================== --- head/www/py-seafobj/Makefile (revision 401896) +++ head/www/py-seafobj/Makefile (revision 401897) @@ -1,48 +1,50 @@ # $FreeBSD$ PORTNAME= seafobj -PORTVERSION= 4.0.5 +PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ultima1252@gmail.com COMMENT= Python library for accessing seafile data model LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= haiwen +NO_ARCH= yes NO_BUILD= yes -USES= python:2 +USES= python:-2.7 shebangfix +SHEBANG_FILES= *.sh *.py HAIWENDIR= www/haiwen SEAFILE_SERVER= ${HAIWENDIR}/seafile-server SEAHUBDIR= ${SEAFILE_SERVER}/seahub SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart SEAFILE_USERNAME?= www SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ SEAHUBDIR=${SEAHUBDIR} \ HAIWENDIR=${HAIWENDIR} \ SITEPACKAGEDIR=${SITEPACKAGEDIR} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/seafobj (cd ${WRKSRC}/seafobj && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${WRKSRC}/seafobj \ -f ${WRKSRC}/seafobj && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${WRKSRC}/seafobj \ -f ${WRKSRC}/seafobj) (cd ${WRKSRC}/seafobj && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/seafobj) .include Index: head/www/py-seafobj/distinfo =================================================================== --- head/www/py-seafobj/distinfo (revision 401896) +++ head/www/py-seafobj/distinfo (revision 401897) @@ -1,2 +1,2 @@ -SHA256 (haiwen-seafobj-v4.0.5-pro_GH0.tar.gz) = 554cf9a9f38d9240eba2eb574475f6eaa637643441ff30a2e70f0abceb3f9c6d -SIZE (haiwen-seafobj-v4.0.5-pro_GH0.tar.gz) = 6616922 +SHA256 (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 30d5f2e9ca38c2226eabef8468c23ac22c9258840236845420fd1ecfd20ef743 +SIZE (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 6617199 Index: head/www/py-seafobj/pkg-plist =================================================================== --- head/www/py-seafobj/pkg-plist (revision 401896) +++ head/www/py-seafobj/pkg-plist (revision 401897) @@ -1,41 +1,44 @@ %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/__init__.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/__init__.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/__init__.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/__init__.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/__init__.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/__init__.pyo +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/alioss.py +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/alioss.pyc +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/alioss.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/base.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/base.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/base.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/ceph.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/ceph.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/ceph.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/filesystem.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/filesystem.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/filesystem.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/commits.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/commits.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/commits.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/exceptions.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/exceptions.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/exceptions.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/fs.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/fs.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/fs.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/objstore_factory.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/objstore_factory.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/objstore_factory.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/__init__.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/__init__.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/__init__.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.pyo @dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%SEAHUBDIR%% @dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%%