From owner-svn-ports-head@freebsd.org Sat Jun 11 14:21:07 2016 Return-Path: Delivered-To: svn-ports-head@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 0DDABAEFD33; Sat, 11 Jun 2016 14:21:07 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C62D62CBE; Sat, 11 Jun 2016 14:21:06 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5BEL6LJ069869; Sat, 11 Jun 2016 14:21:06 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5BEL5VS069866; Sat, 11 Jun 2016 14:21:05 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201606111421.u5BEL5VS069866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 11 Jun 2016 14:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416717 - in head/audio/musicpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 14:21:07 -0000 Author: crees Date: Sat Jun 11 14:21:05 2016 New Revision: 416717 URL: https://svnweb.freebsd.org/changeset/ports/416717 Log: Update to 0.19.15 to support ffmpeg 3.0 Submitted by: gor_clogic.com.ua (Oleg Gushchenkov) Differential Revision: D6807 Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo head/audio/musicpd/files/pkg-message.in Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sat Jun 11 13:20:30 2016 (r416716) +++ head/audio/musicpd/Makefile Sat Jun 11 14:21:05 2016 (r416717) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.19.10 +PORTVERSION= 0.19.15 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -11,13 +11,13 @@ COMMENT= Remote-controllable music daemo LICENSE= GPLv2 +LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ + libicudata.so:devel/icu + USES= gmake pkgconfig compiler:c++11-lib tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 -LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ - libicudata.so:devel/icu - USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar CFLAGS+= -I${PREFIX}/include @@ -198,7 +198,7 @@ post-patch: ${WRKSRC}/doc/mpdconf.example) - 1); \ finish=$$(for n in $$(${JOT} 10 $$start); do \ [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ - "#}" ] && echo $$n || true; done); \ + "#}" ] && ${ECHO_CMD} $$n || true; done); \ ${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \ ${WRKSRC}/doc/mpdconf.example # Fix man pages for executable names Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sat Jun 11 13:20:30 2016 (r416716) +++ head/audio/musicpd/distinfo Sat Jun 11 14:21:05 2016 (r416717) @@ -1,2 +1,3 @@ -SHA256 (mpd-0.19.10.tar.xz) = c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 -SIZE (mpd-0.19.10.tar.xz) = 701668 +TIMESTAMP = 1465643698 +SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b +SIZE (mpd-0.19.15.tar.xz) = 704000 Modified: head/audio/musicpd/files/pkg-message.in ============================================================================== --- head/audio/musicpd/files/pkg-message.in Sat Jun 11 13:20:30 2016 (r416716) +++ head/audio/musicpd/files/pkg-message.in Sat Jun 11 14:21:05 2016 (r416717) @@ -22,7 +22,7 @@ be stored in the /var/mpd/music director NOTE: The musicpd server is pretty useless without a client. You might want to install one of the following ports too: - Command line: musicpc, ncmpc (Curses) + Command line: musicpc, ncmpc (Curses), ncmpcpp (Curses) GNOME / GTK: glurp, gmpc KDE / Qt: quimup, qmpdlient Web: phpmp