diff options
-rw-r--r-- | devel/atlas-devel/Makefile | 4 | ||||
-rw-r--r-- | devel/eris/Makefile | 2 | ||||
-rw-r--r-- | devel/mercator/Makefile | 2 | ||||
-rw-r--r-- | graphics/sage/Makefile | 2 | ||||
-rw-r--r-- | math/wfmath/Makefile | 2 | ||||
-rw-r--r-- | net/skstream/Makefile | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index df4876bd7aba..488e14258527 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: Atlas # Date created: 3 February 2005 -# Whom: Janni <jannisan@t-online.de> +# Whom: Janni <oliver@FreeBSD.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge DISTNAME= ${PORTNAME}-C++-${PORTVERSION} -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol USE_LIBTOOL_VER=15 diff --git a/devel/eris/Makefile b/devel/eris/Makefile index 28977f39ab7f..4678891ca911 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge client entity library LIB_DEPENDS= Atlas-0.5.2:${PORTSDIR}/devel/atlas \ diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 75ddeb2f16e5..3b833105399a 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= A procedural terrain library LIB_DEPENDS= wfmath-0.3.3:${PORTSDIR}/math/wfmath diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index 26010206f384..d417cda4a790 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/sage/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= OpenGL extension library USE_SDL= sdl diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 9d690f88aae4..7909f64080f7 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library USE_GMAKE= yes diff --git a/net/skstream/Makefile b/net/skstream/Makefile index 3a51b886d927..5f5c6790118d 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge -MAINTAINER= jannisan@t-online.de +MAINTAINER= oliver@FreeBSD.org COMMENT= An iostream based C++ socket library USE_GMAKE= yes |