aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2021-02-12 10:41:53 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2021-02-12 10:41:53 +0000
commiteefde745d97312945b16d7fae7adeccd0929285c (patch)
tree4886d62144ccd850b6ba6454ab7af6c7d31d99f2 /UPDATING
parentefd34b1df2cebcf15ee0d4a609c0e6bf9702adb2 (diff)
downloadports-eefde745d97312945b16d7fae7adeccd0929285c.tar.gz
ports-eefde745d97312945b16d7fae7adeccd0929285c.zip
audio/spotifyd: upgrade to 0.3.0 and fix panic after rust update
Major changes: - Changed the config format from ini to TOML Make sure to update your config file accordingly[1]. - Expose volume trough dbus - Add an option to disable dbus Introduce two temporary patches to : - Fix panic reported in upstream bug system #719[2] - fixed in future - Fix compilation issue with FreeBSD (Merged after 0.3.0[3] release) [1] https://github.com/Spotifyd/spotifyd/blob/master/docs/src/config/File.md [2] https://github.com/Spotifyd/spotifyd/issues/719 [3] https://github.com/Spotifyd/spotifyd/pull/796/commits/a352eab53eef0ecafe1ddb07a43ff2b3ab54f123 PR: 251968 Submitted by: <nick.rozhkov@gmail.com>
Notes
Notes: svn path=/head/; revision=565003
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 327c21072be2..5249a444b16b 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.
+20210210:
+ AFFECTS: users of audio/spotifyd
+ AUTHOR: rodrigo@FreeBSD.org
+
+ The configuration format for audio/spotifyd is now TOML, make
+ sure to update your configuration file after upgrading the port.
+ Look at the sample configuration file for a working example.
+ https://github.com/Spotifyd/spotifyd/blob/master/docs/src/config/File.md
+
20210208:
AFFECTS: users of mail/mailscanner
AUTHOR: crees@FreeBSD.org