From owner-svn-ports-all@freebsd.org Sat Sep 5 11:39:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 423109CB221; Sat, 5 Sep 2015 11:39:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 197BE1C3B; Sat, 5 Sep 2015 11:39:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t85Bd1mu019624; Sat, 5 Sep 2015 11:39:01 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t85Bd1xo019619; Sat, 5 Sep 2015 11:39:01 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201509051139.t85Bd1xo019619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 5 Sep 2015 11:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396166 - head/audio/mpdas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2015 11:39:02 -0000 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/