diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-10 16:20:47 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-10 16:20:47 +0000 |
commit | 6c28c3729e62de37c94af823f8ae4d1ee68a0140 (patch) | |
tree | 4b734efee4ab649bd6b0deec3c5c4b88851a7a11 | |
parent | 34272edf11126dac126f4ff85f4a23c2c9029540 (diff) | |
download | FreeBSD-ports-6c28c3729e62de37c94af823f8ae4d1ee68a0140.zip FreeBSD-ports-6c28c3729e62de37c94af823f8ae4d1ee68a0140.tar.gz |
Over to new volunteer
Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new maintainer by mail)
-rw-r--r-- | devel/ocaml-event/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocaml-images/Makefile | 2 | ||||
-rw-r--r-- | lang/caml-light/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml-nox11/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-expat/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index d83e0a7..c4373f0 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= An ocaml wrapper for the libevent API BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 0560e40..d5f7564 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= ocaml- DISTNAME= camlimages-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= Objective Caml image processing library BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 9991e88..b45265f 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://caml.inria.fr/pub/distrib/caml-light-0.75/ \ DISTNAME= cl75unix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= A strongly typed functional language belonging to the ML family USE_XORG= x11 diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index 39db4b2..3fa0803 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ MASTER_SITE_SUBDIR= jkoshy DISTNAME= ocaml-mode-3.01 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= An EMACS mode for editing OCaml programs BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile index eb9dbc0..0de8ee9 100644 --- a/lang/ocaml-nox11/Makefile +++ b/lang/ocaml-nox11/Makefile @@ -8,7 +8,7 @@ PORTNAME= ocaml-nox11 CATEGORIES= lang -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= Objective Caml compiler and programming environment (no X11) MASTERDIR= ${.CURDIR}/../ocaml diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index ba09e8b..c22c610 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael.grunewald@laposte.net COMMENT= A stub for the expat parser in OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ |