notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: news/sabnzbd/Makefile

Number of commits found: 21

Saturday, 9 Mar 2024
17:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
news/sabnzbd: Update to 4.2.2

- While I'm here, use . instead of \* for COPYTREE_SHARE

PR:		276911
Reported by:	Nicholas Kirby <nick@kirby.cx>
Approved by:	James French <james@french.id.au> (maintainer)
commit hash: cefc1d48dc34c3d454ae5ece864c4964b37e71f8 commit hash: cefc1d48dc34c3d454ae5ece864c4964b37e71f8 commit hash: cefc1d48dc34c3d454ae5ece864c4964b37e71f8 commit hash: cefc1d48dc34c3d454ae5ece864c4964b37e71f8 cefc1d48
Friday, 29 Sep 2023
14:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}

- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 3754fc5
Thursday, 28 Sep 2023
08:43 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: James French
news/sabnzbd: Update to 4.1.0

ChangeLog: https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0

Changes since 4.0.3

 * Added a dark mode for the Config, Login, and Wizard pages.
 * Added multi-select to the History.
 * Show the number of items in post-processing when in Tabbed mode.
 * Added option verify_xff_header to include X-Forwarded-For when
 * validating if connections should be accepted when using a proxy.
 * Added option to purge log files from the Folders Config page.
 * Moved Server IP address selection and On failure, try alternative NZB to
   Special settings.
 * Special setting ipv6_servers changed to on/off.
 * Only use 7zip to unpack .zip files.
 * Windows: Added option enable_multipar to use par2cmdline-turbo
 * instead of Multipar for verification and repair. It is faster,
 * but on Windows it can fail on special (UTF8) filenames.
 * macOS: Switched to par2cmdline-turbo for verification and repair.
 * Linux: Detect more recent versions of 7zip.
 * Windows: Use All Users locations during installation of shortcuts.
 * Windows/macOS: Updated Python to 3.11.5, 7Zip to 23.01 and
 * UnRar to 6.23. All these updates include security fixes.

Bugfixes since 4.0.3

 * Series duplicate detection did not detect duplicates.
 * Sorting would append .1 to some filenames.
 * If a paused queue contained items with Force priority,
 * items with a lower priority would also be downloaded.
 * Not all API-keys were removed during log-sanitization.
 * In certain situations, not all data would be written to disk.
 * Folder names could be sanitized too eagerly.
 * Some articles would fail to decode.
 * QuickCheck could wrongly rename files with identical content.
 * Warning about Scripts Folder location was triggered incorrectly.

PR:		274114
Reported by:	james@french.id.au (maintainer)
commit hash: fba7d62c39c329fc92434056bd54dd84937afa84 commit hash: fba7d62c39c329fc92434056bd54dd84937afa84 commit hash: fba7d62c39c329fc92434056bd54dd84937afa84 commit hash: fba7d62c39c329fc92434056bd54dd84937afa84 fba7d62
Friday, 22 Sep 2023
03:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
news/sabnzbd: Fix RUN_DEPENDS

It actually allows any patch versions of SABCTOOLS_VERSION_REQUIRED.

from sabnzbd/decoder.py:
    if SABCTOOLS_VERSION[:3] != SABCTOOLS_VERSION_REQUIRED[:3]:
        raise ImportError

Reference:	https://github.com/sabnzbd/sabnzbd/commit/2b3b5e02f53ed07c23c0892f477b96e557461c13
commit hash: 2bb710a66738485d3d1eb760bed77199332a274e commit hash: 2bb710a66738485d3d1eb760bed77199332a274e commit hash: 2bb710a66738485d3d1eb760bed77199332a274e commit hash: 2bb710a66738485d3d1eb760bed77199332a274e 2bb710a
Monday, 21 Aug 2023
17:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: James French
news/sabnzbd: Allow build with py-sabctools 7.1.1
commit hash: c485dc95de2b4b52d74d72491995f354362749cb commit hash: c485dc95de2b4b52d74d72491995f354362749cb commit hash: c485dc95de2b4b52d74d72491995f354362749cb commit hash: c485dc95de2b4b52d74d72491995f354362749cb c485dc9
Saturday, 22 Jul 2023
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 b28a739
Sunday, 9 Jul 2023
10:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
news/sabnzbd: Update to 4.0.2

- Add py-sabctools 7.1.0 support [1]

