diff options
author | obache <obache@pkgsrc.org> | 2012-04-29 12:15:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-29 12:15:55 +0000 |
commit | 6722aeccfeae9832de64b3c31dd3eebd6938cb25 (patch) | |
tree | 160b8d21f261b91d71a7ed4bf2a45ab94030e1e6 /inputmethod | |
parent | af848d9a19094879e282521125890cc540375e4b (diff) | |
download | pkgsrc-6722aeccfeae9832de64b3c31dd3eebd6938cb25.tar.gz |
Update scim to 1.4.13.
fixes installation issue (not affect to pkgsrc).
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim/distinfo | 9 | ||||
-rw-r--r-- | inputmethod/scim/patches/patch-configure | 15 |
3 files changed, 6 insertions, 22 deletions
diff --git a/inputmethod/scim/Makefile b/inputmethod/scim/Makefile index 4075da8df90..1d8c21d8e06 100644 --- a/inputmethod/scim/Makefile +++ b/inputmethod/scim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/04/20 12:13:48 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/04/29 12:15:55 obache Exp $ # -DISTNAME= scim-1.4.12 +DISTNAME= scim-1.4.13 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} diff --git a/inputmethod/scim/distinfo b/inputmethod/scim/distinfo index 79ec6e290b3..e70c982a2b1 100644 --- a/inputmethod/scim/distinfo +++ b/inputmethod/scim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2012/04/20 12:13:48 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/04/29 12:15:55 obache Exp $ -SHA1 (scim-1.4.12.tar.gz) = 948180ec0af18e435a95edbdb840cf41f3b24d32 -RMD160 (scim-1.4.12.tar.gz) = e902c14bffd8b957e1927eab26b265af023635c1 -Size (scim-1.4.12.tar.gz) = 1266185 bytes +SHA1 (scim-1.4.13.tar.gz) = dafe08bbdd3faa0324800cb63e44926d71be2e47 +RMD160 (scim-1.4.13.tar.gz) = 411fe876139120b2dc8df97d9b99405fcec70840 +Size (scim-1.4.13.tar.gz) = 1301625 bytes SHA1 (patch-ab) = c5220c83ec8125f75b1e5d7b41f4438ec73becbf SHA1 (patch-ac) = c8c4a54b1b6ffd82211616c3b99de1239b29c652 SHA1 (patch-ad) = 2812ded533f29bd69bad180c33c81fd49e6213e6 @@ -14,5 +14,4 @@ SHA1 (patch-bb) = 69e001995a8caa65b885e438123a7efb0ad9995b SHA1 (patch-bc) = 5caafe0a6ca44ccacb5532e26d9c11950ea6c7da SHA1 (patch-bd) = 15982bf8a9aee6f6ccd94f186bff20b70b1a93cf SHA1 (patch-be) = 85a98134d77038d20544241410ec8130df2ea94c -SHA1 (patch-configure) = 9a8e217d9d4419bcb24c632e88a1331b949c3cc5 SHA1 (patch-src_scim__helper__manager__server.cpp) = 3a1130f37c7c93389e2ae7db65af7438bac5de51 diff --git a/inputmethod/scim/patches/patch-configure b/inputmethod/scim/patches/patch-configure deleted file mode 100644 index 62decc38ef0..00000000000 --- a/inputmethod/scim/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2012/04/20 12:13:48 obache Exp $ - -* docs/* are not in release tarball. - ---- configure.orig 2012-04-20 11:22:47.000000000 +0000 -+++ configure -@@ -21626,7 +21626,7 @@ SCIM_TEMPDIR="/tmp" - ## Output files. ## - ########################################################### - --ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/scim_types.h utils/Makefile data/Makefile data/icons/Makefile data/pixmaps/Makefile modules/Makefile modules/FrontEnd/IMdkit/Makefile modules/FrontEnd/Makefile modules/IMEngine/Makefile modules/Filter/Makefile modules/Config/Makefile modules/SetupUI/Makefile docs/scim.cfg docs/Makefile docs/manual/Makefile configs/Makefile extras/Makefile extras/gtk_immodule/gtk2/Makefile extras/gtk_immodule/gtk3/Makefile extras/setup/Makefile extras/setup/scim-setup extras/panel/Makefile tests/Makefile scim.pc scim-gtkutils.pc scim-x11utils.pc scim.spec" -+ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/scim_types.h utils/Makefile data/Makefile data/icons/Makefile data/pixmaps/Makefile modules/Makefile modules/FrontEnd/IMdkit/Makefile modules/FrontEnd/Makefile modules/IMEngine/Makefile modules/Filter/Makefile modules/Config/Makefile modules/SetupUI/Makefile configs/Makefile extras/Makefile extras/gtk_immodule/gtk2/Makefile extras/gtk_immodule/gtk3/Makefile extras/setup/Makefile extras/setup/scim-setup extras/panel/Makefile tests/Makefile scim.pc scim-gtkutils.pc scim-x11utils.pc scim.spec" - - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure |