diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-08 02:18:55 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-08 02:18:55 +0000 |
commit | 5e71a65e706797af5ac7827ac74e56a967601d69 (patch) | |
tree | 87f3b629734ed1cf0cd5e345a09e712c2d4e66a7 | |
parent | Take over maintanership. (diff) |
Take over maintanership.
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
(last attempt 2/23/2004).
- There is a technical problem contacting him. [1]
PR: 67692 [1]
Notes
Notes:
svn path=/head/; revision=111045
-rw-r--r-- | converters/iconv-rfc1345/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 8e394b671875..6e58be6c76b2 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0 CATEGORIES= converters MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/ -MAINTAINER= Konstantin.Chuguev@dante.org.uk +MAINTAINER= bland@FreeBSD.org COMMENT= Additional charset modules for the iconv library (from RFC1345) LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv |