summaryrefslogtreecommitdiff
path: root/audio/musicpd/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-08-19 17:31:43 +0000
committerwiz <wiz@pkgsrc.org>2018-08-19 17:31:43 +0000
commita3e5afcd6c6ecb5785267e8644c998ba780d0320 (patch)
tree10e1178f8bc12dca088f393003f7c9d46a64b847 /audio/musicpd/Makefile
parent3ff8c41cb4ba7f2aab43828285c00ee6cc8fb5db (diff)
downloadpkgsrc-a3e5afcd6c6ecb5785267e8644c998ba780d0320.tar.gz
musicpd: update to 0.20.21.
ver 0.20.21 (2018/08/17) * database - proxy: add "password" setting - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort" - simple: allow .mpdignore comments only at start of line * output - httpd: remove broken DLNA support code * playlist - cue: support file type declaration "FLAC" (non-standard) * URI schemes are case insensitive * Android, Windows - enable the "curl" storage plugin
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 c916df55ee9..b3522a5fe2d 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.171 2018/08/16 18:54:35 adam Exp $
+# $NetBSD: Makefile,v 1.172 2018/08/19 17:31:43 wiz Exp $
-DISTNAME= mpd-0.20.20
+DISTNAME= mpd-0.20.21
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}