There is a syntax error in the /usr/local/etc/rc.d/uwsgi rc-script that makes the service interface of uwsgi unusable Line 90: eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode} when it should be eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}}
cc last committer of ports r448441 which may be related
(In reply to Kubilay Kocak from comment #1) Yes, definitely introduced there. Regression indeed.
A commit references this bug: Author: ultima Date: Mon Aug 21 17:49:01 UTC 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 Changes: head/www/uwsgi/Makefile head/www/uwsgi/files/uwsgi.in
Sorry for the breakage, should be fixed now.