Sun Jun 7 08:41:50 2015 UTC ()
Update to 0.27:

0.27 (2015/05/30)
* fix --enable-debug and --enable-werror
* add unit tests
* new command: "searchplay" searches and plays songs from the current playlist
* fix use-after-free bug
* new command: "searchadd" works like findadd with non-exact matching
* improved error handling
* show directories in command "tab"
* bash completion: escape '&'
* add %mtime% and %mdate% to --format
* recognize command by unambiguous prefix
* "insert" queues new songs when "random" mode is enabled


(wiz)
diff -r1.22 -r1.23 pkgsrc/audio/mpc/Makefile
diff -r1.15 -r1.16 pkgsrc/audio/mpc/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/audio/mpc/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpc/Makefile 2015/03/14 21:05:56 1.22
+++ pkgsrc/audio/mpc/Makefile 2015/06/07 08:41:50 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2015/03/14 21:05:56 tnn Exp $ 1# $NetBSD: Makefile,v 1.23 2015/06/07 08:41:50 wiz Exp $
2 2
3DISTNAME= mpc-0.26 3DISTNAME= mpc-0.27
4CATEGORIES= audio 4CATEGORIES= audio
5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} 5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
6MASTER_SITES= http://www.musicpd.org/download/mpc/0/ 6MASTER_SITES= http://www.musicpd.org/download/mpc/0/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= simonb@NetBSD.org 9MAINTAINER= simonb@NetBSD.org
10HOMEPAGE= http://musicpd.org/ 10HOMEPAGE= http://musicpd.org/
11COMMENT= Command-line client for musicpd 11COMMENT= Command-line client for musicpd
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.15 -r1.16 pkgsrc/audio/mpc/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/mpc/distinfo 2014/06/09 12:27:51 1.15
+++ pkgsrc/audio/mpc/distinfo 2015/06/07 08:41:50 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2014/06/09 12:27:51 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2015/06/07 08:41:50 wiz Exp $
2 2
3SHA1 (mpc-0.26.tar.xz) = dd1577cfff1d8324bc27c97fb26d88b845118800 3SHA1 (mpc-0.27.tar.xz) = 76e4a35548eea07a535b1b3a95d3d8d592c123bd
4RMD160 (mpc-0.26.tar.xz) = 6ab400af9d08beceaa8cec6b12fd9888d3fb56d0 4RMD160 (mpc-0.27.tar.xz) = 3c17a9bdd78da315ec1253140da01d9beb4d2c8a
5Size (mpc-0.26.tar.xz) = 105432 bytes 5Size (mpc-0.27.tar.xz) = 113596 bytes