PR:		272071
Approved by:	James French <james@french.id.au> (maintainer)
Obtained
from:	https://github.com/sabnzbd/sabnzbd/commit/a179f2a895259e49f3679405ad59cac06e0bf2d9
[1]
commit hash: e93acc87c3f167677ba187bb3934f7de780df844 commit hash: e93acc87c3f167677ba187bb3934f7de780df844 commit hash: e93acc87c3f167677ba187bb3934f7de780df844 commit hash: e93acc87c3f167677ba187bb3934f7de780df844 e93acc8
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 8 May 2023
08:25 Robert Clausecker (fuz) search for other commits by this committer Author: Matt
news/sabnzbdplus: update to 4.0.0 and rename to news/sabnzbd

Changes since 3.7.2
In this major update we optimized a core part of the SSL handling.
This results in large performance increases when downloading from news
servers with SSL enabled. In addition, the general connection handling
was improved, resulting in performance improvements for all news servers.
Special thanks to: mnightingale, puzzledsab and animetosho!
There are multiple settings that can tweak performance, see:
When adding a new news server, SSL is enabled by default.
File assembly performance significantly improved by relying on the
CRC32 instead of the MD5 to perform QuickCheck of files.
Slowdown more gracefully when the cache fills up.
Replaced separate Series/Movie/Date Sorting with general Sorter.
HTTPS files are included in the Backup.
Improved Watched Folder scanning and processing.
Ignore resource fork files created by macOS.
Deobfuscate final filenames is enabled for new installations.
Dropped support for Python 3.7.

Bugfixes since 3.7.2
Restore applying History Retention setting at startup.
Windows: Not all invalid characters were removed from filenames.
Windows: Firewall rules were not removed by uninstaller.

Approved by:	james@french.id.au (maintainer)
PR:		271125
commit hash: c297177504bf33aaf52dc244b77cfa059ed06398 commit hash: c297177504bf33aaf52dc244b77cfa059ed06398 commit hash: c297177504bf33aaf52dc244b77cfa059ed06398 commit hash: c297177504bf33aaf52dc244b77cfa059ed06398 c297177
Friday, 13 Feb 2009
16:38 miwi search for other commits by this committer
2009-02-09 audio/xmms-imms: does not configure or build
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x
2009-01-19 games/planeshift: Depends on broken, expired port
2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore
2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months
2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
Original commit
Friday, 21 Nov 2008
10:26 itetcu search for other commits by this committer
Deprecate at maintianer's request, as it isn't developed anymore.
Use news/sabnzbdplus instead.

Submitted by:   maintaier (private email)
Prompted by:    QAT QA run
Original commit
Friday, 17 Aug 2007
17:34 rafan search for other commits by this committer
- Fix plist after PORTNAME is changed

PR:             ports/115274
Submitted by:   Thomas Hurst <tom at hur.st>
Approved by:    Daniel <daniel at netwalk.org> (maintainer)
Original commit
Sunday, 29 Jul 2007
13:34 pav search for other commits by this committer
- Switch to py-cherrypy-old
Original commit
Friday, 22 Jun 2007
14:28 miwi search for other commits by this committer
- Rename portname SABnzbd -> sabnzbd

Approved by:    maintainer
Original commit
11:41 miwi search for other commits by this committer
- Allow build with python 2.5
- Sort plist new

Tested with py25-rev5 patch

PR:             113843
Submitted by:   Daniel <daniel@netwalk.org> (maintainer)
Original commit
Tuesday, 13 Mar 2007
08:12 miwi search for other commits by this committer
- Update to 0.2.5

PR:             110167
Submitted by:   Daniel <debonair@nero.netwalk.org> (Maintainer)
Original commit
Sunday, 8 Oct 2006
08:17 miwi search for other commits by this committer
- Update to 0.2.4

PR:             ports/104145
Submitted by:   Daniel <daniel@netwalk.org> (maintainer)
Original commit
Saturday, 22 Jul 2006
09:30 miwi search for other commits by this committer
- Update to 0.2.3

PR:             ports/100694
Submitted by:   Daniel <daniel(at)netwalk.org>
Approved by:    krion (mentor)
Original commit
Thursday, 13 Jul 2006
08:50 pav search for other commits by this committer
- Update to 0.2.2

PR:             ports/100193
Submitted by:   Daniel <daniel@netwalk.org> (maintainer)
Original commit
Sunday, 26 Mar 2006
14:50 pav search for other commits by this committer
- Update to 0.1.8.1

PR:             ports/94924
Submitted by:   Daniel <daniel@netwalk.org> (maintainer)
Original commit
Monday, 20 Mar 2006
19:56 pav search for other commits by this committer
A web-interface based standalone binary newsgrabber written in python, supports
.nzb files

WWW: http://sourceforge.net/projects/sabnzbd

PR:             ports/94678
Submitted by:   Daniel Bretoi <daniel@netwalk.org>
Original commit

Number of commits found: 21