summaryrefslogtreecommitdiff
path: root/audio/musicpd/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-29 09:58:21 +0000
committerwiz <wiz@pkgsrc.org>2018-04-29 09:58:21 +0000
commit05a10959b8279c4c3376de87d240e34e5296f7c2 (patch)
tree86264e095758d048cfeae806b766f1b1442bc916 /audio/musicpd/Makefile
parent550229a6538a724a777848fabddde30c8c1b0bb2 (diff)
downloadpkgsrc-05a10959b8279c4c3376de87d240e34e5296f7c2.tar.gz
musicpd: update to 0.20.19.
Switch to ffmpeg4. ver 0.20.19 (2018/04/26) * protocol - validate absolute seek time, reject negative values * database - proxy: fix "search already in progress" errors - proxy: implement "list ... group" * input - mms: fix lockup bug and a crash bug * decoder - ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0) * player - fix spurious "Not seekable" error when switching radio streams * macOS: fix crash bug
Diffstat (limited to 'audio/musicpd/Makefile')
-rw-r--r--audio/musicpd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index fee256cbd1c..144abc483d1 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.164 2018/04/16 14:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.165 2018/04/29 09:58:21 wiz Exp $
-DISTNAME= mpd-0.20.18
+DISTNAME= mpd-0.20.19
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}