diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2019-06-09 05:24:41 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2019-06-09 05:24:41 +0000 |
commit | 0129f569b5be797eedc420fca0db54124723df1d (patch) | |
tree | 6c161929bb7882ffff0aff562c042a0191fae008 /www/seahub | |
parent | 1af0ac076f1a9ba386d5fb0b10d39840efab41da (diff) | |
download | ports-0129f569b5be797eedc420fca0db54124723df1d.tar.gz ports-0129f569b5be797eedc420fca0db54124723df1d.zip |
Notes
Diffstat (limited to 'www/seahub')
-rw-r--r-- | www/seahub/Makefile | 1 | ||||
-rw-r--r-- | www/seahub/distinfo | 6 | ||||
-rw-r--r-- | www/seahub/files/seahub.in | 2 |
3 files changed, 5 insertions, 4 deletions
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 |