diff options
author | riggs <riggs@FreeBSD.org> | 2015-09-05 19:39:00 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-09-05 19:39:00 +0800 |
commit | 83a74528f242e9e881085da0ced74200a223648c (patch) | |
tree | 0b907e9fa07ce6624d58d654905e980c02acbc19 /audio | |
parent | 6fcd3ff0d2365550342da594ab9f853e3a4d2933 (diff) | |
download | freebsd-ports-gnome-83a74528f242e9e881085da0ced74200a223648c.tar.gz freebsd-ports-gnome-83a74528f242e9e881085da0ced74200a223648c.tar.zst freebsd-ports-gnome-83a74528f242e9e881085da0ced74200a223648c.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpdas/Makefile | 4 | ||||
-rw-r--r-- | audio/mpdas/distinfo | 4 | ||||
-rw-r--r-- | audio/mpdas/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index d474ec5fd997..0e6615b7539b 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpdas -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libmpd.so:${PORTSDIR}/audio/libmpd + libmpdclient.so:${PORTSDIR}/audio/libmpdclient USES= pkgconfig diff --git a/audio/mpdas/distinfo b/audio/mpdas/distinfo index 0f036ad3d320..f1466215a270 100644 --- a/audio/mpdas/distinfo +++ b/audio/mpdas/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpdas-0.3.2.tar.gz) = 145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 -SIZE (mpdas-0.3.2.tar.gz) = 14143 +SHA256 (mpdas-0.4.0.tar.gz) = 7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 +SIZE (mpdas-0.4.0.tar.gz) = 15113 diff --git a/audio/mpdas/pkg-descr b/audio/mpdas/pkg-descr index 7005407ed41c..53ae053d10fe 100644 --- a/audio/mpdas/pkg-descr +++ b/audio/mpdas/pkg-descr @@ -5,6 +5,6 @@ In case of a downtime or connectivity problems, mpdas will cache the played songs to ~/.mpdascache. Please read the README at: -http://github.com/hrkfrd/mpdas/tree/master/README +http://github.com/hrkfdn/mpdas/tree/master/README WWW: http://50hz.ws/mpdas/ |