diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-07 05:29:59 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-07 05:29:59 +0800 |
commit | c5cac7193d6c0079d1c41636911cdb20d5c03e08 (patch) | |
tree | 8a2d3766307e642b62cbc9ab8a0c92d6e12cb4f5 /lang | |
parent | 8d75600f9baa84a7b4edcca79cc04758312bb04d (diff) | |
download | freebsd-ports-gnome-c5cac7193d6c0079d1c41636911cdb20d5c03e08.tar.gz freebsd-ports-gnome-c5cac7193d6c0079d1c41636911cdb20d5c03e08.tar.zst freebsd-ports-gnome-c5cac7193d6c0079d1c41636911cdb20d5c03e08.zip |
Set maintainer to the new created haskell@ mail alias.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chameleon/Makefile | 2 | ||||
-rw-r--r-- | lang/generic-haskell/Makefile | 2 | ||||
-rw-r--r-- | lang/helium/Makefile | 2 | ||||
-rw-r--r-- | lang/hugs/Makefile | 2 | ||||
-rw-r--r-- | lang/nhc98/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/chameleon/Makefile b/lang/chameleon/Makefile index b02cd740403d..cdc40dd46f29 100644 --- a/lang/chameleon/Makefile +++ b/lang/chameleon/Makefile @@ -10,7 +10,7 @@ CATEGORIES= lang haskell MASTER_SITES= http://www.comp.nus.edu.sg/~sulzmann/chameleon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/} -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell-style language BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ diff --git a/lang/generic-haskell/Makefile b/lang/generic-haskell/Makefile index a9bdd084e0f2..2c1af92345a0 100644 --- a/lang/generic-haskell/Makefile +++ b/lang/generic-haskell/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/research/projects/generic-haskell/compiler/beryl/ DISTNAME= gh-${PORTVERSION}-source -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= The Generic Haskell compiler BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/lang/helium/Makefile b/lang/helium/Makefile index ead0776478f2..f22f3d12bf32 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/helium/distr/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= Functional programming compiler for a subset of Haskell .if defined(WITH_HINT) diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 5896bdd92410..489da01ff8a6 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/${HUGS_DATE}/ DISTNAME= ${PORTNAME}-${HUGS_DATE} -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= An interpreter for the functional programming language Haskell 98 WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index c42889dc7f5c..f97ff6852667 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -16,7 +16,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch-1.16-typesyn \ patch-1.16-ghc6 -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= A fully-fledged compiler for Haskell 98 ONLY_FOR_ARCHS= i386 |