View | Details | Raw Unified | Return to bug 205123 | Differences between
and this patch

Collapse All | Expand All

(-)www/py-seafobj/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	seafobj
3
PORTNAME=	seafobj
4
PORTVERSION=	5.1.0
4
PORTVERSION=	5.1.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONSUFFIX=	-pro
6
DISTVERSIONSUFFIX=	-pro
7
CATEGORIES=	www python
7
CATEGORIES=	www python
Lines 25-31 Link Here
25
SEAHUBDIR=	${SEAFILE_SERVER}/seahub
25
SEAHUBDIR=	${SEAFILE_SERVER}/seahub
26
SITEPACKAGEDIR=	${SEAHUBDIR}/thirdpart
26
SITEPACKAGEDIR=	${SEAHUBDIR}/thirdpart
27
27
28
SEAFILE_USERNAME?=	www
28
SEAFILE_USERNAME?=	seafile
29
SEAFILE_GROUPNAME?=	${SEAFILE_USERNAME}
29
SEAFILE_GROUPNAME?=	${SEAFILE_USERNAME}
30
30
31
PLIST_SUB=	SEAFILE_USERNAME=${SEAFILE_USERNAME} \
31
PLIST_SUB=	SEAFILE_USERNAME=${SEAFILE_USERNAME} \
(-)www/py-seafobj/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 30d5f2e9ca38c2226eabef8468c23ac22c9258840236845420fd1ecfd20ef743
1
SHA256 (haiwen-seafobj-v5.1.1-pro_GH0.tar.gz) = a822c3c49b20d59c7dda63f1e5a8d359a9b03d50fcdc652fae8df47d6c6dbb2f
2
SIZE (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 6617199
2
SIZE (haiwen-seafobj-v5.1.1-pro_GH0.tar.gz) = 6618630
(-)www/py-seafobj/pkg-plist (+3 lines)
Lines 19-24 Link Here
19
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.py
19
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.py
20
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyc
20
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyc
21
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyo
21
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyo
22
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.py
23
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyc
24
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyo
22
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.py
25
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.py
23
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyc
26
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyc
24
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyo
27
%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyo

Return to bug 205123