diff options
author | mva <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
commit | 4f75b4dde5d7eab2e474842db370103c6d278355 (patch) | |
tree | ef076ef465fb2649e1b724165ea6e5282cd8e292 /graphics | |
parent | 76bf42f6038d4a39291508ebc949b03bd2e72db3 (diff) | |
download | freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.tar.gz freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.tar.zst freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.zip |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-PyX/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index a3ff6a8e3ce9..b07f035be152 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ http://public.planetmirror.com/pub/blender/source/ -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= 3D modeling/rendering/animation/gaming package BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode diff --git a/graphics/py-PyX/Makefile b/graphics/py-PyX/Makefile index 833ffb19078b..9acb211d5fff 100644 --- a/graphics/py-PyX/Makefile +++ b/graphics/py-PyX/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= A Python package for the creation of encapsulated PostScript figures BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 735688296019..96e0c57bc418 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} DISTNAME= SDL_gfx-${PORTVERSION} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions USE_AUTOTOOLS= libtool:15 diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index a758e94b1e72..a44258f9e95a 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= A simple library to load images of various formats as SDL surfaces LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 2f2e4b3411af..1abf4a55235a 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 |