diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-26 11:16:57 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-26 11:16:57 +0000 |
commit | 7681ebfa8f07a2da153fecd4cc4913dfdcecf700 (patch) | |
tree | bdf2b9090a9146ffc4a2d4533bc49d1d6aaf589d /audio | |
parent | 83c8b3ea90bd38ab99cd1ce48fc3a2e8dd6a9df3 (diff) | |
download | FreeBSD-ports-7681ebfa8f07a2da153fecd4cc4913dfdcecf700.zip FreeBSD-ports-7681ebfa8f07a2da153fecd4cc4913dfdcecf700.tar.gz |
- pass maintainership to Soeren Straarup
- correct WWW
PR: 100861
Submitted by: Soeren Straarup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-ogg/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ogg/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index b02eddd..c37539e 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyogg-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= Object-oriented Python bindings for the ogg library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg diff --git a/audio/py-ogg/pkg-descr b/audio/py-ogg/pkg-descr index e2d0131..d414475c 100644 --- a/audio/py-ogg/pkg-descr +++ b/audio/py-ogg/pkg-descr @@ -1,3 +1,3 @@ Object-oriented Python bindings for the ogg library -WWW: http://www.andrewchatham.com/pyogg/ +WWW: http://ekyo.nerim.net/software/pyogg/index.html |