15 Commits

Author SHA1 Message Date
bket
1eb013cf81 Update to sabnzbd-3.2.0
Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.2.0
2021-02-28 06:17:03 +00:00
bket
460f0c7b04 Update to sabnzbd-3.1.0
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.1.0
2020-10-20 05:14:53 +00:00
bket
477e301e7d Update to sabnzbd-3.0.2 2020-09-02 16:22:04 +00:00
bket
cc6a9e3dc3 Update to sabnzbd-3.0.0
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.0.0. Upstream
switched from python2 to python3.
2020-08-01 19:08:25 +00:00
bket
ada5a2af97 Fix daemon_flags in sabnznd.rc.
Current daemon flags are:

daemon_flags="-b 0 -f ${datadir} -p ${datadir}/sabnzbd.pid"

Intention is to be:

daemon_flags="-b 0 -f ${datadir} --pidfile ${datadir}/sabnzbd.pid"

Notice "--pidfile" instead of "-p". "-p" starts the daemon paused, which
isn't desired for most people. Additionally, the entire PID option can
be omitted.

Addressed offlist by Nick Templeton <nick () nicktempleton ! com>. Diff
by me.
2019-05-06 18:29:59 +00:00
bket
a33e4f7fc0 Update to sabnzbd-2.3.5
Most of the work is done by Mikolaj Kucharski
<mikolaj AT kucharski DOT name>. Thank you!

Maintainer timeout
2018-12-12 19:54:32 +00:00
sthen
67ed730c2b fix UID for news/sabnzbd, spotted by espie
regen PLIST
2018-05-28 12:25:20 +00:00
espie
2e2ddfa9c7 don't use TRUEPREFIX in package info, it doesn't make any kind of sense. 2018-05-25 20:09:28 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
mglocker
ffcbedf490 Update to sabnzbd 1.2.1.
From Carlin Bingham.
2017-02-25 20:11:33 +00:00
abieber
4ece55443a Update to 1.0.0 of SABNzbd+ from Carlin Bingham <cb @ viennan net>
Tested on amd64. This update has many changes, and upgrading with items
in the queue is not supported. For more info see:
http://wiki.sabnzbd.org/introducing-1-0-0

If you do upgrade with a full queue, you will need to run: "queue repair"
to resolve any issues.

OK sthen@
2016-03-21 23:30:08 +00:00
ajacoutot
0afe56c826 No need to override pexp. 2015-07-16 00:12:02 +00:00
jca
7392599973 Update to sabnzbd-0.7.20
From Carlin Bingham, ok mglocker@ (maintainer)
2015-04-17 11:43:09 +00:00
abieber
115bcb08be Upgrade sabnzbd to 0.7.11 and add an rcscript.
OK mglocker@, sthen@
2013-05-20 18:36:06 +00:00
mglocker
2a6f249a51 SABnzbd allows you to process nzb-files via a comfortable web interface.
It offers a direct interface to newzbin2.es or nzbmatrix.com with features
like automatic processing of bookmarked nzb-files.

Help and OK ajacoutot@
2012-06-24 14:32:43 +00:00