aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2019-06-09 05:24:41 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2019-06-09 05:24:41 +0000
commit0129f569b5be797eedc420fca0db54124723df1d (patch)
tree6c161929bb7882ffff0aff562c042a0191fae008
parent1af0ac076f1a9ba386d5fb0b10d39840efab41da (diff)
downloadports-0129f569b5be797eedc420fca0db54124723df1d.tar.gz
ports-0129f569b5be797eedc420fca0db54124723df1d.zip
Bumped seahub version for init script to fix gunicorn binary name
Fix checksum due to retagged version PR: 237367
Notes
Notes: svn path=/head/; revision=503784
-rw-r--r--net-mgmt/seafile-server/Makefile.include3
-rw-r--r--www/seahub/Makefile1
-rw-r--r--www/seahub/distinfo6
-rw-r--r--www/seahub/files/seahub.in2
4 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/seafile-server/Makefile.include b/net-mgmt/seafile-server/Makefile.include
index dfe6b8b6e3b8..f56e33b5656d 100644
--- a/net-mgmt/seafile-server/Makefile.include
+++ b/net-mgmt/seafile-server/Makefile.include
@@ -27,4 +27,5 @@ SUB_LIST+= USERS=${USERS} \
GROUPS=${GROUPS} \
SEAFILE_SERVER=${SEAFILE_SERVER} \
HAIWENDIR=${HAIWENDIR} \
- PYTHON=${PYTHON_VERSION}
+ PYTHON=${PYTHON_VERSION} \
+ PYTHON_VER=${PYTHON_VER}
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index 1b405f4f0745..9fd84100fe83 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -4,6 +4,7 @@ PORTNAME= seahub
DISTVERSIONPREFIX= v
DISTVERSION= ${SEAHUB_VER}
DISTVERSIONSUFFIX= -pro
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= ultima@FreeBSD.org
diff --git a/www/seahub/distinfo b/www/seahub/distinfo
index 11e957bdcef5..66b9e1755e05 100644
--- a/www/seahub/distinfo
+++ b/www/seahub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552690870
-SHA256 (haiwen-seahub-v6.3.13-pro_GH0.tar.gz) = 189e8a1b73db2ec164ff505e4bb52efe0401f8a01bae415667bedea4ade84e25
-SIZE (haiwen-seahub-v6.3.13-pro_GH0.tar.gz) = 26059355
+TIMESTAMP = 1560056509
+SHA256 (haiwen-seahub-v6.3.13-pro_GH0.tar.gz) = ed5aea17d7b727a094b9702c222842aafd2e7a9fd019469fa7b167df3048c26d
+SIZE (haiwen-seahub-v6.3.13-pro_GH0.tar.gz) = 26060069
diff --git a/www/seahub/files/seahub.in b/www/seahub/files/seahub.in
index 1df1364c272d..1633af0bf9dc 100644
--- a/www/seahub/files/seahub.in
+++ b/www/seahub/files/seahub.in
@@ -57,7 +57,7 @@ clearsessions_cmd="seahub_clearsessions"
: ${seahub_port:="8000"}
manage_py=${seafile_path}/seahub/manage.py
-gunicorn_exe=%%PREFIX%%/bin/gunicorn
+gunicorn_exe=%%PREFIX%%/bin/gunicorn-%%PYTHON_VER%%
gunicorn_conf=${seafile_conf}/gunicorn.conf
pidfile=%%PREFIX%%/%%HAIWENDIR%%/pids/seahub.pid