Bug 155387 - news/sabnzbdplus: fails to start after py-cherrypy upgrade to 3.2
Summary: news/sabnzbdplus: fails to start after py-cherrypy upgrade to 3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 23:40 UTC by Bernard Spil
Modified: 2011-03-11 02:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2011-03-08 23:40:09 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-08 23:40:20 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-08 23:40:22 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-08 23:40:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Daniel 2011-03-08 23:46:19 UTC
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
Comment 5 Wen Heping freebsd_committer freebsd_triage 2011-03-09 01:39:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-03-11 02:22:00 UTC
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"
Comment 7 Wen Heping freebsd_committer freebsd_triage 2011-03-11 02:23:11 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!