diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-21 09:58:44 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-21 09:58:44 +0000 |
commit | 7eb19638a1898f789e3fac0c9ad53546fc1968c5 (patch) | |
tree | 17faaf757d9dabad59fe9021f4c5a44c037fbf4a /misc | |
parent | 995332d46a9f0813b10d242a1f7512b2af763116 (diff) | |
download | FreeBSD-ports-7eb19638a1898f789e3fac0c9ad53546fc1968c5.zip FreeBSD-ports-7eb19638a1898f789e3fac0c9ad53546fc1968c5.tar.gz |
Reassign maintainership to Serge Gagnon.
Take care, Serge!
PR: ports/64517
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
Approved by: mat (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libutf/Makefile | 2 | ||||
-rw-r--r-- | misc/utftools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 46530bc..26d4b95 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \ http://www.westley.demon.co.uk/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon_s@sympatico.ca COMMENT= UTF-8 character set support library, including regular expressions GNU_CONFIGURE= YES diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index d272e20..095b1c8 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.6 CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon_s@sympatico.ca COMMENT= UTF-aware wc, fmt, expand, and unexpand BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf |