From nobody@FreeBSD.org  Sat Nov 13 09:39:05 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D124106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Nov 2010 09:39:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2FD998FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Nov 2010 09:39:05 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oAD9d4NX033788
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Nov 2010 09:39:04 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id oAD9d41v033763;
	Sat, 13 Nov 2010 09:39:04 GMT
	(envelope-from nobody)
Message-Id: <201011130939.oAD9d41v033763@www.freebsd.org>
Date: Sat, 13 Nov 2010 09:39:04 GMT
From: Ildar Hizbulin <hizel@vyborg.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a9
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152196
>Category:       ports
>Synopsis:       [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 13 09:40:10 UTC 2010
>Closed-Date:    Mon Nov 22 18:55:04 UTC 2010
>Last-Modified:  Mon Nov 22 19:00:18 UTC 2010
>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@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:

From: Ildar Hizbulin <hizel@vyborg.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152196: [MANTAINER UPDATE] sysutils/py-supervisor to
 3.0a9
Date: Sat, 13 Nov 2010 12:46:02 +0300

 it's me, ok :)
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Nov 19 04:09:06 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152196 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Nov 22 18:55:03 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152196 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152196: commit references a PR
Date: Mon, 22 Nov 2010 18:54:54 +0000 (UTC)

 sunpoet     2010-11-22 18:54:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/py-supervisor Makefile distinfo 
     sysutils/py-supervisor/files patch-src-supervisor-options.py 
   Log:
   - Update to 3.0a9
   
   PR:             ports/152196
   Submitted by:   Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -3      ports/sysutils/py-supervisor/Makefile
   1.3       +2 -3      ports/sysutils/py-supervisor/distinfo
   1.2       +8 -5      ports/sysutils/py-supervisor/files/patch-src-supervisor-options.py
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
