Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 13:18:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415892 - head/www/py-seafobj
Message-ID:  <201605261318.u4QDIA5l047526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 26 13:18:10 2016
New Revision: 415892
URL: https://svnweb.freebsd.org/changeset/ports/415892

Log:
  - Update to 5.1.5
  - Switch to seafile user
  
  PR:		205123
  Submitted by:	Ultima1252@gmail.com (maintainer)

Modified:
  head/www/py-seafobj/Makefile
  head/www/py-seafobj/distinfo
  head/www/py-seafobj/pkg-plist

Modified: head/www/py-seafobj/Makefile
==============================================================================
--- head/www/py-seafobj/Makefile	Thu May 26 13:16:48 2016	(r415891)
+++ head/www/py-seafobj/Makefile	Thu May 26 13:18:10 2016	(r415892)
@@ -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-ser
 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} \

Modified: head/www/py-seafobj/distinfo
==============================================================================
--- head/www/py-seafobj/distinfo	Thu May 26 13:16:48 2016	(r415891)
+++ head/www/py-seafobj/distinfo	Thu May 26 13:18:10 2016	(r415892)
@@ -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

Modified: head/www/py-seafobj/pkg-plist
==============================================================================
--- head/www/py-seafobj/pkg-plist	Thu May 26 13:16:48 2016	(r415891)
+++ head/www/py-seafobj/pkg-plist	Thu May 26 13:18:10 2016	(r415892)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261318.u4QDIA5l047526>