Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 17:49:01 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448482 - in head/www/uwsgi: . files
Message-ID:  <201708211749.v7LHn1oF027909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Mon Aug 21 17:49:01 2017
New Revision: 448482
URL: https://svnweb.freebsd.org/changeset/ports/448482

Log:
  Fix regression from r448441
  
  PR:		221684
  Reported by:	Simeon Simeonov
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12100

Modified:
  head/www/uwsgi/Makefile
  head/www/uwsgi/files/uwsgi.in

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Mon Aug 21 16:55:01 2017	(r448481)
+++ head/www/uwsgi/Makefile	Mon Aug 21 17:49:01 2017	(r448482)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uwsgi
 PORTVERSION=	2.0.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://projects.unbit.it/downloads/
 

Modified: head/www/uwsgi/files/uwsgi.in
==============================================================================
--- head/www/uwsgi/files/uwsgi.in	Mon Aug 21 16:55:01 2017	(r448481)
+++ head/www/uwsgi/files/uwsgi.in	Mon Aug 21 17:49:01 2017	(r448482)
@@ -87,7 +87,7 @@ if [ -n "${uwsgi_profiles}" ]; then
 		        exit 1
 		fi
 		eval uwsgi_socket=\${uwsgi_${profile}_socket:-"/tmp/${name}-${profile}.sock"}
-		eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}
+		eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}}
 		eval uwsgi_socket_owner=\${uwsgi_${profile}_socket_owner:-${uwsgi_socket_owner}}
 		eval uwsgi_logfile=\${uwsgi_${profile}_logfile:-"/var/log/${name}-${profile}.log"}
 		eval uwsgi_pidfile=\${uwsgi_${profile}_pidfile:-"/var/run/${name}-${profile}.pid"}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708211749.v7LHn1oF027909>