Bug 281875

Summary: [PATCH] www/adguardhome: update to 0.107.53
Product: Ports & Packages Reporter: Denis Shaposhnikov <dsh>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (yuri)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
adguardhome-0.107.53.patch none

Description Denis Shaposhnikov 2024-10-05 19:06:08 UTC
Created attachment 254027 [details]
adguardhome-0.107.53.patch

Hi,

This patch updates www/adguardhome to latest release. Also,

Use release frontend asset, instead of

```
MASTER_SITES=	LOCAL/yuri/:deps
```

Add example newsyslog.conf and install it as
`etc/newsyslog.conf.d/adguardhome.conf`.

Improve rc.d script. Add "-H" daemon(8) flag for interoperability with
newsyslog(1) and similar log rotation / archival mechanisms. Fix shellcheck
warnings. Add `reload` command. Add `adguardhome_extra` for `rc.conf`, which can
be used like:

```
adguardhome_extra="--no-check-update"
```
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-10-14 17:31:15 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-14 17:32:56 UTC
A commit in branch main references this bug:

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

commit b521c14b6d8a099a172e55e869de65a99680cd47
Author:     Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2024-10-14 15:02:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-14 17:32:08 +0000

    www/adguardhome: update 0.107.51 → 0.107.53

    PR:     281875

 www/adguardhome/Makefile                   | 47 ++++++++----------------
 www/adguardhome/distinfo                   | 16 ++++----
 www/adguardhome/files/adguardhome.in       | 59 +++++++++++++++---------------
 www/adguardhome/files/newsyslog.conf (new) |  5 +++
 www/adguardhome/files/patch-go.mod (new)   | 10 +++++
 www/adguardhome/pkg-plist (new)            |  3 ++
 6 files changed, 70 insertions(+), 70 deletions(-)