diff options
author | johans <johans@FreeBSD.org> | 2010-02-24 02:03:45 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-02-24 02:03:45 +0800 |
commit | ea4977bf1b62bdb4a0eb745b58acf304a3676704 (patch) | |
tree | 78ff85bf710eaf0152233e2acec6f8e49347a0c6 /devel | |
parent | 30a9b32fe132e4a936dea4346a00fa4eeba9a59e (diff) | |
download | freebsd-ports-gnome-ea4977bf1b62bdb4a0eb745b58acf304a3676704.tar.gz freebsd-ports-gnome-ea4977bf1b62bdb4a0eb745b58acf304a3676704.tar.zst freebsd-ports-gnome-ea4977bf1b62bdb4a0eb745b58acf304a3676704.zip |
Update my mail address to @FreeBSD.org
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 2 | ||||
-rw-r--r-- | devel/gindent/Makefile | 2 | ||||
-rw-r--r-- | devel/m4/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-findlib/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-magic/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-pcre/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-ulex/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index ab140a0042eb..1fc998d00d56 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 14f437cd1929..517c06d2b237 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= indent DISTNAME= indent-${PORTVERSION} -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= GNU indent GNU_CONFIGURE= yes diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 7d1b41935738..17626d5c0761 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= m4 -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= GNU m4 USE_BZIP2= yes diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index f42e4d88521c..16019e225fc5 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= OCaml package manager BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml diff --git a/devel/ocaml-magic/Makefile b/devel/ocaml-magic/Makefile index 565cff55d172..6fc1253674ab 100644 --- a/devel/ocaml-magic/Makefile +++ b/devel/ocaml-magic/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/ocaml-${PORTNAME}/ocaml-${PORTNAME}/0.7 PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAME} -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= An OCaml binding for libmagic(3) USE_OCAML= yes diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index d850985d7c28..e7cdce950beb 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.ocaml.info/ocaml_sources/ PKGNAMEPREFIX= ocaml- DISTNAME= pcre-ocaml-${PORTVERSION} -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= Perl compatible regular expressions for Objective Caml LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index fd1bd83575fa..69ae15d37076 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= http://www.cduce.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= A lexer generator for Unicode and OCaml USE_OCAML= true |