git: 9aa5a39830d9 - main - sysutils/py-supervisor: Update to 4.2.5

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Tue, 09 Jan 2024 11:51:42 UTC
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa5a39830d985ef5f1e76062c57399e12e2a1d0

commit 9aa5a39830d985ef5f1e76062c57399e12e2a1d0
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-01-09 11:49:34 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-01-09 11:51:04 +0000

    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
---
 sysutils/py-supervisor/Makefile                      | 4 ++--
 sysutils/py-supervisor/distinfo                      | 6 +++---
 sysutils/py-supervisor/files/supervisord.conf.sample | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile
index 8fab06706243..6af5b1cd6174 100644
--- a/sysutils/py-supervisor/Makefile
+++ b/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/
 
diff --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo
index ff1a42ab8939..7be6aa18e295 100644
--- a/sysutils/py-supervisor/distinfo
+++ b/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
diff --git a/sysutils/py-supervisor/files/supervisord.conf.sample b/sysutils/py-supervisor/files/supervisord.conf.sample
index 5bbe3662aaf3..9ecdd410d2aa 100644
--- a/sysutils/py-supervisor/files/supervisord.conf.sample
+++ b/sysutils/py-supervisor/files/supervisord.conf.sample
@@ -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