Bug 256733 - news/nzbget: update to 21.1
Summary: news/nzbget: update to 21.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL: https://github.com/nzbget/nzbget/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-20 17:49 UTC by Thomas Morper
Modified: 2021-06-24 17:32 UTC (History)
1 user (show)

See Also:


Attachments
update nzbget to 21.1 (3.50 KB, patch)
2021-06-20 17:49 UTC, Thomas Morper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Morper 2021-06-20 17:49:14 UTC
Created attachment 225954 [details]
update nzbget to 21.1

news/nzbget: update to 21.1

* Update to 21.1
* Remove unused PAR option
* Remove 7Z and RAR options
  (fully optional features, should not be a run-time dependency)
* Replace PYTHON option with USES flag
  (fully optional feature, should not be a run-time dependency,
   non-optional requirement for the shebangfix during build-time)
* Enable setting an unprivileged user in rc.conf
* Start daemon with "su -l" (allows "~" in config, fixes bug #243060)
* Fix pkg-message

Changelog:

  https://github.com/nzbget/nzbget/releases/tag/v21.1

QA:

  * portlint: OK
  * testport: OK (poudriere: 11.4 & 12.2, i386 & amd64; 13.0, amd64 & arm64)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-24 08:13:38 UTC
Very complete PR.

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-24 17:26:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=059791e8b18030ccbe94b6e26f736d0b30930ad4

commit 059791e8b18030ccbe94b6e26f736d0b30930ad4
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-06-24 08:43:43 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-06-24 17:21:21 +0000

    news/nzbget: update to 21.1

    ChangeLog: https://github.com/nzbget/nzbget/releases/tag/v21.1

    * Remove unused options
    * Replace PYTHON option with USES flag
    * Enable setting an unprivileged user in rc.conf
    * Start daemon with "su -l" (allows "~" in config, fixes bug #243060)
    * Fix pkg-message

    PR:     256733
    Reported by:    thomas@beingboiled.info

 news/nzbget/Makefile             | 25 +++++++------------------
 news/nzbget/distinfo             |  6 +++---
 news/nzbget/files/nzbget.in      | 30 +++++++++++++++++++++---------
 news/nzbget/files/pkg-message.in |  4 ++--
 4 files changed, 33 insertions(+), 32 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-24 17:32:19 UTC
Committed,

Thanks!