diff options
author | lukem <lukem@pkgsrc.org> | 2001-08-14 14:46:30 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-08-14 14:46:30 +0000 |
commit | 0107bc5cb6bf453a745b83fe9d43931a42a31412 (patch) | |
tree | 9821cb7f907eec67308af0dfd3c8d4da3a4a4117 /audio/libogg/Makefile | |
parent | bf17e8a1ef182d5eba75928a4280b6fee766e530 (diff) | |
download | pkgsrc-0107bc5cb6bf453a745b83fe9d43931a42a31412.tar.gz |
update from libogg 1.0rc1 - libogg 1.0rc2.
no obvious major changes in changelog
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r-- | audio/libogg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 09c620e5f62..3cb7d16e75b 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/08/08 09:46:53 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/14 14:46:30 lukem Exp $ -DISTNAME= libogg-1.0rc1 -PKGNAME= libogg-1.0.0.5 +DISTNAME= libogg-1.0rc2 +PKGNAME= libogg-1.0.0.6 CATEGORIES= devel audio -MASTER_SITES= http://www.vorbis.com/files/rc1/unix/ +MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ -MAINTAINER= reed@reedmedia.net +MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.xiph.org/ogg/ COMMENT= Ogg project codecs library |