summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-10 16:20:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-10 16:20:47 +0000
commit2421043190dc91b3473371821bc7491f08087d50 (patch)
tree86cd34c718ba596673e9b8c303c34d361bee5f0e
parentUpdate to 0.3.14. (diff)
Over to new volunteer
Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new maintainer by mail)
Notes
Notes: svn path=/head/; revision=275313
-rw-r--r--devel/ocaml-event/Makefile2
-rw-r--r--graphics/ocaml-images/Makefile2
-rw-r--r--lang/caml-light/Makefile2
-rw-r--r--lang/ocaml-mode.el/Makefile2
-rw-r--r--lang/ocaml-nox11/Makefile2
-rw-r--r--textproc/ocaml-expat/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile
index d83e0a71013e..c4373f0a05b7 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 0560e40b444b..d5f756459aed 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 9991e885a795..b45265f8b989 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 39db4b2864e3..3fa0803f9d5c 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 eb9dbc0b539e..0de8ee9d6495 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 ba09e8b2a024..c22c6104359c 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 \