Date: Fri, 22 Jun 2018 14:59:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473044 - in head/www/uwsgi: . files Message-ID: <201806221459.w5MExYo5003072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jun 22 14:59:33 2018 New Revision: 473044 URL: https://svnweb.freebsd.org/changeset/ports/473044 Log: www/uwsgi: Fix typo in rc script PR: 228805 Submitted by: Nikola Kolev <koue@chaosophia.net> Approved by: maintainer timeout (eugene@zhegan.in, > 2 weeks) Modified: head/www/uwsgi/Makefile (contents, props changed) head/www/uwsgi/files/uwsgi.in Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Fri Jun 22 14:47:06 2018 (r473043) +++ head/www/uwsgi/Makefile Fri Jun 22 14:59:33 2018 (r473044) @@ -3,6 +3,7 @@ PORTNAME= uwsgi PORTVERSION= 2.0.16 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Modified: head/www/uwsgi/files/uwsgi.in ============================================================================== --- head/www/uwsgi/files/uwsgi.in Fri Jun 22 14:47:06 2018 (r473043) +++ head/www/uwsgi/files/uwsgi.in Fri Jun 22 14:59:33 2018 (r473044) @@ -92,7 +92,7 @@ if [ -n "${uwsgi_profiles}" ]; then eval uwsgi_logfile=\${uwsgi_${profile}_logfile:-"/var/log/${name}-${profile}.log"} eval uwsgi_pidfile=\${uwsgi_${profile}_pidfile:-"/var/run/${name}-${profile}.pid"} eval uwsgi_uid=\${uwsgi_${profile}_uid:-"${uwsgi_uid}"} - eval uwsgi_gid=\${uwsgi_${profile}_gid:-"${uwsgi_uid}"} + eval uwsgi_gid=\${uwsgi_${profile}_gid:-"${uwsgi_gid}"} eval uwsgi_flags=\${uwsgi_${profile}_flags:-"${uwsgi_flags}"} eval uwsgi_procname=\${uwsgi_${profile}_procname:-"${uwsgi_procname}"} eval uwsgi_emperor=\${uwsgi_${profile}_emperor:-"${uwsgi_emperor}"}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806221459.w5MExYo5003072>