aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-09-13 16:36:20 +0800
committerknu <knu@FreeBSD.org>2002-09-13 16:36:20 +0800
commit114eec87b635de20a7f43c44155bd84e02a0f2c8 (patch)
tree8e0ee1c865ebbdb600ea9f9d9ef52911b7034be8
parent7f78d267a0e393cbf42eef127d39f13e9757a4ba (diff)
downloadfreebsd-ports-gnome-114eec87b635de20a7f43c44155bd84e02a0f2c8.tar.gz
freebsd-ports-gnome-114eec87b635de20a7f43c44155bd84e02a0f2c8.tar.zst
freebsd-ports-gnome-114eec87b635de20a7f43c44155bd84e02a0f2c8.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/Makefile2
-rw-r--r--lang/gauche/Makefile2
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.