aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-10-26 16:52:22 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-10-26 16:52:22 +0000
commitaaf4dfde485e1066338dfe42990210fe718b5dc0 (patch)
tree43d979e7eb9aee41564c9e9592a1e22fee151394 /UPDATING
parentd48ac71bab458d04c725ee76b9f3643a626714cb (diff)
downloadports-aaf4dfde485e1066338dfe42990210fe718b5dc0.tar.gz
ports-aaf4dfde485e1066338dfe42990210fe718b5dc0.zip
net-p2p/deluge: split out CLI part
By popular demand split out deluge onto CLI part and GUI part to let users with headless servers or users who do not want to install all the GTK2 stuff install just deluge with minimal required dependencies. deluge-cli port was introduced, that let user to run in CLI mode and to control the queue via web-interface. This change requires all the users of net-p2p/deluge to deinstall it first and then install the required part: - net-p2p/deluge-cli if GTK2 GUI is not required - net-p2p/deluge to get the graphical client (net-p2p/deluge-cli will be installed as a dependency) Requested by: many
Notes
Notes: svn path=/head/; revision=424719
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4e234adf085e..b307790852ee 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20161026:
+ AFFECTS: users of net-p2p/deluge
+ AUTHOR: rm@FreeBSD.org
+
+ Deluge port has been split out onto CLI part and GUI part. So if user
+ only needs deluged, net-p2p/deluge-cli should be installed. For full
+ deluge installation, including GTK+ GUI client, net-p2p/deluge should
+ be installed as a usual.
+
+ Old deluge package should be removed manually first:
+
+ # pkg delete deluge
+
+ After that install preferred deluge package as usual.
+
20161018:
AFFECTS: users of x11/xfce4-terminal
AUTHOR: olivierd@FreeBSD.org