bket
aff7ed6e7e
Update to sabnzbd-3.7.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.7.1
2022-12-18 07:38:07 +00:00
sthen
716f142842
bump for MODPY_DEFAULT_VERSION_3 change
2022-11-13 15:29:09 +00:00
bket
c0c58f434f
Update to sabnzbd-3.7.0
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.7.0
2022-11-06 06:00:21 +00:00
bket
08f0cada52
Update to sabnzbd-3.6.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.6.1
2022-08-20 14:55:16 +00:00
bket
4e686660a4
Update to sabnzbd-3.6.0
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.6.0
2022-06-11 05:21:20 +00:00
bket
bec58d9f6a
Remove "daemon" class from @newuser
2022-04-23 11:52:32 +00:00
bket
45bfbb5eb4
Update to sabnzbd-3.5.3
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.3
2022-03-18 06:27:15 +00:00
bket
093202d064
Update to sabnzbd-3.5.2
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.2
2022-03-11 19:22:27 +00:00
bket
34a8a25e31
remove rcs IDs in ports maintained by me
2022-03-08 08:53:49 +00:00
bket
c8f5e2c563
Update to sabnzbd-3.5.1
...
Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.1
2022-02-22 17:07:24 +00:00
bket
8797448f20
Update to sabnzbd-3.5.0
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.0
2022-01-28 17:47:02 +00:00
sthen
37d14a5394
bump REVISION for switch from Python 3.8 -> 3.9
2021-11-02 00:01:52 +00:00
bket
f346c04c2d
Update to sabnzbd-3.4.2
...
Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.4.2
2021-10-16 15:22:23 +00:00
bket
7cef41463a
Update to sabnzbd-3.4.1
...
Release notes:
https://github.com/sabnzbd/sabnzbd/releases/tag/3.4.0
https://github.com/sabnzbd/sabnzbd/releases/tag/3.4.1
2021-10-12 04:32:17 +00:00
bket
73c04d2cd9
Update to sabnzbd-3.3.1
...
Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.3.1
2021-06-19 04:15:13 +00:00
bket
5e1fae0a04
Update to sabnzbd-3.3.0
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.3.0
2021-06-01 17:59:45 +00:00
bket
626465ddc6
Update to sabnzbd-3.2.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.2.1
2021-04-01 03:32:32 +00:00
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
sthen
3cbe1c2f30
Reverse the polarity of MODPY_VERSION; default is now 3.x,
...
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bket
6fd4c6f541
Update to sabnzbd-3.1.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.1.1
2020-11-12 06:17:56 +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
7afa3ea5ec
Update to sabnzbd-3.0.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.0.1
2020-08-18 16:27:39 +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
sthen
48b0b9660c
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:48:23 +00:00
bket
f5b148cf4c
Update to sabnzbd-2.3.9.
...
Improvements and bug fix release. Changelog can be found at
https://github.com/sabnzbd/sabnzbd/releases/tag/2.3.9
2019-05-25 03:36:19 +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
sthen
53defd7102
remove more PKG_ARCH=* with pyc in PLIST
2019-04-27 23:55:04 +00:00
bket
0fd6c117b7
Update to sabnzbd-2.3.8.
...
Improvements and bugfix release. Changelog can be found at
https://github.com/sabnzbd/sabnzbd/releases
2019-03-20 05:58:17 +00:00
bket
9d266450bc
sabnzbd: use py-sabyenc instead of py-yenc.
...
From Mikolaj Kucharsk, thank you!
2019-02-27 04:34:59 +00:00
bket
b70ba0f954
Update to sabnzbd-2.3.7.
...
Improvements and bug fix release. Changelog can be found at
https://github.com/sabnzbd/sabnzbd/releases
2019-01-16 10:51:35 +00:00
bket
089570f667
Update to sabnzbd-2.3.6.
...
As discussed with mglocker@ take over maintainership.
OK mglocker@
2018-12-23 05:03:07 +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
mglocker
222b92ab6e
Update to sabnzbd 1.0.3.
...
From Carlin Bingham
2016-06-05 19:13:57 +00:00
mglocker
ce7cd49ff9
Update to sabnzbd 1.0.2.
...
From Carlin Bingham
2016-06-01 17:25:56 +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
espie
511c5d230a
a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
...
outside of WRKDIR)
2015-11-02 11:56:54 +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
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
mglocker
0f7a8db64f
Fix compileall.py -> python dependency by adding
...
"BUILD_DEPENDS = ${_MODPY_BUILD_DEPENDS}".
Suggested by ajacoutot@
2012-06-25 20:54:14 +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