diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
commit | 74a76f46eeaf3277861f495a134ce52a83f9fb0b (patch) | |
tree | 7c6c17a1acb834efb7b9b103f16ecd0735250cc1 /games | |
parent | 9e3a904fcc6ae7325f74b47cb7d76c8d857d3b01 (diff) | |
download | freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.gz freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.zst freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.zip |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/abuse/Makefile | 2 | ||||
-rw-r--r-- | games/abuse_sdl/Makefile | 2 | ||||
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 99b941df7439..42ade1c1373f 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ DISTFILES= abuse_datafiles.tar.gz EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= The classic 2D action game Abuse RUN_DEPENDS= abuse.sdl:${PORTSDIR}/games/abuse_sdl diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index 224bb07ee06a..d6c699973fd9 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= http://abuse.zoy.org/raw-attachment/wiki/Downloads/ DISTNAME= abuse-sdl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= An SDL port of the Abuse game engine USE_GL= gl diff --git a/games/doom/Makefile b/games/doom/Makefile index c95bc754b5fc..877d68a93141 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= # none known, please fix DISTNAME= doomsrc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.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 b8b26f839bf1..fc2aff4cf218 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.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 847338d507b9..912cbba43804 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.5.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.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 b8b26f839bf1..fc2aff4cf218 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= chris@officialunix.com COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 |