diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-15 12:41:17 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-15 12:41:17 +0000 |
commit | 1837f714934349fcf06d2fe460ba7065b5ef06ea (patch) | |
tree | 0222b5723dff46cc67302ebbccf8e25744ecc459 /converters | |
parent | 36e6f1636d877adf200fae934651d3c4f4b2cad3 (diff) | |
download | ports-1837f714934349fcf06d2fe460ba7065b5ef06ea.tar.gz ports-1837f714934349fcf06d2fe460ba7065b5ef06ea.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libutf-8/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index 25125c6c47db..4bcb3b95c495 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= libutf -PORTVERSION= 8.1.0 +PORTNAME= libutf-8 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= converters MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/ \ ftp://ftp.whizkidtech.redprince.net/unix/ \ http://www.whizkidtech.net/ISO-8859-2/ -DISTNAME= libutf-8-1.0 MAINTAINER= ports@FreeBSD.org COMMENT= Unicode conversion routines between UCS-4 and UTF-8 |