From owner-svn-ports-head@freebsd.org Sun Dec 20 22:32:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0B664CE447; Sun, 20 Dec 2020 22:32:24 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CzcmS5cl8z3qWJ; Sun, 20 Dec 2020 22:32:24 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA5A3170E5; Sun, 20 Dec 2020 22:32:24 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BKMWOem093021; Sun, 20 Dec 2020 22:32:24 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BKMWOmj093019; Sun, 20 Dec 2020 22:32:24 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202012202232.0BKMWOmj093019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Sun, 20 Dec 2020 22:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558785 - head/sysutils/py-supervisor X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/sysutils/py-supervisor X-SVN-Commit-Revision: 558785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2020 22:32:24 -0000 Author: otis Date: Sun Dec 20 22:32:24 2020 New Revision: 558785 URL: https://svnweb.freebsd.org/changeset/ports/558785 Log: sysutils/py-supervisor: Update to 4.2.1 Changelog for 4.2.1: - Fixed a bug on Python 3 where a network error could cause supervisord to crash with the error :can't concat str to bytes. - Fixed a bug where a test would fail on systems with glibc 2.3.1 because the default value of SOMAXCONN changed. PR: 251728 Reviewed by: osa (mentor) Approved by: osa (mentor), thomas@gibfest.dk (maintainer) Differential Revision: https://reviews.freebsd.org/D27686 Modified: head/sysutils/py-supervisor/Makefile head/sysutils/py-supervisor/distinfo Modified: head/sysutils/py-supervisor/Makefile ============================================================================== --- head/sysutils/py-supervisor/Makefile Sun Dec 20 22:01:00 2020 (r558784) +++ head/sysutils/py-supervisor/Makefile Sun Dec 20 22:32:24 2020 (r558785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= supervisor -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 PORTEPOCH= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thomas@gibfest.dk COMMENT= System for controlling process state under UNIX -LICENSE= REPOZE BSD3CLAUSE MEDUSA +LICENSE= BSD3CLAUSE MEDUSA REPOZE LICENSE_COMB= multi LICENSE_NAME_MEDUSA= Medusa License LICENSE_NAME_REPOZE= Repoze License @@ -22,19 +22,20 @@ LICENSE_PERMS_REPOZE= dist-mirror dist-sell pkg-mirror TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USE_RC_SUBR= supervisord SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py python_OLD_CMD= "<>" NO_ARCH= yes -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ - PIDDIR=${PIDDIR} +SUB_LIST= PIDDIR=${PIDDIR} \ + PYTHON_CMD=${PYTHON_CMD} + PLIST_DIRS= ${PIDDIR} PLIST_FILES= '@sample etc/supervisord.conf.sample' PLIST_SUB= PIDDIR=${PIDDIR} -PORTDOCS= *.txt *.rst +PORTDOCS= *.rst *.txt OPTIONS_DEFINE= DOCS Modified: head/sysutils/py-supervisor/distinfo ============================================================================== --- head/sysutils/py-supervisor/distinfo Sun Dec 20 22:01:00 2020 (r558784) +++ head/sysutils/py-supervisor/distinfo Sun Dec 20 22:32:24 2020 (r558785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590246292 -SHA256 (supervisor-4.2.0.tar.gz) = 64082ebedf6d36ff409ab2878f1aad5c9035f916c5f15a9a1ec7dffc6dfbbed8 -SIZE (supervisor-4.2.0.tar.gz) = 456056 +TIMESTAMP = 1608462066 +SHA256 (supervisor-4.2.1.tar.gz) = c479c875853e9c013d1fa73e529fd2165ff1ecaecc7e82810ba57e7362ae984d +SIZE (supervisor-4.2.1.tar.gz) = 460935