aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2019-11-21 19:27:39 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2019-11-21 19:27:39 +0000
commit89e0b04783bb6f6a0dde7811bb8af7da69eeac17 (patch)
treef097f4a4a9b81f0cf39752ffc85ef362a0176797 /UPDATING
parentc29fde31c02b1cb660100de77f5eacba71d1c1f6 (diff)
downloadports-89e0b04783bb6f6a0dde7811bb8af7da69eeac17.tar.gz
ports-89e0b04783bb6f6a0dde7811bb8af7da69eeac17.zip
Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6. PR: 241526 Reviewed by: portmgr (adamw) Approved by: portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D22336
Notes
Notes: svn path=/head/; revision=518107
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e5aa17bdcc9e..d18c4420d0b4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20191108:
+ AFFECTS: users of databases/redis[-devel]
+ AUTHOR: osa@FreeBSD.org
+
+ The databases/redis port has been updated to the recent stable release.
+ Users wanting to stay on v4.x can replace databases/redis with
+ databases/redis4 with one of the following commands:
+
+ # pkg install databases/redis4
+ or
+ # portmaster -o databases/redis4 databases/redis
+ or
+ # portupgrade -o databases/redis4 databases/redis
+
20191103:
AFFECTS: users of www/node
AUTHOR: bhughes@FreeBSD.org