diff options
author | rxg <rxg@pkgsrc.org> | 2013-12-10 07:14:45 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2013-12-10 07:14:45 +0000 |
commit | eb294e5e241e5fc5ae55d5f3774e9bb8f4ee7f13 (patch) | |
tree | 626012a675eeabfcf268ea267ba355534a3574dc /audio/xmp/Makefile | |
parent | 055330277d1c3e5ebb6d7c73eea749d9aee0c86b (diff) | |
download | pkgsrc-eb294e5e241e5fc5ae55d5f3774e9bb8f4ee7f13.tar.gz |
Closed PR 48323, up max sampling rate to 192 kHz.
Bump the version.
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 741c85f6da8..7c77683bf2d 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2013/11/25 12:00:47 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/12/10 07:14:45 rxg Exp $ DISTNAME= xmp-4.0.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/} |