Bug 256733

Summary: news/nzbget: update to 21.1
Product: Ports & Packages Reporter: Thomas Morper <thomas>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Many People CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/nzbget/nzbget/releases/tag/v21.1
Attachments:
Description Flags
update nzbget to 21.1 none

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!