aboutsummaryrefslogtreecommitdiff
path: root/www/adguardhome/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA22 hours1-1/+1
| | | | PR: 274405
* www/adguardhome: Add the pid fileAlexander Leidinger2023-11-221-0/+1
| | | | This would allow external automation scripts to control the daemon.
* www/adguardhome: update 0.107.40 → 0.107.41Yuri Victorovich2023-11-131-1/+1
| | | | Reported by: portscout
* www/adguardhome: update 0.107.36 → 0.107.40Yuri Victorovich2023-10-191-3/+2
| | | | Reported by: portscout
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-041-0/+1
|
* www/adguardhome: Update 0.107.35 → 0.107.36Yuri Victorovich2023-08-041-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.34 → 0.107.35Yuri Victorovich2023-07-271-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.33 → 0.107.34Yuri Victorovich2023-07-171-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.32 → 0.107.33Yuri Victorovich2023-07-041-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.22 → 0.107.32Yuri Victorovich2023-06-131-9/+8
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-1/+1
|
* www/adguardhome: Switch to go1.19Dmitri Goutnik2023-02-031-1/+2
| | | | | | go1.18 is out of support, switch to go1.19. Approved by: yuri (maintainer)
* www/adguardhome: Update 0.107.21 -> 0.107.22Yuri Victorovich2023-01-221-2/+1
|
* www/adguardhome: Move config and data files to a new locationYuri Victorovich2023-01-221-1/+1
| | | | | | | ... when these files are present at old locations. PR: 269083 Reported by: Jony Hudson <bsd@j-star.org>
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* www/adguardhome: Make AdGuardHome to write files into a dedicated directoryTobias Bölz2023-01-131-1/+3
| | | | PR: 268890
* www/adguardhome: Update 0.107.15 -> 0.107.21Yuri Victorovich2022-12-191-2/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-0/+1
|
* www/adguardhome: Update 0.107.14 -> 0.107.15Yuri Victorovich2022-10-051-1/+1
| | | | Reported by: pofrtscout
* www/adguardhome: Update 0.107.13 -> 0.107.14Yuri Victorovich2022-10-031-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.12 -> 0.107.13Yuri Victorovich2022-09-161-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.107.8 -> 0.107.12Yuri Victorovich2022-09-101-2/+1
| | | | Reported by: portscout
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Keep ports that need go1.18 on 1.18Dmitri Goutnik2022-08-031-1/+1
| | | | | Some ports are not (yet) buildable with go1.19, keep them on 1.18 for now.
* www/adguardhome: Set version using GO_BUILDFLAGSYuri Victorovich2022-07-241-4/+1
| | | | Suggested by: dmgk@
* www/adguardhome: Fix bug that adguardhome didn't show its versionYuri Victorovich2022-07-241-0/+5
|
* www/adguardhome: Update 0.107.7 -> 0.107.8Yuri Victorovich2022-07-151-2/+1
| | | | Reported by: portscout
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* www/adguardhome: Add run-time dependency ca_root_nssYuri Victorovich2022-07-031-0/+3
| | | | Otherwise there would be errors with certificates not being recognised.
* sweep: Remove superfluous EXTRACT_ONLYDmitri Goutnik2022-06-221-2/+0
| | | | | | | Remove superfluous EXTRACT_ONLY after 432605a7904c, let go.mk do its thing. Approved by: portmgr (blanket)
* www/adguardhome: Update 0.107.0-b.7 -> 0.107.7, drop go1.17 requirementDmitri Goutnik2022-06-171-3/+2
| | | | PR: 264742
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* */*: Repair after switching to versioned Go portsDmitri Goutnik2022-06-061-2/+1
| | | | | | | | | | - Add 1.17 to USES=go for ports that still need go117, remove GO_PORT; - Add missing ${SETENV} ${MAKE_ENV} to repair BINARY_ALIAS; - Remove explicit dependencies on lang/go. PR: 264336 Reviewed by: ygy jwb yuri mikael drtr0jan@yandex.ru decke mat Differential Revision: https://reviews.freebsd.org/D35346
* www/adguardhome: Fix buildGuangyuan Yang2022-04-051-1/+2
| | | | | | | | | adguardhome has a dependency which does not support go 1.18 yet. Use 1.17 for now. PR: 262994 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: portmgr (implicit, build fix)
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* www/adguardhome: Add CPE informationBernhard Froehlich2021-09-301-1/+3
| | | | Approved by: portmgr (blanket)
* www/adguardhome: Update 0.106.3 -> 0.107.0-b.7Yuri Victorovich2021-08-111-1/+1
| | | | | | | | | This fixes: * the local distfile mismatch (bug#257766) * the broken fronend problem (it wasn't built properly and causes the '404 page not found' error) PR: 257766 Reported by: Michiel van Baak <michiel@vanbaak.eu>
* www/adguardhome: Update 0.106.2 -> 0.106.3Yuri Victorovich2021-05-201-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.106.1 -> 0.106.2Yuri Victorovich2021-05-071-1/+1
| | | | Reported by: portscout
* www/adguardhome: Update 0.106.0 -> 0.106.1Yuri Victorovich2021-05-021-1/+1
|
* www/adguardhome: Update 0.105.2 -> 0.106.0Yuri Victorovich2021-04-291-4/+3
|
* www/adguardhome: Add rc script and pkg-messageYuri Victorovich2021-04-251-1/+5
|
* www/adguardhome: Use pre-bilt html frontend tarballs and mantenance mode ↵Yuri Victorovich2021-04-161-0/+30
| | | | | | | | | which allows to build them. Port was broken without this since they recently added the need for html frontend being presend before build and such frontend was missing. Reported by: Sandro Wirth <sandro.wirth@posteo.de>