diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 07:30:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 07:30:10 +0000 |
commit | bfb7ac6323e1fc9179153e4dca51f41f633db9c8 (patch) | |
tree | ab210423f0a1bd65f4d0c366d1f206fd3c340168 /devel | |
parent | Explicitly depends on libiconv. (diff) |
Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight. Sorry, Erik.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsplot/Makefile | 2 | ||||
-rw-r--r-- | devel/gauche-readline/Makefile | 2 | ||||
-rw-r--r-- | devel/gauche-sdl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index d9b1981f50d0..f9fc04601be4 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= A perl script which analyses the history of a CVS-managed project RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ diff --git a/devel/gauche-readline/Makefile b/devel/gauche-readline/Makefile index 710a72700179..324fc940830a 100644 --- a/devel/gauche-readline/Makefile +++ b/devel/gauche-readline/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= gauche- EXTRACT_SUFX= .tgz DIST_SUBDIR= gauche -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= A pure gauche/scheme implementation of the Readline library RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 29a0db1e0b4d..2a46bbbca124 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel scheme MASTER_SITES= http://www.michaelvess.com/text/code/ DISTNAME= ${PORTFAKENAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= Scheme script interpreter with multibyte character handling BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ |