diff options
author | eik <eik@FreeBSD.org> | 2004-05-15 12:41:17 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-15 12:41:17 +0000 |
commit | 7349c96aa899bd8587047377025dc9054a6553c2 (patch) | |
tree | 1744cfeba7908b57e72c3dccf5fbabe2f9b81e84 /converters/libutf-8 | |
parent | 51867835ae518de500b748d4a1bd0fbbaeeef7ce (diff) | |
download | FreeBSD-ports-7349c96aa899bd8587047377025dc9054a6553c2.zip FreeBSD-ports-7349c96aa899bd8587047377025dc9054a6553c2.tar.gz |
This port is actually libutf-8 version 1.0, not libutf version 8.1.0.
This fixes the LATEST_LINK conflict with misc/libutf.
Diffstat (limited to 'converters/libutf-8')
-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 25125c6..4bcb3b9 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 |