From owner-svn-ports-head@freebsd.org Thu Nov 12 10:48:55 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 1DFEA2E628C; Thu, 12 Nov 2020 10:48:55 +0000 (UTC) (envelope-from 0mp@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 4CWyyH0Q9Hz3PXm; Thu, 12 Nov 2020 10:48:55 +0000 (UTC) (envelope-from 0mp@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 0113025317; Thu, 12 Nov 2020 10:48:55 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ACAmsoh022281; Thu, 12 Nov 2020 10:48:54 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ACAmsuK022280; Thu, 12 Nov 2020 10:48:54 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202011121048.0ACAmsuK022280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 12 Nov 2020 10:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554947 - head/sysutils/py-supervisor X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/sysutils/py-supervisor X-SVN-Commit-Revision: 554947 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: Thu, 12 Nov 2020 10:48:55 -0000 Author: 0mp Date: Thu Nov 12 10:48:54 2020 New Revision: 554947 URL: https://svnweb.freebsd.org/changeset/ports/554947 Log: Cosmetic changes (sort variables) Approved by: portmgr blanket Modified: head/sysutils/py-supervisor/Makefile Modified: head/sysutils/py-supervisor/Makefile ============================================================================== --- head/sysutils/py-supervisor/Makefile Thu Nov 12 10:19:17 2020 (r554946) +++ head/sysutils/py-supervisor/Makefile Thu Nov 12 10:48:54 2020 (r554947) @@ -13,34 +13,32 @@ COMMENT= System for controlling process state under UN LICENSE= REPOZE BSD3CLAUSE MEDUSA LICENSE_COMB= multi -LICENSE_NAME_REPOZE= Repoze License LICENSE_NAME_MEDUSA= Medusa License +LICENSE_NAME_REPOZE= Repoze License 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 +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_RC_SUBR= supervisord +SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py +python_OLD_CMD= "<>" -PIDDIR?= /var/run/supervisor - NO_ARCH= yes -PLIST_FILES= '@sample etc/supervisord.conf.sample' -PLIST_DIRS= ${PIDDIR} - SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ PIDDIR=${PIDDIR} +PLIST_DIRS= ${PIDDIR} +PLIST_FILES= '@sample etc/supervisord.conf.sample' PLIST_SUB= PIDDIR=${PIDDIR} -USE_RC_SUBR= supervisord -SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py -python_OLD_CMD+= "<>" - PORTDOCS= *.txt *.rst OPTIONS_DEFINE= DOCS + +PIDDIR?= /var/run/supervisor post-patch: @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/supervisor/options.py \