diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 08:36:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 08:36:20 +0000 |
commit | d0244caa3907486d52c3720103747ce4e42fece1 (patch) | |
tree | f1722ae1938359114d98e1002bc1603421f783fe | |
parent | ba498058e24b1438cb4006914de40765816f33a1 (diff) | |
download | freebsd-ports-d0244caa3907486d52c3720103747ce4e42fece1.zip |
Hand the maintainership over to the submitter of the PR.
PR: ports/40901
Submitted by: Erik Greenwald <erik@smluc.org>
-rw-r--r-- | databases/gauche-gdbm/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index 2ce8c96598a7..ca00b10ffa81 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # none PKGNAMEPREFIX= gauche- DISTFILES= # none -MAINTAINER= knu@FreeBSD.org +MAINTAINER= erik@smluc.org BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \ ${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:configure diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index e62b51a0b0d2..576cc6076297 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= knu@FreeBSD.org +MAINTAINER= erik@smluc.org # Choices are: "pthreads" and "no", but it seems that FreeBSD does not # yet fully support threads with Boehm GC. |