FreeBSD Port: sabnzbdplus-0.5.6_2

Sylvain sylgar at gmail.com
Thu Mar 10 20:32:50 UTC 2011


Hello,

Now that cherrypy 3.2 is in the ports tree, I think you should remove the following lines in the FreeBSD patch:

@@ -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

Best regards,
Sylvain.


More information about the freebsd-ports mailing list