Index: head/sysutils/py-supervisor/Makefile =================================================================== --- head/sysutils/py-supervisor/Makefile (revision 264937) +++ head/sysutils/py-supervisor/Makefile (revision 264938) @@ -1,39 +1,39 @@ # New ports collection makefile for: supervisor # Date created: 30 Dec, 2009 # Whom: Hizbulin Ildar # # $FreeBSD$ # PORTNAME= supervisor -PORTVERSION= 3.0a8 +PORTVERSION= 3.0a9 CATEGORIES= sysutils python -MASTER_SITES= http://dist.supervisord.org/\ - CHEESESHOP +MASTER_SITES= http://dist.supervisord.org/ \ + CHEESESHOP 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 USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PIDDIR?= /var/run/supervisor SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ PIDDIR=${PIDDIR} PLIST_SUB= PIDDIR=${PIDDIR} USE_RC_SUBR= supervisord post-patch: ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/src/supervisor/options.py post-install: [ -d ${PIDDIR} ] || ${MKDIR} ${PIDDIR} ${INSTALL_DATA} ${FILESDIR}/supervisord.conf.sample ${PREFIX}/etc [ -f ${PREFIX}/etc/supervisord.conf ] || ${CP} -p ${PREFIX}/etc/supervisord.conf.sample ${PREFIX}/etc/supervisord.conf .include Property changes on: head/sysutils/py-supervisor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/py-supervisor/distinfo =================================================================== --- head/sysutils/py-supervisor/distinfo (revision 264937) +++ head/sysutils/py-supervisor/distinfo (revision 264938) @@ -1,3 +1,2 @@ -MD5 (supervisor-3.0a8.tar.gz) = 7a775455f3a53c2ea375d18dcfe9e522 -SHA256 (supervisor-3.0a8.tar.gz) = ce61afd01780ffba3e40ec244205b6db309da3b84ef27b5c5b179456050e5b8b -SIZE (supervisor-3.0a8.tar.gz) = 287705 +SHA256 (supervisor-3.0a9.tar.gz) = 619f90b739ed3dff2fd991fe110b7bd4408975661baf7e9a8e2a685d05e63ea9 +SIZE (supervisor-3.0a9.tar.gz) = 408235 Property changes on: head/sysutils/py-supervisor/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/py-supervisor/files/patch-src-supervisor-options.py =================================================================== --- head/sysutils/py-supervisor/files/patch-src-supervisor-options.py (revision 264937) +++ head/sysutils/py-supervisor/files/patch-src-supervisor-options.py (revision 264938) @@ -1,11 +1,14 @@ ---- src/supervisor/options.py.orig 2010-02-11 13:25:24.000000000 +0300 -+++ src/supervisor/options.py 2010-02-11 13:25:55.000000000 +0300 -@@ -105,7 +105,7 @@ +--- src/supervisor/options.py.orig 2010-08-14 02:34:50.000000000 +0800 ++++ src/supervisor/options.py 2010-11-23 02:33:20.000000000 +0800 +@@ -105,10 +105,7 @@ def default_configfile(self): """Return the name of the found config file or raise. """ - paths = ['supervisord.conf', 'etc/supervisord.conf', + here = os.path.dirname(os.path.dirname(sys.argv[0])) +- paths = [os.path.join(here, 'etc', 'supervisord.conf'), +- os.path.join(here, 'supervisord.conf'), +- 'supervisord.conf', 'etc/supervisord.conf', - '/etc/supervisord.conf'] -+ '/etc/supervisord.conf', '%%PREFIX%%/etc/supervisord.conf'] ++ paths = [ '%%PREFIX%%/etc/supervisord.conf' ] config = None for path in paths: if os.path.exists(path): Property changes on: head/sysutils/py-supervisor/files/patch-src-supervisor-options.py ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property