diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-03 14:41:03 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-03 14:41:03 +0800 |
commit | 04e5f714fd810ef083eba6a98394a3c76c7b3c88 (patch) | |
tree | 7e739e21ce3630b387405ef1f3077466ffe0defd /textproc/uim | |
parent | 93479f4f28e169896c61054b984ca291f83791f0 (diff) | |
download | freebsd-ports-gnome-04e5f714fd810ef083eba6a98394a3c76c7b3c88.tar.gz freebsd-ports-gnome-04e5f714fd810ef083eba6a98394a3c76c7b3c88.tar.zst freebsd-ports-gnome-04e5f714fd810ef083eba6a98394a3c76c7b3c88.zip |
- Bump PORTREVISION to chase the update of m17n-lib
PR: ports/146249
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 7259bc43a494..8199179d54a2 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim PORTVERSION= 1.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) |