diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-07 08:41:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-07 08:41:50 +0000 |
commit | bd69baa4a15c204d4f7c0a2cd857bb53f231f0b8 (patch) | |
tree | ba4222cee0201581c5ebc045e7c6b96537ab1e25 /audio | |
parent | d2c3de8c6a79b39c6d6e485ce73dce0616b275c1 (diff) | |
download | pkgsrc-bd69baa4a15c204d4f7c0a2cd857bb53f231f0b8.tar.gz |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpc/Makefile | 4 | ||||
-rw-r--r-- | audio/mpc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index d4a276ef47a..1488cc026f9 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2015/03/14 21:05:56 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2015/06/07 08:41:50 wiz Exp $ -DISTNAME= mpc-0.26 +DISTNAME= mpc-0.27 CATEGORIES= audio #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} MASTER_SITES= http://www.musicpd.org/download/mpc/0/ diff --git a/audio/mpc/distinfo b/audio/mpc/distinfo index 5d1093eb54d..022dd72809a 100644 --- a/audio/mpc/distinfo +++ b/audio/mpc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2014/06/09 12:27:51 wiz Exp $ +$NetBSD: distinfo,v 1.16 2015/06/07 08:41:50 wiz Exp $ -SHA1 (mpc-0.26.tar.xz) = dd1577cfff1d8324bc27c97fb26d88b845118800 -RMD160 (mpc-0.26.tar.xz) = 6ab400af9d08beceaa8cec6b12fd9888d3fb56d0 -Size (mpc-0.26.tar.xz) = 105432 bytes +SHA1 (mpc-0.27.tar.xz) = 76e4a35548eea07a535b1b3a95d3d8d592c123bd +RMD160 (mpc-0.27.tar.xz) = 3c17a9bdd78da315ec1253140da01d9beb4d2c8a +Size (mpc-0.27.tar.xz) = 113596 bytes |