diff options
author | Chris Rees <crees@FreeBSD.org> | 2016-06-11 14:21:05 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2016-06-11 14:21:05 +0000 |
commit | 48270905c1c93a98698a23b97680e477f5f2baba (patch) | |
tree | e84ed8a93afb0bca18280bf3183aa29aa343807b /audio | |
parent | 0adb21770b9c0b5ffb795d40d67f833a0e61c760 (diff) | |
download | freebsd-ports-48270905c1c93a98698a23b97680e477f5f2baba.zip |
Update to 0.19.15 to support ffmpeg 3.0
Submitted by: gor_clogic.com.ua (Oleg Gushchenkov)
Differential Revision: D6807
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 10 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 5 | ||||
-rw-r--r-- | audio/musicpd/files/pkg-message.in | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index a2c6e99ebad1..66f0f18d7e2f 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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 daemon 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 diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index a36ed11934c4..e90f42751978 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -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 diff --git a/audio/musicpd/files/pkg-message.in b/audio/musicpd/files/pkg-message.in index a0f58ce6051b..da00c77be5ff 100644 --- a/audio/musicpd/files/pkg-message.in +++ b/audio/musicpd/files/pkg-message.in @@ -22,7 +22,7 @@ be stored in the /var/mpd/music directory. 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 |