summaryrefslogtreecommitdiff
path: root/audio/ncmpc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-19 16:54:51 +0000
committerwiz <wiz@pkgsrc.org>2005-03-19 16:54:51 +0000
commit096e8a48852b7cb6d89a5ca92d276c130802e944 (patch)
treeb95b698138e3afacafb7c9c03858fdfdc0d53a59 /audio/ncmpc/Makefile
parentf63fd697d8f58d7cc23aa1f50a3a65b33fff9599 (diff)
downloadpkgsrc-096e8a48852b7cb6d89a5ca92d276c130802e944.tar.gz
Update to 0.11.1, provided by Robert Lillack in PR 29027.
+ Spanish translations from Jose Cedeno + Russian translations from Nikolay Pavlov + French translations from Yann Cézard + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z) + ncmpc now hides the cursor on the help screen + ncmpc now can enqueue and play a song from the browse screen (Enter) + configuration changes: o ncmpc no longer supports the old configuration file syntax o the crossfade time can now be definied in (crossfade-time) o support for ncurses mouse events is now optional (enable-mouse) + bugfixes: o fixed short option handling for multiple short options o %time% format fix from Aurelien Foret (use %02d for seconds) o Fixed abort (Ctrl-G) handling when saving playlist o survive select/find operations on empty lists (Niko Tyni)
Diffstat (limited to 'audio/ncmpc/Makefile')
-rw-r--r--audio/ncmpc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile
index 9d07b447bbe..b1db3baeb44 100644
--- a/audio/ncmpc/Makefile
+++ b/audio/ncmpc/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2004/12/10 20:34:24 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/19 16:54:51 wiz Exp $
-DISTNAME= ncmpc-0.11.0
-PKGREVISION= 1
+DISTNAME= ncmpc-0.11.1
CATEGORIES= audio
MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
http://mercury.chem.pitt.edu/~shank/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://hem.bredband.net/kaw/ncmpc/
-COMMENT= curses client for Music Player Daemon
+COMMENT= Curses client for Music Player Daemon
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes