SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

16
www/gitea/pkg/MESSAGE Normal file
View file

@ -0,0 +1,16 @@
If you are upgrading from ${PKGSTEM}-<1.7.0, update _gitea user's shell and
home directory:
# usermod -s /bin/sh _gitea
# usermod -d /var/gitea _gitea
If you are upgrading from ${PKGSTEM}-<1.7.1, please note the following changes:
* Configuration file location has changed from ${SYSCONFDIR}/${PKGSTEM}/conf/app.ini
to ${SYSCONFDIR}/${PKGSTEM}/app.ini
* GITEA_CUSTOM directory location has changed from ${SYSCONFDIR}/${PKGSTEM}
to ${LOCALSTATEDIR}/${PKGSTEM}/custom
* Default ROOT_PATH for logs has changed from ${LOCALSTATEDIR}/${PKGSTEM}/log
to ${LOCALSTATEDIR}/log/${PKGSTEM}