diff options
author | minskim <minskim> | 2004-10-10 09:48:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-10 09:48:35 +0000 |
commit | d3a388c70d5302cab52182001b1b43f668e77f87 (patch) | |
tree | d62d0ebc7500ccd12ba1e847f578cbb64e5df10b /audio/moss/Makefile | |
parent | b1f64c43d26e8db722a89816f4e706852c86e20c (diff) | |
download | pkgsrc-d3a388c70d5302cab52182001b1b43f668e77f87.tar.gz |
Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.
Changes since 0.1.9:
- Avoid an infinite loop with buffer underrun in the live mode.
- More detailed and consistent log messages.
Diffstat (limited to 'audio/moss/Makefile')
-rw-r--r-- | audio/moss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/moss/Makefile b/audio/moss/Makefile index ed0579da6d6..66f7d6e1a65 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/10/06 15:16:03 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/10 09:48:35 minskim Exp $ -DISTNAME= moss-0.1.9 +DISTNAME= moss-0.1.11 CATEGORIES= audio -MASTER_SITES= http://kldp.net/download.php/1528/ +MASTER_SITES= http://kldp.net/download.php/1534/ MAINTAINER= myunggoni@users.kldp.net HOMEPAGE= http://moss.kldp.net/ |