Update the following ports to the latest version: textproc/scim: 1.4.4 textproc/skim: 1.4.4 textproc/scim-table-imengine: 0.5.6 This time there is no need to bump dependents' PORTREVISION because no shared library version number is changed. Fix: Apply patches below. textproc/skim has one file removed, and textproc/scim-table-imengine has one file added. Index: textproc/skim/Makefile =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- textproc/skim/Makefile 10 Feb 2006 19:15:31 -0000 1.17 +++ textproc/skim/Makefile 10 Feb 2006 21:11:47 -0000 @@ -6,8 +6,7 @@ # PORTNAME= skim -PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTVERSION= 1.4.4 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scim @@ -51,7 +50,9 @@ post-configure: ${REINPLACE_CMD} \ - s,/usr/local/lib/pkgconfig,${PREFIX}/libdata/pkgconfig,g \ + -e s,/usr/local/lib/pkgconfig,${PREFIX}/libdata/pkgconfig,g \ + -e s,/usr/lib/pkgconfig,${PREFIX}/libdata/pkgconfig,g \ + -e s,lib/pkgconfig,libdata/pkgconfig,g \ ${WRKSRC}/cache/pkg.cache.py do-build: @cd ${WRKSRC} && ./scons Index: textproc/skim/distinfo =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- textproc/skim/distinfo 10 Feb 2006 19:15:31 -0000 1.11 +++ textproc/skim/distinfo 10 Feb 2006 21:11:47 -0000 @@ -1,3 +1,3 @@ -MD5 (skim-1.4.2.tar.bz2) = 0f1b783b4cd7e834656912be53eb644b -SHA256 (skim-1.4.2.tar.bz2) = b199e48ea240171f511ead4ec0926d7d111d822320121f9dc0fd5a1970b8a826 -SIZE (skim-1.4.2.tar.bz2) = 1062345 +MD5 (skim-1.4.4.tar.bz2) = fb01a32b13008112e2b866b33f602e68 +SHA256 (skim-1.4.4.tar.bz2) = 8a3a8d3e59c685ec12760312e8c6788971c9a1b1f4820666ee8790d220b94a2e +SIZE (skim-1.4.4.tar.bz2) = 1071174 Index: textproc/skim/pkg-plist =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- textproc/skim/pkg-plist 2 Aug 2005 19:46:53 -0000 1.6 +++ textproc/skim/pkg-plist 10 Feb 2006 21:11:47 -0000 @@ -113,6 +113,7 @@ share/locale/it/LC_MESSAGES/skim.mo share/locale/ja/LC_MESSAGES/skim.mo share/locale/ko/LC_MESSAGES/skim.mo +share/locale/pa/LC_MESSAGES/skim.mo share/locale/zh_CN/LC_MESSAGES/skim.mo share/locale/zh_TW/LC_MESSAGES/skim.mo share/services/skimconfiguredialog/kcm_skimplugin_configplugin_config.desktop Index: textproc/skim/files/patch-plugins_setupwindow-scim-global.ui =================================================================== RCS file: textproc/skim/files/patch-plugins_setupwindow-scim-global.ui diff -N textproc/skim/files/patch-plugins_setupwindow-scim-global.ui --- textproc/skim/files/patch-plugins_setupwindow-scim-global.ui 21 Oct 2005 02:15:26 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- plugins/setupwindow/scim_global.ui.orig Wed Sep 28 11:20:20 2005 -+++ plugins/setupwindow/scim_global.ui Wed Sep 28 11:20:39 2005 -@@ -943,16 +943,5 @@ - <layoutdefaults spacing="6" margin="11"/> - <includehints> - <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> - </includehints> - </UI> --- patch-textproc-skim.diff ends here --- How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->clsung Get.
State Changed From-To: open->closed Committed. Thank You.