Bug 202899 - audio/mpdas: maintainer update to 0.4.0
Summary: audio/mpdas: maintainer update to 0.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Thomas Zander
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-09-05 00:29 UTC by henrik
Modified: 2015-09-05 13:46 UTC (History)
1 user (show)

See Also:


Attachments
port update patch (1.35 KB, patch)
2015-09-05 00:29 UTC, henrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description henrik 2015-09-05 00:29:13 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-05 11:39:31 UTC
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
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2015-09-05 13:00:26 UTC
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.
Comment 3 henrik 2015-09-05 13:25:49 UTC
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.
Comment 4 Thomas Zander freebsd_committer freebsd_triage 2015-09-05 13:46:21 UTC
(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!