svn commit: r540945 - head/sysutils/py-supervisor

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 1 09:54:26 UTC 2020


Author: lwhsu
Date: Wed Jul  1 09:54:25 2020
New Revision: 540945
URL: https://svnweb.freebsd.org/changeset/ports/540945

Log:
  Update to 4.2.0
  
  Pass the maintainership to submitter, as there are many maintainer timeout
  happened before and no response of maintainership transfering for more than
  6 months.
  
  PR:		242448
  Submitted by:	Thomas Steen Rasmussen / Tykling <thomas at gibfest.dk>
  Approved by:	maintainer timeout

Modified:
  head/sysutils/py-supervisor/Makefile
  head/sysutils/py-supervisor/distinfo

Modified: head/sysutils/py-supervisor/Makefile
==============================================================================
--- head/sysutils/py-supervisor/Makefile	Wed Jul  1 09:36:32 2020	(r540944)
+++ head/sysutils/py-supervisor/Makefile	Wed Jul  1 09:54:25 2020	(r540945)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	supervisor
-PORTVERSION=	4.0.3
+PORTVERSION=	4.2.0
 PORTEPOCH=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	hizel at vyborg.ru
+MAINTAINER=	thomas at gibfest.dk
 COMMENT=	System for controlling process state under UNIX
 
 LICENSE=	REPOZE BSD3CLAUSE MEDUSA
@@ -19,7 +19,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSES.txt
 LICENSE_PERMS_REPOZE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_MEDUSA=	dist-mirror pkg-mirror auto-accept
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}meld3>=1.0.0:www/py-meld3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python shebangfix

Modified: head/sysutils/py-supervisor/distinfo
==============================================================================
--- head/sysutils/py-supervisor/distinfo	Wed Jul  1 09:36:32 2020	(r540944)
+++ head/sysutils/py-supervisor/distinfo	Wed Jul  1 09:54:25 2020	(r540945)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559515431
-SHA256 (supervisor-4.0.3.tar.gz) = f768abc073e8702892718938b8a0ab98ebcb91c2afcb39bf2cb570d3eb51149e
-SIZE (supervisor-4.0.3.tar.gz) = 435960
+TIMESTAMP = 1590246292
+SHA256 (supervisor-4.2.0.tar.gz) = 64082ebedf6d36ff409ab2878f1aad5c9035f916c5f15a9a1ec7dffc6dfbbed8
+SIZE (supervisor-4.2.0.tar.gz) = 456056


More information about the svn-ports-all mailing list