diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 15:42:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 15:42:22 +0000 |
commit | 30fdc40add7a74aea6088b9e90d2f8ede565665b (patch) | |
tree | 9f26146c4c99164290557e5125354ce7ffcb44c2 /textproc/uim | |
parent | fb122310731bf08dfc8a9e44029fd661f082da6f (diff) |
- Update to 1.5.6.
- Enable UTF-8 dictionary support of uim-anthy. [*]
PR: ports/137360 [*]
Submitted by: YAMASHIRO Jun <yamajun@ofug.net> [*]
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241986
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 3 | ||||
-rw-r--r-- | textproc/uim/distinfo | 6 | ||||
-rw-r--r-- | textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in | 13 |
3 files changed, 15 insertions, 7 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index b6d91b6246a9..df20823f949d 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= uim -PORTVERSION= 1.5.5 -PORTREVISION= 2 +PORTVERSION= 1.5.6 CATEGORIES?= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) diff --git a/textproc/uim/distinfo b/textproc/uim/distinfo index 76a9d4cefc67..ad40687d62f3 100644 --- a/textproc/uim/distinfo +++ b/textproc/uim/distinfo @@ -1,3 +1,3 @@ -MD5 (uim-1.5.5.tar.bz2) = b7403fa4ae78229f31ca49df283502da -SHA256 (uim-1.5.5.tar.bz2) = b5be3e3651234a442723d8ae4c15219520dac1cab087c62958d0ba8dd0fff43d -SIZE (uim-1.5.5.tar.bz2) = 3259238 +MD5 (uim-1.5.6.tar.bz2) = 2bd5a9095d6354a2a23c908b0d6e7861 +SHA256 (uim-1.5.6.tar.bz2) = ce6b7218c3b79e5d100d52fa745e51abc83a1fe7668b3b759584b9ec7a00c28f +SIZE (uim-1.5.6.tar.bz2) = 3343584 diff --git a/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in b/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in index 3c6c678e68df..13fae90e8b5a 100644 --- a/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in +++ b/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in @@ -1,5 +1,14 @@ ---- qt/chardict/po/Makefile.in.in.orig 2007-09-25 23:38:28.000000000 +0900 -+++ qt/chardict/po/Makefile.in.in 2007-09-25 23:39:06.000000000 +0900 +--- qt/chardict/po/Makefile.in.in.orig 2009-06-23 19:59:29.000000000 +0900 ++++ qt/chardict/po/Makefile.in.in 2009-09-23 19:23:31.000000000 +0900 +@@ -17,7 +17,7 @@ + # We have the following line for use by intltoolize: + # INTLTOOL_MAKEFILE + +-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ ++GETTEXT_PACKAGE = uim-chardict-qt + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ + @@ -33,7 +33,7 @@ datadir = @datadir@ datarootdir = @datarootdir@ |