diff options
author | minskim <minskim> | 2004-11-27 01:22:26 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-27 01:22:26 +0000 |
commit | b068fc45ad646da29f59d4f092a1689ae827fa4f (patch) | |
tree | 10bc08f309abc76142b5b1ff9e117f98fb23f6f4 /audio/moss/Makefile | |
parent | 1017b8c50bd3cef0d93c2f7142a1ea4da3390089 (diff) | |
download | pkgsrc-b068fc45ad646da29f59d4f092a1689ae827fa4f.tar.gz |
Update moss to 0.1.13. Patch provided by Myung-Gon Park, the maintainer.
Changes:
- Remove the auth option.
- Check return values of send/recv in the live mode.
- Set socket timeout.
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 66f7d6e1a65..e4314766e91 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/10/10 09:48:35 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/27 01:22:26 minskim Exp $ -DISTNAME= moss-0.1.11 +DISTNAME= moss-0.1.13 CATEGORIES= audio -MASTER_SITES= http://kldp.net/download.php/1534/ +MASTER_SITES= http://kldp.net/frs/download.php/1580/ MAINTAINER= myunggoni@users.kldp.net HOMEPAGE= http://moss.kldp.net/ |