Bug 281875 - [PATCH] www/adguardhome: update to 0.107.53
Summary: [PATCH] www/adguardhome: update to 0.107.53
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-05 19:06 UTC by Denis Shaposhnikov
Modified: 2024-10-14 17:32 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
adguardhome-0.107.53.patch (11.72 KB, patch)
2024-10-05 19:06 UTC, Denis Shaposhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)