diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-10-30 01:59:47 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-10-30 01:59:47 +0800 |
commit | aa4ded868104fddcadeed290b0867154c65f74c2 (patch) | |
tree | 8f87e868f1aca3eaef4d659a8494a11f106f1425 /games | |
parent | 13a16aca29f2b41611a9d83b9f4bd290390b1817 (diff) | |
download | freebsd-ports-gnome-aa4ded868104fddcadeed290b0867154c65f74c2.tar.gz freebsd-ports-gnome-aa4ded868104fddcadeed290b0867154c65f74c2.tar.zst freebsd-ports-gnome-aa4ded868104fddcadeed290b0867154c65f74c2.zip |
- Reset maintainer to ports@
PR: ports/183261
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/doom-hacx/Makefile | 2 | ||||
-rw-r--r-- | games/doom-hr/Makefile | 2 | ||||
-rw-r--r-- | games/doom-hr2/Makefile | 2 | ||||
-rw-r--r-- | games/doom-wolfendoom/Makefile | 2 | ||||
-rw-r--r-- | games/dopewars/Makefile | 2 | ||||
-rw-r--r-- | games/prboom/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/doom-hacx/Makefile b/games/doom-hacx/Makefile index 091e8aef8429..7c91f85102f0 100644 --- a/games/doom-hacx/Makefile +++ b/games/doom-hacx/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= ${PORTNAME}.wad EXTRACT_SUFX= .bz2 -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Full TC using the Doom II engine USE_BZIP2= yes diff --git a/games/doom-hr/Makefile b/games/doom-hr/Makefile index 9a3f904ccafc..2371346770f6 100644 --- a/games/doom-hr/Makefile +++ b/games/doom-hr/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTFILES= ${PORTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Hell Revealed is a megawad, a 32-level replacement for DooM II USE_ZIP= yes diff --git a/games/doom-hr2/Makefile b/games/doom-hr2/Makefile index dbcf5bc4f91a..9a40db8a7e2b 100644 --- a/games/doom-hr2/Makefile +++ b/games/doom-hr2/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.doomworld.com/hr2/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= hr2final -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Hell Revealed II is a megawad, a 32-level replacement for DooM II USE_ZIP= yes diff --git a/games/doom-wolfendoom/Makefile b/games/doom-wolfendoom/Makefile index 9c690dc6d917..dff00c91194f 100644 --- a/games/doom-wolfendoom/Makefile +++ b/games/doom-wolfendoom/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= ${PORTNAME} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Wolfenstein 3D levels ported to Doom II USE_BZIP2= yes diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 73864a13a3d0..375380513815 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= UNIX rewrite of a game originally based on "Drug Wars" USES= gettext diff --git a/games/prboom/Makefile b/games/prboom/Makefile index a7981652eead..a199fea6886e 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg |