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 | |
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.
-rw-r--r-- | audio/moss/Makefile | 6 | ||||
-rw-r--r-- | audio/moss/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
3 files changed, 8 insertions, 7 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/ diff --git a/audio/moss/distinfo b/audio/moss/distinfo index f5fb9ec7be0..17cde6a483c 100644 --- a/audio/moss/distinfo +++ b/audio/moss/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/10/06 15:16:03 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/10/10 09:48:35 minskim Exp $ -SHA1 (moss-0.1.9.tar.gz) = aa195fe2d462d2c48ea0c988529b94233c6d7d14 -Size (moss-0.1.9.tar.gz) = 43214 bytes +SHA1 (moss-0.1.11.tar.gz) = 5b35fec9e8effc1da8fc865c276d24f7d25d64e6 +Size (moss-0.1.11.tar.gz) = 43267 bytes SHA1 (patch-aa) = 0afee4be74d99ba3c924d2da8cf23309bba8f99f diff --git a/doc/CHANGES b/doc/CHANGES index a5e4e7bc82d..cbb14138ad5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7386 2004/10/10 07:30:22 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7387 2004/10/10 09:48:35 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4596,3 +4596,4 @@ Changes to the packages collection and infrastructure in 2004: Added gnugk-2.0.8 [mjl 2004-10-09] Added strace-4.5.7 [reed 2004-10-10] Updated postgresql74 to 7.4.5 [jdolecek 2004-10-10] + Updated moss to 0.1.11 [minskim 2004-10-10] |