diff options
author | knu <knu@FreeBSD.org> | 2002-12-18 21:04:36 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-18 21:04:36 +0800 |
commit | a420e58762d1dc7088bf8f4b278613dd1447e669 (patch) | |
tree | 190b53f80be96c8b5acf7cb4196a2f745ffc55f8 /lang | |
parent | fbfde3929d5694ebdc288e1f1ff9107b4ae7e0c5 (diff) | |
download | freebsd-ports-gnome-a420e58762d1dc7088bf8f4b278613dd1447e669.tar.gz freebsd-ports-gnome-a420e58762d1dc7088bf8f4b278613dd1447e669.tar.zst freebsd-ports-gnome-a420e58762d1dc7088bf8f4b278613dd1447e669.zip |
Set MAINTAINER back to the submitter. He is now reachable again.
Submitted by: Erik Greenwald <erik@smluc.org>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/qscheme/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 811c55a6bee9..dbb8003b6a92 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. diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 21b372105a8c..ba9ed501e339 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.1 CATEGORIES= lang MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre |