Date: Sat, 5 Sep 2015 11:39:01 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396166 - head/audio/mpdas Message-ID: <201509051139.t85Bd1xo019619@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Sep 5 11:39:00 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) Modified: head/audio/mpdas/Makefile head/audio/mpdas/distinfo head/audio/mpdas/pkg-descr Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Sat Sep 5 11:19:17 2015 (r396165) +++ head/audio/mpdas/Makefile Sat Sep 5 11:39:00 2015 (r396166) @@ -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 Modified: head/audio/mpdas/distinfo ============================================================================== --- head/audio/mpdas/distinfo Sat Sep 5 11:19:17 2015 (r396165) +++ head/audio/mpdas/distinfo Sat Sep 5 11:39:00 2015 (r396166) @@ -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 Modified: head/audio/mpdas/pkg-descr ============================================================================== --- head/audio/mpdas/pkg-descr Sat Sep 5 11:19:17 2015 (r396165) +++ head/audio/mpdas/pkg-descr Sat Sep 5 11:39:00 2015 (r396166) @@ -5,6 +5,6 @@ In case of a downtime or connectivity pr 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509051139.t85Bd1xo019619>