diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-12 00:36:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-12 00:36:01 +0800 |
commit | 4998bc06300db9fd059b851ddf68924a71f791b0 (patch) | |
tree | 2cba8134288191ad6fc02c15f49f90dc0ca8b822 | |
parent | 4f29f30789694c013421bc5ac39ccc4facf7aa59 (diff) | |
download | freebsd-ports-gnome-4998bc06300db9fd059b851ddf68924a71f791b0.tar.gz freebsd-ports-gnome-4998bc06300db9fd059b851ddf68924a71f791b0.tar.zst freebsd-ports-gnome-4998bc06300db9fd059b851ddf68924a71f791b0.zip |
- Take maintainship from araujo
Approved by: aroujo (implicit, email to ports@)
Message-ID: 20100222114814.GB29137@ponderosa.intelbras.com.br
-rw-r--r-- | x11-toolkits/fox12/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox14/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox16/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile index b5ad6a06e48f..cb5e1b084d77 100644 --- a/x11-toolkits/fox12/Makefile +++ b/x11-toolkits/fox12/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ -MAINTAINER?= araujo@FreeBSD.org +MAINTAINER?= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.2 LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index ce9dfe4d6b92..d776deff246b 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ -MAINTAINER?= araujo@FreeBSD.org +MAINTAINER?= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index ef4c108cd8bc..b3752e5e3d7d 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ \ http://freebsd.unixfreunde.de/sources/ -MAINTAINER?= araujo@FreeBSD.org +MAINTAINER?= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |