diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 23:42:22 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 23:42:22 +0800 |
commit | c61f1e0fefc79fba1723a52cb05480a0ed78a791 (patch) | |
tree | 786ab6b08b06848eac64a900395f67a3e4c9d383 /textproc/uim | |
parent | caf86ae90477d9c90923d3663c7294be4aed03a8 (diff) | |
download | freebsd-ports-gnome-c61f1e0fefc79fba1723a52cb05480a0ed78a791.tar.gz freebsd-ports-gnome-c61f1e0fefc79fba1723a52cb05480a0ed78a791.tar.zst freebsd-ports-gnome-c61f1e0fefc79fba1723a52cb05480a0ed78a791.zip |
- 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
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@ |