Skip to content

Commit

Permalink
sysutils/py-supervisor: Update to 4.2.5
Browse files Browse the repository at this point in the history
- Update to 4.2.5
- Fix socketg path in sample config
- Assume MAINTAINER role

Approved by:	thomas@gibfest.dk (previous maintainer), lwhsu
PR:		269164
  • Loading branch information
jurajlutter committed Jan 9, 2024
1 parent 220062a commit 9aa5a39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sysutils/py-supervisor/Makefile
@@ -1,11 +1,11 @@
PORTNAME= supervisor
PORTVERSION= 4.2.4
PORTVERSION= 4.2.5
PORTEPOCH= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= thomas@gibfest.dk
MAINTAINER= otis@FreeBSD.org
COMMENT= System for controlling process state under UNIX
WWW= http://supervisord.org/

Expand Down
6 changes: 3 additions & 3 deletions sysutils/py-supervisor/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1641499445
SHA256 (supervisor-4.2.4.tar.gz) = 40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2
SIZE (supervisor-4.2.4.tar.gz) = 465151
TIMESTAMP = 1704749530
SHA256 (supervisor-4.2.5.tar.gz) = 34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12
SIZE (supervisor-4.2.5.tar.gz) = 466073
2 changes: 1 addition & 1 deletion sysutils/py-supervisor/files/supervisord.conf.sample
Expand Up @@ -72,7 +72,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
; or inet_http_server section.

[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
;username=chris ; should be same as in [*_http_server] if set
;password=123 ; should be same as in [*_http_server] if set
Expand Down

0 comments on commit 9aa5a39

Please sign in to comment.