diff options
author | wen <wen@FreeBSD.org> | 2010-10-28 16:46:36 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-10-28 16:46:36 +0800 |
commit | 12685bce1ac707800a95b5d677be96052cb6d062 (patch) | |
tree | fa348c8dbeda997c387299483497bedac5b0f740 /games | |
parent | 42a3a0ab5c4c4c8b87e99c258af459c3b65c0b52 (diff) | |
download | freebsd-ports-graphics-12685bce1ac707800a95b5d677be96052cb6d062.tar.gz freebsd-ports-graphics-12685bce1ac707800a95b5d677be96052cb6d062.tar.zst freebsd-ports-graphics-12685bce1ac707800a95b5d677be96052cb6d062.zip |
- Pass maintainership to submitter
PR: ports/151778
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/doom/Makefile | 2 | ||||
-rw-r--r-- | games/etuxracer/Makefile | 2 | ||||
-rw-r--r-- | games/prboom/Makefile | 2 | ||||
-rw-r--r-- | games/tuxracer/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 26443403658..58a247f60aa 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= DOOM: the game and the sound server NO_CDROM= requested by IDsoftware diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 4a6dcaf151a..67b64f6bf47 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}/ DISTNAME= extremetuxracer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 4ff47c0d4fa..c3b8944fe33 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 1cba5425388..f7e7e263092 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 |