diff options
author | gls <gls@pkgsrc.org> | 2010-05-18 21:11:47 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-05-18 21:11:47 +0000 |
commit | 517309f4e8e304cab4c142b29b0d397b98eb34f4 (patch) | |
tree | 2a0f58132bd04f36e828a3824870dd9143a809b5 /audio/cmus/Makefile | |
parent | 8b23a17f644d5b235cb7dd997aa8a1ecc428f435 (diff) | |
download | pkgsrc-517309f4e8e304cab4c142b29b0d397b98eb34f4.tar.gz |
Update audio/cmus to 2.3.2
Changelog:
Among other things, this release features gapless MP3 playback,
native PulseAudio support, faster startup, and much improved compilations
handling.
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 45f72e6cb96..251ac867852 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2010/03/16 16:46:22 ahoka Exp $ +# $NetBSD: Makefile,v 1.24 2010/05/18 21:11:47 gls Exp $ # -DISTNAME= cmus-v2.3.1 +DISTNAME= cmus-v2.3.2 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= audio -MASTER_SITES= http://downloads.sourceforge.net/project/cmus/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= ahoka@NetBSD.org |