diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-30 20:18:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-30 20:18:51 +0000 |
commit | 2934d4ceb28f704c5383a7331647556417dd3a9d (patch) | |
tree | dcb997a83800fa062e485cd21a1f9663da496674 /misc | |
parent | b0db7e38aa7a64fa61d48a2f9592377b8f094544 (diff) |
Release maintainership of ports due to personal technical difficulties.
Submitted by: Serge Gagnon
Notes
Notes:
svn path=/head/; revision=85940
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 cc4e926805c7..09633d947b46 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \ http://www.westley.demon.co.uk/src/ -MAINTAINER= gagnon__s@videotron.ca +MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 character set support library, including regular expressions GNU_CONFIGURE= YES diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index 459cfd8aeaae..d272e20e97b0 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= gagnon__s@videotron.ca +MAINTAINER= ports@FreeBSD.org COMMENT= UTF-aware wc, fmt, expand, and unexpand BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf |