aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2020-12-20 22:32:24 +0000
committerJuraj Lutter <otis@FreeBSD.org>2020-12-20 22:32:24 +0000
commit63322022b60fd93c4bc86d3fdc735e0f162a5cc0 (patch)
treec6fc5684dea11fb387cec9296364dc594baa27ad /sysutils
parentcb83143abd3a44046d6226aaf12e0089355cf004 (diff)
downloadports-63322022b60fd93c4bc86d3fdc735e0f162a5cc0.tar.gz
ports-63322022b60fd93c4bc86d3fdc735e0f162a5cc0.zip
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 <class 'TypeError'>: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
Notes
Notes: svn path=/head/; revision=558785
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-supervisor/Makefile13
-rw-r--r--sysutils/py-supervisor/distinfo6
2 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile
index efe58da48ec6..cf36a65c368f 100644
--- a/sysutils/py-supervisor/Makefile
+++ b/sysutils/py-supervisor/Makefile
@@ -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 pkg-sell auto-accept
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= "<<PYTHON>>"
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
diff --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo
index b0ec1205ecf3..81caf2f4a566 100644
--- a/sysutils/py-supervisor/distinfo
+++ b/sysutils/py-supervisor/distinfo
@@ -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