diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-14 22:59:51 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-14 22:59:51 +0800 |
commit | 79a01861d36a7afd84ad6c135eb22d385f4fb451 (patch) | |
tree | cc0c961394a08d159bdf5640af5ffd2d96f74af4 | |
parent | b0ea15c7b4da90be8c021ff284bb6b318a63db0c (diff) | |
download | freebsd-ports-gnome-79a01861d36a7afd84ad6c135eb22d385f4fb451.tar.gz freebsd-ports-gnome-79a01861d36a7afd84ad6c135eb22d385f4fb451.tar.zst freebsd-ports-gnome-79a01861d36a7afd84ad6c135eb22d385f4fb451.zip |
Pass maintainership to Shaun Amott <shaun@inerd.com>
PR: ports/96289
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor)
-rw-r--r-- | databases/p5-DBD-Google/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-File-Tail/Makefile | 2 | ||||
-rw-r--r-- | games/etuxracer/Makefile | 2 | ||||
-rw-r--r-- | games/tuxracer/Makefile | 2 | ||||
-rw-r--r-- | misc/geekcode/Makefile | 2 | ||||
-rw-r--r-- | net/GeoIP/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile index e475335292b5..eee61516b65c 100644 --- a/databases/p5-DBD-Google/Makefile +++ b/databases/p5-DBD-Google/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= Treat Google as a datasource for DBI BUILD_DEPENDS= ${SITE_PERL}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google \ diff --git a/devel/p5-File-Tail/Makefile b/devel/p5-File-Tail/Makefile index 2695dbea5cda..f8b42ce67d22 100644 --- a/devel/p5-File-Tail/Makefile +++ b/devel/p5-File-Tail/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= Perl Module to read the end of a file as it\'s appended to PERL_CONFIGURE= YES diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 3e8dca0b3afd..69a01283ab8e 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=tuxracer DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 3e8dca0b3afd..69a01283ab8e 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=tuxracer DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index e1dbb0847b5d..ab07dbff0543 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -11,7 +11,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= geekcode -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= A Geek Code Generator MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index ba163107ea38..489f442c316e 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.16 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= Find the country that any IP address or hostname originates from GNU_CONFIGURE= yes |