diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2021-03-10 22:11:41 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2021-03-10 22:11:41 +0000 |
commit | 5416d860076a71366d9465cd3572e435106acb80 (patch) | |
tree | 91ed747c9cabcb6bb47ef78aa76948189f484871 /UPDATING | |
parent | math/flexfloat: fix build on powerpc64le (diff) |
Repo-copy textproc/redisearch to textproc/redisearch16 and
update to the recent stable version v2.0.
Notes
Notes:
svn path=/head/; revision=568050
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ 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. +20210310: + AFFECTS: users of textproc/redisearch + AUTHOR: osa@FreeBSD.org + + The textproc/redisearch port has been updated to the recent stable + release - v2.0. Users wanting to stay on v1.6 can replace + textproc/redisearch with textproc/redisearch16 with one of the + following commands: + + # pkg install textproc/redisearch16 + or + # portmaster -o textproc/redisearch16 textproc/redisearch + or + # portupgrade -o textproc/redisearch16 textproc/redisearch + + NOTE: The textproc/redisearch16 brings a new name for the module, + i.e. redisearch16.so, so be careful. + 20210309: AFFECTS: users of emulators/virtualbox-ose AUTHOR: madpilot@FreeBSD.org |