svn commit: r503784 - in head: net-mgmt/seafile-server www/seahub www/seahub/files
Ultima
ultima at ultimasbox.com
Mon Jun 10 16:35:48 UTC 2019
Hello Port-secteam,
MFC 2019Q2 request for this commit.
Thanks and best regards,
Richard Gallamore
On Sat, Jun 8, 2019 at 10:24 PM Richard Gallamore <ultima at freebsd.org>
wrote:
> Author: ultima
> Date: Sun Jun 9 05:24:41 2019
> New Revision: 503784
> URL: https://svnweb.freebsd.org/changeset/ports/503784
>
> Log:
> Bumped seahub version for init script to fix gunicorn binary name
> Fix checksum due to retagged version
>
> PR: 237367
>
> Modified:
> head/net-mgmt/seafile-server/Makefile.include
> head/www/seahub/Makefile
> head/www/seahub/distinfo
> head/www/seahub/files/seahub.in
>
> Modified: head/net-mgmt/seafile-server/Makefile.include
>
> ==============================================================================
> --- head/net-mgmt/seafile-server/Makefile.include Sun Jun 9
> 05:09:33 2019 (r503783)
> +++ head/net-mgmt/seafile-server/Makefile.include Sun Jun 9
> 05:24:41 2019 (r503784)
> @@ -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}
>
> Modified: head/www/seahub/Makefile
>
> ==============================================================================
> --- head/www/seahub/Makefile Sun Jun 9 05:09:33 2019 (r503783)
> +++ head/www/seahub/Makefile Sun Jun 9 05:24:41 2019 (r503784)
> @@ -4,6 +4,7 @@ PORTNAME= seahub
> DISTVERSIONPREFIX= v
> DISTVERSION= ${SEAHUB_VER}
> DISTVERSIONSUFFIX= -pro
> +PORTREVISION= 1
> CATEGORIES= www
>
> MAINTAINER= ultima at FreeBSD.org
>
> Modified: head/www/seahub/distinfo
>
> ==============================================================================
> --- head/www/seahub/distinfo Sun Jun 9 05:09:33 2019 (r503783)
> +++ head/www/seahub/distinfo Sun Jun 9 05:24:41 2019 (r503784)
> @@ -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
>
> Modified: head/www/seahub/files/seahub.in
>
> ==============================================================================
> --- head/www/seahub/files/seahub.in Sun Jun 9 05:09:33 2019
> (r503783)
> +++ head/www/seahub/files/seahub.in Sun Jun 9 05:24:41 2019
> (r503784)
> @@ -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
>
>
>
More information about the svn-ports-all
mailing list