summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorryoon <ryoon>2014-05-31 22:41:32 +0000
committerryoon <ryoon>2014-05-31 22:41:32 +0000
commit3aa6ddc9025559aa4a6d929004c4f920d9ce0d9a (patch)
tree2f9866b1fb16d9536f2e4913ab8f945e19ac6320 /inputmethod/uim
parent3f7fb96a442e3417f107b9bb547f82f988214e2d (diff)
downloadpkgsrc-3aa6ddc9025559aa4a6d929004c4f920d9ce0d9a.tar.gz
Bump PKGREVISION
Load init files from etc/ first. Noted by obache@
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/Makefile4
-rw-r--r--inputmethod/uim/distinfo4
-rw-r--r--inputmethod/uim/patches/patch-uim_Makefile.am4
3 files changed, 6 insertions, 6 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 840f2b2a118..0a3f00734d3 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.98 2014/05/31 14:22:38 obache Exp $
+# $NetBSD: Makefile,v 1.99 2014/05/31 22:41:32 ryoon Exp $
#
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING
diff --git a/inputmethod/uim/distinfo b/inputmethod/uim/distinfo
index 0b8cdfe4ecf..c63f15aa05d 100644
--- a/inputmethod/uim/distinfo
+++ b/inputmethod/uim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2014/04/20 14:51:41 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2014/05/31 22:41:32 ryoon Exp $
SHA1 (uim-1.8.6.tar.bz2) = 43b9dbdead6797880e6cfc9c032ecb2d37d42777
RMD160 (uim-1.8.6.tar.bz2) = 5f94218d82475ac463534ec681769f34547e5707
@@ -10,5 +10,5 @@ SHA1 (patch-sigscheme_configure) = 2af99374a3af542d25124737bf8cd3b67f191c03
SHA1 (patch-sigscheme_configure.in) = 9c5c48a477ea03263488e15565e4a568ba55a125
SHA1 (patch-sigscheme_doc_Makefile.am) = 998b9a0844853c7996f333155dfe38a183c266f4
SHA1 (patch-sigscheme_include_sigscheme_Makefile.am) = d54b38982c199b321c6ac0d8700bfe9c29084eee
-SHA1 (patch-uim_Makefile.am) = c5f5a3a6e399b34df485521df6ed40220dd7ea9f
+SHA1 (patch-uim_Makefile.am) = 6e3a37ee3ed2a68354b59e6dd7816017a95f15fd
SHA1 (patch-uim_uim-module-manager.c) = 8c81edd3af3de7a2f7b7158d8c66e2082327b931
diff --git a/inputmethod/uim/patches/patch-uim_Makefile.am b/inputmethod/uim/patches/patch-uim_Makefile.am
index caca5c0569f..8fd47dd777d 100644
--- a/inputmethod/uim/patches/patch-uim_Makefile.am
+++ b/inputmethod/uim/patches/patch-uim_Makefile.am
@@ -1,4 +1,4 @@
-$NetBSD: patch-uim_Makefile.am,v 1.1 2014/04/20 06:40:00 ryoon Exp $
+$NetBSD: patch-uim_Makefile.am,v 1.2 2014/05/31 22:41:32 ryoon Exp $
https://github.com/uim/uim/pull/41
@@ -9,7 +9,7 @@ https://github.com/uim/uim/pull/41
EXTRA_DIST = encoding-table.c test-gc.c version.h.in
-uim_defs = -DSCM_FILES=\"$(datadir)/uim\"
-+uim_defs = -DSCM_FILES=\"$(datadir)/uim:$(sysconfdir)/uim\"
++uim_defs = -DSCM_FILES=\"$(sysconfdir)/uim:$(datadir)/uim\"
# FIXME: $(UIM_SCM_CFLAGS) should only affect on uim-scm.c
CFLAGS = @CFLAGS@ $(UIM_SCM_CFLAGS)
# FIXME: $(SCIM_CFLAGS) should only affect on scim.cpp