svn commit: r448482 - in head/www/uwsgi: . files

Richard Gallamore ultima at FreeBSD.org
Mon Aug 21 17:49:02 UTC 2017


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"}


More information about the svn-ports-head mailing list