Created attachment 160733 [details] port update patch Update to latest release: - Feature: A track can be set as 'loved' on Last.fm, e.g. with 'mpc sendmessage mpdas love' - Migrate to libmpdclient instead of deprecated libmpd along with some code refactoring - Fix typo that would result in an incorrent setgid()-call - Fix in the handshake to communicate properly with the new Last.fm site - Several other crash fixes and optimizations
A commit references this bug: Author: riggs Date: Sat Sep 5 11:39:02 UTC 2015 New revision: 396166 URL: https://svnweb.freebsd.org/changeset/ports/396166 Log: Update to upstream version 0.4.0 From Changelog: - Feature: A track can be set as 'loved' on Last.fm, e.g. with 'mpc sendmessage mpdas love' - Migrate to libmpdclient instead of deprecated libmpd along with some code refactoring - Fix typo that would result in an incorrent setgid()-call - Fix in the handshake to communicate properly with the new Last.fm site - Several other crash fixes and optimizations pkg-descr: - Update WWW PR: 202899 Submitted by: henrik@affekt.org (maintainer) Changes: head/audio/mpdas/Makefile head/audio/mpdas/distinfo head/audio/mpdas/pkg-descr
Committed, thanks. Just a question for pondering: Is the reference to the README on github in pkg-descr really required? All critical information to get the client running are already given in the manpage / pkg-message.
Thank you. No, not really. I guess the urge to update the URL was stronger than the one for actually questioning its necessity. Feel free to remove it, or I can do that with the next update.
(In reply to henrik from comment #3) No worries, we are not in a hurry. We can do it with the next update. Thanks again!