Bug 160710 - [patch] news/sabnzbdplus: update to 0.6.9
Summary: [patch] news/sabnzbdplus: update to 0.6.9
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: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 18:10 UTC by Samuel Cassiba
Modified: 2011-09-22 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (878 bytes, patch)
2011-09-13 18:10 UTC, Samuel Cassiba
no flags Details | Diff
sabnzbdplus-0.6.9.diff (9.07 KB, patch)
2011-09-15 08:19 UTC, David Brooks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Cassiba 2011-09-13 18:10:08 UTC
- update to 0.6.9

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-13 18:10:16 UTC
Maintainer of news/sabnzbdplus,

Please note that PR ports/160710 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/160710

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-13 18:10:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Julien Laffaye freebsd_committer freebsd_triage 2011-09-13 21:41:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jlaffaye

I'll take it.
Comment 4 David Brooks 2011-09-13 22:52:02 UTC
Submitting patches faster than I can update it myself!


This patch, I think, doesn't account for a proper pkg-plist:

ssh root@landfill:/usr/ports/news/sabnzbdplus # make deinstall
=3D=3D=3D>  Deinstalling for news/sabnzbdplus
=3D=3D=3D>   Deinstalling sabnzbdplus-0.6.9
pkg_delete: file
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets=
/jqueryui/overcast/jquery-ui-1.8.9.custom.css'
doesn't exist
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets=
/jqueryui/overcast'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets=
/jqueryui'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets=
'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates/static'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush/templates'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces/Plush'
pkg_delete: unable to completely remove directory
'/usr/local/share/sabnzbdplus/interfaces'
pkg_delete: unable to completely remove directory '/usr/local/share/sabnzbd=
plus'
pkg_delete: unable to completely remove directory
'/usr/local/share/doc/sabnzbdplus'
=3D=3D> You should manually remove the "_sabnzbd" user.
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)


I'll make some changes to it and re-submit a patch for the pkg-plist
(unless the submitter of the patch wants to do it).

-db.


On Tue, Sep 13, 2011 at 1:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
>
> Maintainer of news/sabnzbdplus,
>
> Please note that PR ports/160710 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:
> =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/160710
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org



--
"With sufficient thrust, pigs fly just fine." -- RFC1925
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-09-22 18:00:45 UTC
jlaffaye    2011-09-22 17:00:30 UTC

  FreeBSD ports repository

  Modified files:
    news/sabnzbdplus     Makefile distinfo pkg-plist 
    news/sabnzbdplus/files patch-SABnzbd.py sabnzbd.in 
  Log:
  - Update to 0.6.9
  - Use internal cherrypy module
  - Update rc script
  
  PR:             ports/160710
  Submitted by:   David Brooks <dab@rj45.org> (maintainer)
  
  Revision  Changes    Path
  1.41      +5 -5      ports/news/sabnzbdplus/Makefile
  1.26      +2 -2      ports/news/sabnzbdplus/distinfo
  1.8       +13 -3     ports/news/sabnzbdplus/files/patch-SABnzbd.py
  1.3       +39 -15    ports/news/sabnzbdplus/files/sabnzbd.in
  1.18      +48 -3     ports/news/sabnzbdplus/pkg-plist
_______________________________________________
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 6 Julien Laffaye freebsd_committer freebsd_triage 2011-09-22 18:00:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!