ports/155387: [news/sabnzbdplus] fails to start after py-cherrypy upgrade to 3.2

Spil spil.oss at gmail.com
Tue Mar 8 23:40:10 UTC 2011


>Number:         155387
>Category:       ports
>Synopsis:       [news/sabnzbdplus] fails to start after py-cherrypy upgrade to 3.2
>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:   Tue Mar 08 23:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Spil
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
>Description:
After upgrading www/py-cherrypy from 3.1.2 to 3.2.0 sabnzbd fails to start
>How-To-Repeat:
Install sabnzbd with cherrypy 3.2
>Fix:
remove the cherrypy version fiddling from files/patch-SABnzbd.py

@@ -42,8 +42,8 @@
     sys.exit(1)
 
 import cherrypy
-if not cherrypy.__version__.startswith("3.2"):
-    print "Sorry, requires Python module Cherrypy 3.2 (use the included version)"
+if not cherrypy.__version__.startswith("3.1"):
+    print "Sorry, requires Python module Cherrypy 3.1 (use the included version)"
     sys.exit(1)
 
 from cherrypy import _cpserver


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list