aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2019-09-11 17:53:23 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2019-09-11 17:53:23 +0000
commit9e587ead7349554b399273975ec0e8c6bc2be46a (patch)
tree3a79e0a726f54f5ff2c72db01f2e32399356e9ca /UPDATING
parent2508c9b1a330d7164232723cb6b5d12840aa96f6 (diff)
downloadports-9e587ead7349554b399273975ec0e8c6bc2be46a.tar.gz
ports-9e587ead7349554b399273975ec0e8c6bc2be46a.zip
- Add update tool.
- Add update instructions (datastore needs to be updated). - Convert pkg-message to UCL format. - Rework plist generation target.
Notes
Notes: svn path=/head/; revision=511830
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 03391fa04652..15183756e95c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20190911:
+ AFFECTS: users of security/bastillion
+ AUTHOR: netchild@FreeBSD.org
+
+ The datastore of bastillion needs to be updated:
+ java -jar $PREFIX/jetty_bastillion/upgrade/bastillion-upgrade-3.08.00.jar \
+ $PREFIX/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties
+
20190909:
AFFECTS: users of lang/ruby25
AUTHOR: mfechner@FreeBSD.org