diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-20 04:06:59 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-20 04:06:59 +0800 |
commit | 4cf83765f715a6c97b942f8d4aca1a8682575872 (patch) | |
tree | 414020d1a69e553eff43cca9d67db999628f0ee9 /graphics | |
parent | f354b7faa99c1c95a9b77a087dd43c6c6adc0f25 (diff) | |
download | freebsd-ports-gnome-4cf83765f715a6c97b942f8d4aca1a8682575872.tar.gz freebsd-ports-gnome-4cf83765f715a6c97b942f8d4aca1a8682575872.tar.zst freebsd-ports-gnome-4cf83765f715a6c97b942f8d4aca1a8682575872.zip |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/ale/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 | ||||
-rw-r--r-- | graphics/libglut/Makefile | 2 | ||||
-rw-r--r-- | graphics/raster3d/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 87e7b34537cd..7a8878a38cf4 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aa-project DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= shaun@inerd.com +MAINTAINER= shaun@FreeBSD.org COMMENT= An ascii art library WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 3d9a7f02fa45..62bfaf4b5977 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ -MAINTAINER= shaun@inerd.com +MAINTAINER= shaun@FreeBSD.org COMMENT= Anti-Lamenessing Engine OPTIONS= DOUBLE "64bit Data Precision Support" off \ diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 0ceeb1e7d696..5b8aac13c396 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ -MAINTAINER= shaun@inerd.com +MAINTAINER= shaun@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 95c391f4f744..4592bb96400a 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mesa3d DISTNAME= MesaGLUT-${PORTVERSION} -MAINTAINER= shaun@inerd.com +MAINTAINER= shaun@FreeBSD.org COMMENT= A graphics library similar to SGI's OpenGL USE_BZIP2= yes diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 3eca0f88d410..1fd29f29bcc3 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ DISTNAME= Raster3D_${DISTVERSION} -MAINTAINER= shaun@inerd.com +MAINTAINER= shaun@FreeBSD.org COMMENT= A set of tools for generating raster images of proteins and molecules LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ |