aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-05-05 08:25:24 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-05-05 08:25:24 +0000
commit59412bc7e09ef6fc92dd70ad6258ab34cb63aa72 (patch)
tree5c40ba711ced6b9a8f868f30b7376b3f22e38ae4 /UPDATING
parent24b1dc2ea687bf2cbeadafb77e766b48e37cf8dd (diff)
downloadports-59412bc7e09ef6fc92dd70ad6258ab34cb63aa72.tar.gz
ports-59412bc7e09ef6fc92dd70ad6258ab34cb63aa72.zip
Reflect changes in www/gitea in r469092
PR: 227028 Submitted by: stb@lassitu.de
Notes
Notes: svn path=/head/; revision=469094
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 87fea56d7467..37f13e4ec17a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180505:
+ AFFECTS: users of www/gitea
+ AUTHOR: stb@lassitu.de
+
+ The www/gitea port no longer requires shell/bash. If you want to
+ stop using bash and deinstall the package, make sure to set the
+ configuration in etc/gitea/conf/app.ini, section [repository],
+ SCRIPT_TYPE to "sh". See app.ini.sample for an example.
+
20180501:
AFFECTS: users of www/node
AUTHOR: bhughes@FreeBSD.org