sysutils/py-supervisor: Update to 4.2.5
- Update to 4.2.5 - Fix socketg path in sample config - Assume MAINTAINER role Approved by: thomas@gibfest.dk (previous maintainer), lwhsu PR: 269164
This commit is contained in:
parent
220062a3a1
commit
9aa5a39830
3 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
PORTNAME= supervisor
|
PORTNAME= supervisor
|
||||||
PORTVERSION= 4.2.4
|
PORTVERSION= 4.2.5
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= thomas@gibfest.dk
|
MAINTAINER= otis@FreeBSD.org
|
||||||
COMMENT= System for controlling process state under UNIX
|
COMMENT= System for controlling process state under UNIX
|
||||||
WWW= http://supervisord.org/
|
WWW= http://supervisord.org/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1641499445
|
TIMESTAMP = 1704749530
|
||||||
SHA256 (supervisor-4.2.4.tar.gz) = 40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2
|
SHA256 (supervisor-4.2.5.tar.gz) = 34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12
|
||||||
SIZE (supervisor-4.2.4.tar.gz) = 465151
|
SIZE (supervisor-4.2.5.tar.gz) = 466073
|
||||||
|
|
|
@ -72,7 +72,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||||
; or inet_http_server section.
|
; or inet_http_server section.
|
||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL for a unix socket
|
||||||
;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket
|
;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket
|
||||||
;username=chris ; should be same as in [*_http_server] if set
|
;username=chris ; should be same as in [*_http_server] if set
|
||||||
;password=123 ; should be same as in [*_http_server] if set
|
;password=123 ; should be same as in [*_http_server] if set
|
||||||
|
|
Loading…
Reference in a new issue