aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-03-17 15:16:01 +0000
committerMark Felder <feld@FreeBSD.org>2018-03-17 15:16:01 +0000
commit99e161c92973a5d94d1711246e21ddbf61b80554 (patch)
treef09e817c89e7ccea9597c42038f108f66be5497a /UPDATING
parent29f7f37d43e8130959390093ec7c77eb3fefd1cf (diff)
downloadports-99e161c92973a5d94d1711246e21ddbf61b80554.tar.gz
ports-99e161c92973a5d94d1711246e21ddbf61b80554.zip
Add entries for the recent multimedia/plexpy -> multimedia/tautulli migration
Notes
Notes: svn path=/head/; revision=464825
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c4551b4079ff..44c13e4a3330 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20180317:
+ AFFECTS: users of multimedia/plexpy
+ AUTHOR: feld@FreeBSD.org
+
+ Plexpy project has been renamed to Tautulli due to copyright
+ infringement. The software also has received a major update. Please
+ see the following upgrade instructions:
+
+ - Install multimedia/tautulli
+ - Create /var/db/tautulli, owned by the user you will run the daemon as
+ (default: nobody).
+ - Copy your config.ini and plexpy.db to /var/db/tautulli
+ - Enable the service and start the software
+
+ Tautulli should automatically find your database file, rename it to
+ tautulli.db, and perform the required updates.
+
20180310:
AFFECTS: users of security/openssl
AUTHOR: brnrd@FreeBSD.org