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._______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to