diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-17 17:11:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-17 17:11:19 +0000 |
commit | feac269ad0c68877eeb61245c485df4b7a0b138f (patch) | |
tree | 3ae4ddf5adf7451180f0fdca8c1c362d238e6ca9 /audio/cmus | |
parent | 2d0142ea7b09c31c401b1629af505f03e9e20855 (diff) | |
download | pkgsrc-feac269ad0c68877eeb61245c485df4b7a0b138f.tar.gz |
Bump PKGREVISION for ncurses shlib bump.
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 98da3c77b36..055630c7ce9 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2015/06/30 09:57:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2015/08/17 17:11:19 wiz Exp $ DISTNAME= cmus-2.6.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} |