diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-05 17:54:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-05 17:54:51 +0800 |
commit | 8d741118afe7ff943eff7584855696fa72dbfd4e (patch) | |
tree | 9011fc4fac11ae147aeefc9139206edacd4a92de /sysutils/py-supervisor | |
parent | 882cd6e6c77bb5534b985f1a86581c949309abe6 (diff) | |
download | freebsd-ports-gnome-8d741118afe7ff943eff7584855696fa72dbfd4e.tar.gz freebsd-ports-gnome-8d741118afe7ff943eff7584855696fa72dbfd4e.tar.zst freebsd-ports-gnome-8d741118afe7ff943eff7584855696fa72dbfd4e.zip |
- Change USE_PYTHON to 2.5+
- Update *_DEPENDS: remove py-celementtree and py-elementtree
- Remove trailing space in pkg-descr
- Bump PORTREVISION for dependency change
- While I'm here, correct USE_PYTHON range
PR: ports/160435
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Ildar Hizbulin <hizel@vyborg.ru>
Diffstat (limited to 'sysutils/py-supervisor')
-rw-r--r-- | sysutils/py-supervisor/Makefile | 7 | ||||
-rw-r--r-- | sysutils/py-supervisor/pkg-descr | 15 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index c55664dde75d..f5934c3bf1e5 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -7,6 +7,7 @@ PORTNAME= supervisor PORTVERSION= 3.0a10 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://dist.supervisord.org/ \ CHEESESHOP @@ -15,11 +16,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= hizel@vyborg.ru COMMENT= System to monitor and control a number of processes on UNIX-like OS -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elementtree>=1.2.6:${PORTSDIR}/devel/py-elementtree \ - ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 \ - ${PYTHON_PKGNAMEPREFIX}cElementTree>=1.0.5:${PORTSDIR}/devel/py-celementtree +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= easy_install PIDDIR?= /var/run/supervisor diff --git a/sysutils/py-supervisor/pkg-descr b/sysutils/py-supervisor/pkg-descr index 1b3e4487f88d..fe87596827d7 100644 --- a/sysutils/py-supervisor/pkg-descr +++ b/sysutils/py-supervisor/pkg-descr @@ -1,13 +1,12 @@ -Supervisor is a client/server system that allows its users -to monitor and control a number of processes on UNIX-like +Supervisor is a client/server system that allows its users +to monitor and control a number of processes on UNIX-like operating systems. -It shares some of the same goals of programs like launchd, -daemontools, and runit. Unlike some of these programs, it is -not meant to be run as a substitute for init as "process id 1". -Instead it is meant to be used to control processes related to -a project or a customer, and is meant to start like any +It shares some of the same goals of programs like launchd, +daemontools, and runit. Unlike some of these programs, it is +not meant to be run as a substitute for init as "process id 1". +Instead it is meant to be used to control processes related to +a project or a customer, and is meant to start like any other program at boot time. - WWW: http://supervisord.org/ |