- update to 0.6.9 Fix: Patch attached with submission follows:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->jlaffaye I'll take it.
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
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"
State Changed From-To: feedback->closed Committed. Thanks!