aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorultima <ultima@FreeBSD.org>2017-08-18 14:39:47 +0800
committerultima <ultima@FreeBSD.org>2017-08-18 14:39:47 +0800
commit66e83771e4b7721ceec31e0d7a877f3b40ad54ba (patch)
treee73ef6f89911de02e92b586d78b7136d676af285
parente927642e2bc97ccc2241354d1683d07a9246b40d (diff)
downloadfreebsd-ports-gnome-66e83771e4b7721ceec31e0d7a877f3b40ad54ba.tar.gz
freebsd-ports-gnome-66e83771e4b7721ceec31e0d7a877f3b40ad54ba.tar.zst
freebsd-ports-gnome-66e83771e4b7721ceec31e0d7a877f3b40ad54ba.zip
* Updated to 6.1.7
* Cleaned up Makefiles Affected ports: www/seahub www/py-seafdav www/py-seafobj Approved by: lifanov (mentor, implicit)
-rw-r--r--net-mgmt/seafile-server/Makefile.include2
-rw-r--r--www/py-seafdav/Makefile6
-rw-r--r--www/py-seafdav/distinfo6
-rw-r--r--www/py-seafobj/Makefile6
-rw-r--r--www/py-seafobj/distinfo6
-rw-r--r--www/seahub/Makefile7
-rw-r--r--www/seahub/distinfo6
-rw-r--r--www/seahub/pkg-plist1
8 files changed, 20 insertions, 20 deletions
diff --git a/net-mgmt/seafile-server/Makefile.include b/net-mgmt/seafile-server/Makefile.include
index 6dcf61e4f00b..1f73faf6f55c 100644
--- a/net-mgmt/seafile-server/Makefile.include
+++ b/net-mgmt/seafile-server/Makefile.include
@@ -1,7 +1,7 @@
# $FreeBSD$
SEAFILE_VER=6.1.1
-SEAHUB_VER=6.1.6
+SEAHUB_VER=6.1.7
# Various vars used in most/all the Makefiles
diff --git a/www/py-seafdav/Makefile b/www/py-seafdav/Makefile
index 57ef2b204e2f..ac22bbea06da 100644
--- a/www/py-seafdav/Makefile
+++ b/www/py-seafdav/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= seafdav
-PORTVERSION= ${SEAHUB_VER}
DISTVERSIONPREFIX= v
+DISTVERSION= ${SEAHUB_VER}
DISTVERSIONSUFFIX= -pro
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,11 @@ COMMENT= Python library for accessing seafile data model
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= python:-2.7 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= haiwen
-
-USES= python:-2.7 shebangfix
SHEBANG_FILES= *.sh *.template wsgidav/addons/seafile/*.py
+
NO_ARCH= yes
NO_BUILD= yes
diff --git a/www/py-seafdav/distinfo b/www/py-seafdav/distinfo
index 4e1516f3eab2..6b96a8592c3b 100644
--- a/www/py-seafdav/distinfo
+++ b/www/py-seafdav/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500653061
-SHA256 (haiwen-seafdav-v6.1.6-pro_GH0.tar.gz) = 469b913e7c83bd92fb828238ddaccfe30f5c700537168f8970070998f2cd873c
-SIZE (haiwen-seafdav-v6.1.6-pro_GH0.tar.gz) = 2554680
+TIMESTAMP = 1503036403
+SHA256 (haiwen-seafdav-v6.1.7-pro_GH0.tar.gz) = 49c4dd0377d17a8b7a864fa011e01d516b0b92cf01f344a3915a4cddae873506
+SIZE (haiwen-seafdav-v6.1.7-pro_GH0.tar.gz) = 2554678
diff --git a/www/py-seafobj/Makefile b/www/py-seafobj/Makefile
index 72cda025beb4..481353fa533c 100644
--- a/www/py-seafobj/Makefile
+++ b/www/py-seafobj/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= seafobj
-PORTVERSION= ${SEAHUB_VER}
DISTVERSIONPREFIX= v
+DISTVERSION= ${SEAHUB_VER}
DISTVERSIONSUFFIX= -pro
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,13 @@ COMMENT= Python library for accessing seafile data model
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+USES= python:-2.7 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= haiwen
+SHEBANG_FILES= *.sh *.py
NO_ARCH= yes
NO_BUILD= yes
-USES= python:-2.7 shebangfix
-SHEBANG_FILES= *.sh *.py
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/seafobj
diff --git a/www/py-seafobj/distinfo b/www/py-seafobj/distinfo
index 15b8aef1b572..b8893b4be5b5 100644
--- a/www/py-seafobj/distinfo
+++ b/www/py-seafobj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500653064
-SHA256 (haiwen-seafobj-v6.1.6-pro_GH0.tar.gz) = 6030a26fcd1e8f66a0bd4ea80bfc60566c93f5fa00d1c83de8de7e08db39aec7
-SIZE (haiwen-seafobj-v6.1.6-pro_GH0.tar.gz) = 6626681
+TIMESTAMP = 1503036406
+SHA256 (haiwen-seafobj-v6.1.7-pro_GH0.tar.gz) = 395a88d5cff134c8f6884d071ce82ff1bbc9e568fd9574d9ea60159c6aee3326
+SIZE (haiwen-seafobj-v6.1.7-pro_GH0.tar.gz) = 6626655
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index 15f42fabc1c7..3390142b7a8e 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= seahub
-PORTVERSION= ${SEAHUB_VER}
DISTVERSIONPREFIX= v
+DISTVERSION= ${SEAHUB_VER}
DISTVERSIONSUFFIX= -pro
CATEGORIES= www
@@ -31,14 +31,13 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb
+USES= python:-2.7 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= haiwen
-
-USES= python:-2.7 shebangfix
SHEBANG_FILES= *.sh tests/*.sh *.template *.py tools/*.py seahub/*.py
-NO_BUILD= yes
NO_ARCH= yes
+NO_BUILD= yes
OPTIONS_DEFINE= SEAFOBJ SEAFDAV NLS
OPTIONS_DEFAULT= SEAFOBJ SEAFDAV
diff --git a/www/seahub/distinfo b/www/seahub/distinfo
index a0b5325d390f..6cc7c26ab5b7 100644
--- a/www/seahub/distinfo
+++ b/www/seahub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500653066
-SHA256 (haiwen-seahub-v6.1.6-pro_GH0.tar.gz) = 37360bfbc8c2879044d789cba0cf240a8481a369cf4bb1b2207f6051b1b9c76c
-SIZE (haiwen-seahub-v6.1.6-pro_GH0.tar.gz) = 8985258
+TIMESTAMP = 1503036409
+SHA256 (haiwen-seahub-v6.1.7-pro_GH0.tar.gz) = e3e562878a5a951e93dd6da3d5f3394e39f1110a084b24304bd43fdf2ab170b5
+SIZE (haiwen-seahub-v6.1.7-pro_GH0.tar.gz) = 8993599
diff --git a/www/seahub/pkg-plist b/www/seahub/pkg-plist
index 645d36240e53..edbc0ee428a2 100644
--- a/www/seahub/pkg-plist
+++ b/www/seahub/pkg-plist
@@ -919,6 +919,7 @@
%%SEAHUBDIR%%/seahub/base/management/commands/__init__.py
%%SEAHUBDIR%%/seahub/base/management/commands/changepassword.py
%%SEAHUBDIR%%/seahub/base/management/commands/createsuperuser.py
+%%SEAHUBDIR%%/seahub/base/management/commands/export_users.py
%%SEAHUBDIR%%/seahub/base/middleware.py
%%SEAHUBDIR%%/seahub/base/mixins.py
%%SEAHUBDIR%%/seahub/base/models.py