dns/ddclient: Update 3.11.2 => 4.0.0
Changelog:
https://github.com/ddclient/ddclient/releases/tag/v4.0.0
This release moves the default configuration file location from
/usr/local/etc/ to /usr/local/etc/ddclient/. Please move your
existing ddclient.conf to the new location before restarting ddclient.
- Fix warnings from portclippy.
- Parametrize ddclient with PORTNAME.
- Simplify and optimize do-install.
- Move docs installation to do-install-DOCS-on.
PR: 292669
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
japanese/proxy2ch: Fix MASTER_SITES and disable Link Time Optimization
Conform MASTER_SITES with the convention of the ports that use Codeberg.
PORTREVISION has been bumped because Link Time Optimization has been
disabled.
Reported by: diizzy
sysutils/devtui: Update 0.33.2 -> 0.34.0
Changes:
New serve functionality where the TUI can be served over ssh and a web UI can
be served over http.
New CLI tools:
cvs2json
html2fmt
jsconstruct
numbers (conversion)
uuiddecode
uuidgenerate
xml2json
yaml2fmt
yamlstruct
Changelog:
https://github.com/skatkov/devtui/releases/tag/v0.34.0
[2 lines not shown]
net/liferea: unbreak after 66d6d48a3884
The code assumed that with pygobject > 3.52 we'd also have
glib > 2.86 - but at the time of this commit, we have only
glib 2.84.4. On the downside, this needs to be revisited once
glib is updated.