aboutsummaryrefslogtreecommitdiff
path: root/audio/mpdas
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-09-05 11:39:00 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-09-05 11:39:00 +0000
commita5db7d5da78e6d5c2529d2c5d11c9f68af71f27f (patch)
tree0b907e9fa07ce6624d58d654905e980c02acbc19 /audio/mpdas
parent2ca1572adc55ffbff8e7272c919d9b0db7cfcd04 (diff)
downloadports-a5db7d5da78e6d5c2529d2c5d11c9f68af71f27f.tar.gz
ports-a5db7d5da78e6d5c2529d2c5d11c9f68af71f27f.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)
Notes
Notes: svn path=/head/; revision=396166
Diffstat (limited to 'audio/mpdas')
-rw-r--r--audio/mpdas/Makefile4
-rw-r--r--audio/mpdas/distinfo4
-rw-r--r--audio/mpdas/pkg-descr2
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/