Date: Thu, 10 Mar 2011 21:06:13 +0100 From: Sylvain <sylgar@gmail.com> To: daniel@netwalk.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: sabnzbdplus-0.5.6_2 Message-ID: <994C0027-88DD-47C4-B66A-F7C998560B36@gmail.com>
next in thread | raw e-mail | index | archive | help
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) =20 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) =20 from cherrypy import _cpserver Best regards, Sylvain.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?994C0027-88DD-47C4-B66A-F7C998560B36>