pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-supervisor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 10 08:12:40 UTC 2026

Modified Files:
        pkgsrc/sysutils/py-supervisor: Makefile

Log Message:
py-supervisor: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-supervisor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.18 pkgsrc/sysutils/py-supervisor/Makefile:1.19
--- pkgsrc/sysutils/py-supervisor/Makefile:1.18 Sun Aug 24 16:21:55 2025
+++ pkgsrc/sysutils/py-supervisor/Makefile      Tue Feb 10 08:12:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/08/24 16:21:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/10 08:12:39 wiz Exp $
 
 DISTNAME=      supervisor-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES=     sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/supervisor/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://supervisord.org/
+HOMEPAGE=      https://supervisord.org/
 COMMENT=       System for controlling process state under UNIX
 LICENSE=       original-bsd
 



Home | Main Index | Thread Index | Old Index