Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 14:21:05 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416717 - in head/audio/musicpd: . files
Message-ID:  <201606111421.u5BEL5VS069866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606111421.u5BEL5VS069866>