diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-26 11:16:57 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-26 11:16:57 +0000 |
commit | a1028386b8fdefe24fd2809e945c998601d27d3d (patch) | |
tree | 8292bade8105cd8b5ae517c1d3a35f9c048d7e27 | |
parent | 7302bb151610f46c40436f72ccf3e9e0f7a042ba (diff) |
Notes
-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 b02eddd5c3d8..c37539e8b7b2 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 e2d0131afc16..d414475ce38e 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 |