pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/uim Bump PKGREVISION
details: https://anonhg.NetBSD.org/pkgsrc/rev/84b6e7db1bbb
branches: trunk
changeset: 635139:84b6e7db1bbb
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat May 31 22:41:32 2014 +0000
description:
Bump PKGREVISION
Load init files from etc/ first.
Noted by obache@
diffstat:
inputmethod/uim/Makefile | 4 ++--
inputmethod/uim/distinfo | 4 ++--
inputmethod/uim/patches/patch-uim_Makefile.am | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r ae9f150930ec -r 84b6e7db1bbb inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile Sat May 31 22:22:21 2014 +0000
+++ b/inputmethod/uim/Makefile Sat May 31 22:41:32 2014 +0000
@@ -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 -r ae9f150930ec -r 84b6e7db1bbb inputmethod/uim/distinfo
--- a/inputmethod/uim/distinfo Sat May 31 22:22:21 2014 +0000
+++ b/inputmethod/uim/distinfo Sat May 31 22:41:32 2014 +0000
@@ -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.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 -r ae9f150930ec -r 84b6e7db1bbb inputmethod/uim/patches/patch-uim_Makefile.am
--- a/inputmethod/uim/patches/patch-uim_Makefile.am Sat May 31 22:22:21 2014 +0000
+++ b/inputmethod/uim/patches/patch-uim_Makefile.am Sat May 31 22:41:32 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index