Bug 248177

Summary: net-p2p/transmission-daemon: Confusing reference to transmission-remote in package description
Product: Ports & Packages Reporter: Andrew Nicks <bugzilla-arn>
Component: Individual Port(s)Assignee: Alexandre C. GuimarĂ£es <rigoletto>
Status: Closed FIXED    
Severity: Affects Some People Flags: rigoletto: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrew Nicks 2020-07-22 15:39:38 UTC
I only use transmission-daemon and transmission-remote (haven't needed create etc) and have just tried first install/upgrade of 3.00.

I started by pkg install transmission-daemon (which is all I ever installed before), and it took a while to work out why I didn't get transmission-remote any more!  pkg upgrade of another installation also made it dissapear.

The following points didn't help me work it out quicker...

* The pkg-descr for transmission-daemon still says "transmission-remote (included)" so I didn't immediately check if it was still in the plist
* There wasn't and UPDATING message highlighting it's move to transmission-utils
* I read the PR associted with split of utils, but on first pass it seemed a change to transmission-cli rather than transmission-daemon
* The pkg-descr for transmission-utils says it is "the tools to create and manipulate torrent files", which doesn't really fit what transmission-remote does

I suggest following change in transmission-daemon pkg-descr :
"The transmission-daemon is a daemon-based Transmission session that can
be controlled via RPC by transmission-remote (included) and other
Transmission BiTtorrent client such as GTK+ and CLI interface."
to something like :
"The transmission-daemon is a daemon-based Transmission session that can
be controlled via RPC by transmission-remote (see transmission-utils) and other
Transmission BiTtorrent client such as GTK+ and CLI interface."

Thank you
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-07-24 01:45:30 UTC
A commit references this bug:

Author: rigoletto
Date: Fri Jul 24 01:44:58 UTC 2020
New revision: 542978
URL: https://svnweb.freebsd.org/changeset/ports/542978

Log:
  net-p2p/transmission-daemon: improve the port description.

  PR:		248177
  Submitted by:	Andrew Nicks <bugzilla-arn@houseofnicks.co.uk>

Changes:
  head/net-p2p/transmission-daemon/pkg-descr
Comment 2 Alexandre C. GuimarĂ£es freebsd_committer freebsd_triage 2020-07-24 01:56:57 UTC
Thanks you. :-)