FreeBSD Bugzilla – Attachment 157151 Details for
Bug 200457
[MAINTAINER] news/nzbget: Update to 15.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to apply to news/nzbget
nzbget-15.0.patch (text/plain), 2.09 KB, created by
Toxic
on 2015-05-26 06:50:38 UTC
(
hide
)
Description:
Patch to apply to news/nzbget
Filename:
MIME Type:
Creator:
Toxic
Created:
2015-05-26 06:50:38 UTC
Size:
2.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 387362) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nzbget >-PORTVERSION= 14.2 >+PORTVERSION= 15.0 > CATEGORIES= news > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} > >@@ -30,7 +30,7 @@ > OPTIONS_DEFINE= 7Z PYTHON RAR DOCS > OPTIONS_SINGLE= TLSLIB > OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL >-OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR >+OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR 7Z > 7Z_DESC= Support extraction of 7z archives > PYTHON_DESC= Support for python post-processing scripts > RAR_DESC= Support extraction of rar archives >Index: distinfo >=================================================================== >--- distinfo (revision 387362) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (nzbget-14.2.tar.gz) = bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677 >-SIZE (nzbget-14.2.tar.gz) = 1332612 >+SHA256 (nzbget-15.0.tar.gz) = 3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a >+SIZE (nzbget-15.0.tar.gz) = 1466814 >Index: files/nzbget.in >=================================================================== >--- files/nzbget.in (revision 387362) >+++ files/nzbget.in (working copy) >@@ -21,9 +21,9 @@ > : ${nzbget_enable:=NO} > > start_cmd="${name}_start" >-status_cmd="${command} status" >+status_cmd="${command} -L S" > stop_cmd="${name}_stop" >-command=%%PREFIX%%/sbin/nzbgetd >+command=%%PREFIX%%/bin/nzbget > > nzbget_start() > { >@@ -31,13 +31,15 @@ > # artificial sleep because it doesnt want to start > # after a restart without it > sleep .5 >- ${command} start >+ ${command} -D > } > > nzbget_stop() > { > echo "Stopping ${name}." >- ${command} stop >+ ${command} -Q >+ # artificial sleep because stop is backgrounded >+ sleep 3 > } > > run_rc_command "$1" >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 387362) >+++ pkg-plist (working copy) >@@ -1,6 +1,5 @@ > bin/nzbget > @sample etc/nzbget.conf.sample >-sbin/nzbgetd > @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS > %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200457
: 157151 |
157152