modes. It also boasts a number of other powerful features:
- Instant push notifications from compatible sources, such as
Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.
- Basic Web scraping, based on XPath, for Web sites not providing
any RSS/Atom feeds.
- Custom tags and extensions for further tuning.
ok abieber op
if libudev-openbsd is installed, chromium will use its monitoring capabilities
so that e.g. fido(4) keys can be plugged in anytime during an authentication
process instead of enumerating devices once on startup
around devel/cunit (there don't seem to be any arch-related issues with
archs we currently build ports for, but still this is on a hot path at
the start of bulk builds nghttp2->curl->cmake which is helpful to keep
short; cunit pulls in autoconf etc as well)
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.
discussed with sthen@, tb@ and robert@
praying that my grep/sed skills did not break anything and still
believing in portbump :-)
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.17.3
Port changes:
* Static assets location was changed from /usr/local/share/gitea/public/ to
/var/www/gitea/public/; /usr/local/share/gitea/public is now a symlink to
/var/www/gitea/public/. This makes serving static files by local http
server easier. Idea from aisha@, help from sthen@, thanks!
This change breaks port upgrade using 'pkg_add -u';
'pkg_delete gitea; pkg_add gitea' is needed to upgrade the port.