diff options
author | jlam <jlam> | 2000-10-15 03:04:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-15 03:04:52 +0000 |
commit | 5565794d24d517cbe6900793fb28bd2edab06ab9 (patch) | |
tree | ad1619a3a6b699ebe87483d4bbe803c4fb43cf47 /audio/esound | |
parent | 2a5dddb28e8335ece8de167434339aeb032333c0 (diff) | |
download | pkgsrc-5565794d24d517cbe6900793fb28bd2edab06ab9.tar.gz |
Update esound to 0.2.20. Changes from version 0.2.19 include fix connecting to localhost (127.0.0.1) and other miscellaneous fixes.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 4 | ||||
-rw-r--r-- | audio/esound/files/md5 | 4 | ||||
-rw-r--r-- | audio/esound/pkg/PLIST | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 06b325ffa28..2f67d930bc4 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2000/08/10 13:37:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2000/10/15 03:04:52 jlam Exp $ -DISTNAME= esound-0.2.19 +DISTNAME= esound-0.2.20 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/} diff --git a/audio/esound/files/md5 b/audio/esound/files/md5 index 2599c778064..f69d5d6d6bd 100644 --- a/audio/esound/files/md5 +++ b/audio/esound/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 2000/08/10 13:37:48 wiz Exp $ +$NetBSD: md5,v 1.7 2000/10/15 03:04:54 jlam Exp $ -MD5 (esound-0.2.19.tar.gz) = 05ce2d3d8db08a340a4fc04671a38ef0 +MD5 (esound-0.2.20.tar.gz) = 7973f370efe15bec740fb495b2571dfc diff --git a/audio/esound/pkg/PLIST b/audio/esound/pkg/PLIST index f92da177bc9..c2cfdc3f02b 100644 --- a/audio/esound/pkg/PLIST +++ b/audio/esound/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/08/11 04:52:03 fredb Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/10/15 03:04:54 jlam Exp $ bin/esd bin/esd-config bin/esdcat @@ -13,5 +13,5 @@ etc/esd.conf include/esd.h lib/libesd.a lib/libesd.la -lib/libesd.so.2.19 +lib/libesd.so.2.20 share/aclocal/esd.m4 |