1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Passing MAINTAINER to ports@

This commit is contained in:
Soeren Straarup 2012-03-02 21:52:36 +00:00
parent fb35b24f7a
commit ea18eba33b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292553
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyao-${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= A python wrapper for ao, an audio device abstraction library
LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao

View File

@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyogg-${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented Python bindings for the ogg library
LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg

View File

@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyvorbis-${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented Python bindings for the vorbis library
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg

View File

@ -11,7 +11,7 @@ CATEGORIES= www python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xride@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Python FastCGI interface library
USE_PYTHON= yes