diff options
author | crees <crees@FreeBSD.org> | 2011-06-17 14:46:07 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-17 14:46:07 +0800 |
commit | 7ef380357f22d8daecef3e87563a4304bbca0d78 (patch) | |
tree | b1910ae6af959c6e7f8ca1bf596d9a4a92dfc1c0 /graphics | |
parent | b012cf61284543080e25f6533f43760c6daba6d5 (diff) | |
download | freebsd-ports-graphics-7ef380357f22d8daecef3e87563a4304bbca0d78.tar.gz freebsd-ports-graphics-7ef380357f22d8daecef3e87563a4304bbca0d78.tar.zst freebsd-ports-graphics-7ef380357f22d8daecef3e87563a4304bbca0d78.zip |
- Update maintainer address
Approved by: rene (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/allegrogl/Makefile | 2 | ||||
-rw-r--r-- | graphics/libimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/libprojectm/Makefile | 2 | ||||
-rw-r--r-- | graphics/libvisual04/Makefile | 2 | ||||
-rw-r--r-- | graphics/projectm-libvisual/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/allegrogl/Makefile b/graphics/allegrogl/Makefile index 0acedd9fcfb..3b076060af9 100644 --- a/graphics/allegrogl/Makefile +++ b/graphics/allegrogl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AllegroGL%20source/${PORTVERSION} DISTNAME= alleggl-${PORTVERSION} -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= OpenGL inteface for Allegro library LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index b19f83b16dd..aaf8244e0f7 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -12,7 +12,7 @@ CATEGORIES?= graphics tk MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R} DISTNAME= img${PORTVERSION} -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= A library of image format handlers for Tk4.1 and later LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile index 936f5aebd6c..e8732ec82cf 100644 --- a/graphics/libprojectm/Makefile +++ b/graphics/libprojectm/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics audio MASTER_SITES= SF/${PORTNAME:L:S/lib//}/${PORTVERSION}/ DISTNAME= ${PORTNAME:S/lib//}-${DISTVERSION}-Source -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= An awesome music visualiser LICENSE= LGPL21 diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index 2760c967d4f..d55cadcaf29 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 04 -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin USE_AUTOTOOLS= libtool diff --git a/graphics/projectm-libvisual/Makefile b/graphics/projectm-libvisual/Makefile index 978d30205b4..c9800098c61 100644 --- a/graphics/projectm-libvisual/Makefile +++ b/graphics/projectm-libvisual/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics audio MASTER_SITES= SF/${PORTNAME:L:S/-libvisual//}/${PORTVERSION} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}-Source -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= Allows projectM to be used with libvisual LICENSE= GPLv2 |