aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-26 13:18:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-26 13:18:10 +0000
commitf87462a001d08d60e10b199a1622e97aa37ff7ed (patch)
tree5f396726e55105e908f89388073dd5bebcb01df2 /www
parentb8b46f3d567f8491f87a946f2185795c6f72dbf7 (diff)
downloadports-f87462a001d08d60e10b199a1622e97aa37ff7ed.tar.gz
ports-f87462a001d08d60e10b199a1622e97aa37ff7ed.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-seafobj/Makefile10
-rw-r--r--www/py-seafobj/distinfo5
-rw-r--r--www/py-seafobj/pkg-plist10
3 files changed, 16 insertions, 9 deletions
diff --git a/www/py-seafobj/Makefile b/www/py-seafobj/Makefile
index b22366837d76..e50d834e8fa1 100644
--- a/www/py-seafobj/Makefile
+++ b/www/py-seafobj/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= seafobj
-PORTVERSION= 5.1.0
+PORTVERSION= 5.1.5
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -pro
CATEGORIES= www python
@@ -25,11 +25,11 @@ SEAFILE_SERVER= ${HAIWENDIR}/seafile-server
SEAHUBDIR= ${SEAFILE_SERVER}/seahub
SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart
-SEAFILE_USERNAME?= www
-SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME}
+USERS= seafile
+GROUPS= ${USERS}
-PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \
- SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \
+PLIST_SUB= USERS=${USERS} \
+ GROUPS=${GROUPS} \
SEAFILE_SERVER=${SEAFILE_SERVER} \
SEAHUBDIR=${SEAHUBDIR} \
HAIWENDIR=${HAIWENDIR} \
diff --git a/www/py-seafobj/distinfo b/www/py-seafobj/distinfo
index ad4e123a5708..958aabe76c26 100644
--- a/www/py-seafobj/distinfo
+++ b/www/py-seafobj/distinfo
@@ -1,2 +1,3 @@
-SHA256 (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 30d5f2e9ca38c2226eabef8468c23ac22c9258840236845420fd1ecfd20ef743
-SIZE (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 6617199
+TIMESTAMP = 1464112047
+SHA256 (haiwen-seafobj-v5.1.5-pro_GH0.tar.gz) = b1e5874bc881c9721c462f6791cfa1467515d464e98c998afbc482f1ec45f865
+SIZE (haiwen-seafobj-v5.1.5-pro_GH0.tar.gz) = 6620641
diff --git a/www/py-seafobj/pkg-plist b/www/py-seafobj/pkg-plist
index aac34ae4cb76..3e768ada2581 100644
--- a/www/py-seafobj/pkg-plist
+++ b/www/py-seafobj/pkg-plist
@@ -19,6 +19,9 @@
%%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/backends/swift.py
+%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyc
+%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyo
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.py
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyc
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyo
@@ -40,5 +43,8 @@
%%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%%
+%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.py
+%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.pyc
+%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.pyo
+@dir(%%USERS%%,%%GROUPS%%,755) %%SEAHUBDIR%%
+@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%