aboutsummaryrefslogtreecommitdiffstats
path: root/www/forgejo/pkg/MESSAGE
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-04-27 01:01:53 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-04-27 01:01:53 +0300
commitdaf68141d829acbf71ae5aebb964c84f7b850a73 (patch)
treea03db4f16fe90cc0446ad9673d514ba823c115c7 /www/forgejo/pkg/MESSAGE
parent89e3acda56d56f10e23a0449f5d8d5d150f2a352 (diff)
downloadports-daf68141d829acbf71ae5aebb964c84f7b850a73.tar.gz
ports-daf68141d829acbf71ae5aebb964c84f7b850a73.zip
www/forgejo: add 1.19.1pl0
Diffstat (limited to 'www/forgejo/pkg/MESSAGE')
-rw-r--r--www/forgejo/pkg/MESSAGE16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/forgejo/pkg/MESSAGE b/www/forgejo/pkg/MESSAGE
new file mode 100644
index 0000000..0464984
--- /dev/null
+++ b/www/forgejo/pkg/MESSAGE
@@ -0,0 +1,16 @@
+If you are upgrading from ${PKGSTEM}-<1.7.0, update _forgejo user's shell and
+home directory:
+
+ # usermod -s /bin/sh _forgejo
+ # usermod -d /var/forgejo _forgejo
+
+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}