CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/11/04 16:20:07
Modified files:
www/gitea : Makefile distinfo
www/gitea/pkg : PLIST
Log message:
Update gitea 1.17.2 -> 1.17.3
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.