After upgrading www/py-cherrypy from 3.1.2 to 3.2.0 sabnzbd fails to start 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 How-To-Repeat: Install sabnzbd with cherrypy 3.2
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of news/sabnzbdplus, Please note that PR ports/155387 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155387 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
approved On Tue, Mar 8, 2011 at 3:40 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of news/sabnzbdplus, > > Please note that PR ports/155387 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155387 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- "America was founded by men who understood that the threat of domestic tyranny is as great as any threat from abroad. If we want to be worthy of their legacy, we must resist the rush toward ever-increasing state control of our society. Otherwise, our own government will become a greater threat to our freedoms than any foreign terrorist." - Ron Paul, Texas Straight Talk, May 31, 2004
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2011-03-11 02:21:52 UTC FreeBSD ports repository Modified files: news/sabnzbdplus Makefile news/sabnzbdplus/files patch-SABnzbd.py Log: - Fix build with cherrypy-3.2.0 PR: ports/155387 Submitted by: Spil <spil.oss@gmail.com> Approved by: maintainer Revision Changes Path 1.35 +1 -1 ports/news/sabnzbdplus/Makefile 1.5 +0 -11 ports/news/sabnzbdplus/files/patch-SABnzbd.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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!