summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-04 13:28:00 +0000
committerobache <obache@pkgsrc.org>2011-12-04 13:28:00 +0000
commit21d9f8a860011b6f6d6150a67e66281308d33817 (patch)
treecfbfb2577770c99c16e158545761d2ff4e602d20 /inputmethod
parent42b4984b2c85de1ecc8d2ee0c19ae2ef34c386fb (diff)
downloadpkgsrc-21d9f8a860011b6f6d6150a67e66281308d33817.tar.gz
Update ibus-table-chines to 1.3.5.
[Changes] - Merge Caius Chance's branch for DYNAMIC_ADJUST - Dependency update to cmake-0.8.1
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-table-chinese/Makefile4
-rw-r--r--inputmethod/ibus-table-chinese/distinfo9
-rw-r--r--inputmethod/ibus-table-chinese/patches/patch-Modules_ManageEnvironment.cmake17
3 files changed, 6 insertions, 24 deletions
diff --git a/inputmethod/ibus-table-chinese/Makefile b/inputmethod/ibus-table-chinese/Makefile
index 657b63a4618..846abcdddb7 100644
--- a/inputmethod/ibus-table-chinese/Makefile
+++ b/inputmethod/ibus-table-chinese/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2011/09/01 11:46:06 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/04 13:28:00 obache Exp $
#
-DISTNAME= ibus-table-chinese-1.3.4-Source-Standalone
+DISTNAME= ibus-table-chinese-1.3.5-Source-Standalone
PKGNAME= ${DISTNAME:S/-Source-Standalone//}
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
diff --git a/inputmethod/ibus-table-chinese/distinfo b/inputmethod/ibus-table-chinese/distinfo
index dcd39c8adb6..b93469315ed 100644
--- a/inputmethod/ibus-table-chinese/distinfo
+++ b/inputmethod/ibus-table-chinese/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.5 2011/09/01 11:46:06 obache Exp $
+$NetBSD: distinfo,v 1.6 2011/12/04 13:28:00 obache Exp $
-SHA1 (ibus-table-chinese-1.3.4-Source-Standalone.tar.gz) = 9a2576f412a3cd5943dbb04e4690a6e9e5a20126
-RMD160 (ibus-table-chinese-1.3.4-Source-Standalone.tar.gz) = 73a854d5bb30d8e08e8e70b9566b0542df90b887
-Size (ibus-table-chinese-1.3.4-Source-Standalone.tar.gz) = 10575940 bytes
+SHA1 (ibus-table-chinese-1.3.5-Source-Standalone.tar.gz) = 3da8a4361402b3b5ef08cd0892ed24eb999c0f8e
+RMD160 (ibus-table-chinese-1.3.5-Source-Standalone.tar.gz) = b1ea01bc74006581c6e7dfc40e5477233039060f
+Size (ibus-table-chinese-1.3.5-Source-Standalone.tar.gz) = 10578261 bytes
SHA1 (patch-Modules_DateTimeFormat.cmake) = 7d9cfde41f39efe7ab2f0cf7ffb6d21a4ff4ce2a
-SHA1 (patch-Modules_ManageEnvironment.cmake) = 71f19e6231da98b3b3e272e3bb6b7273b2827dd5
SHA1 (patch-ab) = cd75ce5cbad9610607cfa5f68fec245a139f8b6b
SHA1 (patch-ac) = 8014baa6a99f704e30eecd67041dfbe7c51630b9
SHA1 (patch-ad) = ba0b1207f3b146238436436cfeb4bf3a273748ea
diff --git a/inputmethod/ibus-table-chinese/patches/patch-Modules_ManageEnvironment.cmake b/inputmethod/ibus-table-chinese/patches/patch-Modules_ManageEnvironment.cmake
deleted file mode 100644
index 4dbba040f45..00000000000
--- a/inputmethod/ibus-table-chinese/patches/patch-Modules_ManageEnvironment.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-Modules_ManageEnvironment.cmake,v 1.1 2011/09/01 11:46:06 obache Exp $
-
-* allow to overwrite PREFIX.
-
---- Modules/ManageEnvironment.cmake.orig 2011-08-10 06:19:16.000000000 +0000
-+++ Modules/ManageEnvironment.cmake
-@@ -137,7 +137,9 @@ IF(NOT DEFINED _MANAGE_ENVIRONMENT_CMAKE
- ####################################################################
- # CMake Variables
- #
-- SET(CMAKE_INSTALL_PREFIX "/usr")
-+ IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
-+ SET(CMAKE_INSTALL_PREFIX "/usr")
-+ ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
- SET_COMPILE_ENV(CMAKE_INSTALL_PREFIX "/usr"
- DISPLAY PATH "Install dir prefix")
- SET_COMPILE_ENV(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin"