mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
sysutils/py-supervisor: Update to 4.0.3
Also, - Define multiple LICENSEs - Pet portlint PR: 238347 Submitted by: John W. O'Brien <john@saltant.com> Approved by: maintainer timeout Relnotes: https://github.com/Supervisor/supervisor/blob/4.0.3/CHANGES.rst
This commit is contained in:
parent
b7ff777f5d
commit
0c42a7b1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504752
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= supervisor
|
||||
PORTVERSION= 3.3.4
|
||||
PORTVERSION= 4.0.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -11,11 +11,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= hizel@vyborg.ru
|
||||
COMMENT= System for controlling process state under UNIX
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.5:www/py-meld3@${PY_FLAVOR}
|
||||
LICENSE= REPOZE BSD3CLAUSE MEDUSA
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_NAME_REPOZE= Repoze License
|
||||
LICENSE_NAME_MEDUSA= Medusa 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
|
||||
|
||||
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:2.7 shebangfix
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
PIDDIR?= /var/run/supervisor
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1534438600
|
||||
SHA256 (supervisor-3.3.4.tar.gz) = 212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672
|
||||
SIZE (supervisor-3.3.4.tar.gz) = 419794
|
||||
TIMESTAMP = 1559515431
|
||||
SHA256 (supervisor-4.0.3.tar.gz) = f768abc073e8702892718938b8a0ab98ebcb91c2afcb39bf2cb570d3eb51149e
|
||||
SIZE (supervisor-4.0.3.tar.gz) = 435960
|
||||
|
Loading…
Reference in New Issue
Block a user