ports/152196: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a9
Ildar Hizbulin
hizel at vyborg.ru
Sat Nov 13 09:40:10 UTC 2010
>Number: 152196
>Category: ports
>Synopsis: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 13 09:40:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Ildar Hizbulin
>Release: 9.0-CURRENT
>Organization:
Ariadna-Link, ISP
>Environment:
FreeBSD stress.vyborg.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r209257: Fri Jun 18 09:39:23 MSD 2010 root at stress.vyborg.ru:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
bug fix
>How-To-Repeat:
>Fix:
diff -ruN sysutils/py-supervisor-old/Makefile sysutils/py-supervisor/Makefile
--- sysutils/py-supervisor-old/Makefile 2010-11-13 11:08:09.000000000 +0300
+++ sysutils/py-supervisor/Makefile 2010-11-13 11:08:19.000000000 +0300
@@ -6,7 +6,7 @@
#
PORTNAME= supervisor
-PORTVERSION= 3.0a8
+PORTVERSION= 3.0a9
CATEGORIES= sysutils python
MASTER_SITES= http://dist.supervisord.org/\
CHEESESHOP
diff -ruN sysutils/py-supervisor-old/distinfo sysutils/py-supervisor/distinfo
--- sysutils/py-supervisor-old/distinfo 2010-11-13 11:08:09.000000000 +0300
+++ sysutils/py-supervisor/distinfo 2010-11-13 11:08:42.000000000 +0300
@@ -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
diff -ruN sysutils/py-supervisor-old/files/patch-src-supervisor-options.py sysutils/py-supervisor/files/patch-src-supervisor-options.py
--- sysutils/py-supervisor-old/files/patch-src-supervisor-options.py 2010-11-13 11:08:09.000000000 +0300
+++ sysutils/py-supervisor/files/patch-src-supervisor-options.py 2010-11-13 11:16:55.000000000 +0300
@@ -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-13 22:34:50.000000000 +0400
++++ src/supervisor/options.py 2010-11-13 11:13:33.000000000 +0300
+@@ -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):
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list