diff options
author | arved <arved@FreeBSD.org> | 2004-08-22 20:33:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-22 20:33:50 +0800 |
commit | 06dd9d3e54a04b16cc351aaa0a057f5a61bf304b (patch) | |
tree | 078bdc3e762f98f714c8ca1d2f14aaf58dafe9ea /textproc | |
parent | f6332e6b7472bdec2a3b26ee475b98b4c82d44c6 (diff) | |
download | freebsd-ports-graphics-06dd9d3e54a04b16cc351aaa0a057f5a61bf304b.tar.gz freebsd-ports-graphics-06dd9d3e54a04b16cc351aaa0a057f5a61bf304b.tar.zst freebsd-ports-graphics-06dd9d3e54a04b16cc351aaa0a057f5a61bf304b.zip |
Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
textproc/skim 0.9.4 --> 0.9.5
chinese/scim-chinese 0.4.0 --> 0.4.1
chinese/scim-tables 0.4.0 --> 0.4.1
korean/scim-tables 0.4.0 --> 0.4.1
japanese/scim-tables 0.4.0 --> 0.4.1
PR: 70501
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim/Makefile | 4 | ||||
-rw-r--r-- | textproc/scim/distinfo | 4 | ||||
-rw-r--r-- | textproc/scim/pkg-plist | 10 | ||||
-rw-r--r-- | textproc/skim/Makefile | 5 | ||||
-rw-r--r-- | textproc/skim/distinfo | 4 |
5 files changed, 13 insertions, 14 deletions
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 35b3e07a748..80316b79c43 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= scim -PORTVERSION= 0.99.5 -PORTREVISION= 1 +PORTVERSION= 0.99.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~suzhe/sources/ @@ -38,6 +37,7 @@ PLIST_SUB= NOSTABLE="@comment " .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" +PLIST_SUB= NOSTABLE="" .endif post-configure: diff --git a/textproc/scim/distinfo b/textproc/scim/distinfo index d1dc3f51df5..1eb0382c7e8 100644 --- a/textproc/scim/distinfo +++ b/textproc/scim/distinfo @@ -1,2 +1,2 @@ -MD5 (scim-0.99.5.tar.gz) = 3993cae41f119e6098323cdd42175437 -SIZE (scim-0.99.5.tar.gz) = 2165258 +MD5 (scim-0.99.6.tar.gz) = df8c165c4340427ac57687c141fc36b2 +SIZE (scim-0.99.6.tar.gz) = 2254643 diff --git a/textproc/scim/pkg-plist b/textproc/scim/pkg-plist index 4880109568d..e7138882985 100644 --- a/textproc/scim/pkg-plist +++ b/textproc/scim/pkg-plist @@ -41,10 +41,10 @@ include/scim-1.0/scim_types.h include/scim-1.0/scim_utility.h lib/libscim-1.0.a lib/libscim-1.0.so -lib/libscim-1.0.so.4 +lib/libscim-1.0.so.5 lib/libscim-gtkutils-1.0.a lib/libscim-gtkutils-1.0.so -lib/libscim-gtkutils-1.0.so.4 +lib/libscim-gtkutils-1.0.so.5 lib/gtk-2.0/immodules/im-scim.so lib/scim-1.0/1.0.0/Config/gconf.so lib/scim-1.0/1.0.0/Config/simple.so @@ -57,15 +57,15 @@ lib/scim-1.0/1.0.0/IMEngine/table.so lib/scim-1.0/1.0.0/SetupUI/panel-gtk-setup.so lib/scim-1.0/1.0.0/SetupUI/table-imengine-setup.so lib/scim-1.0/1.0.0/SetupUI/x11-frontend-setup.so +lib/scim-1.0/scim-launcher +lib/scim-1.0/scim-panel-gtk libdata/pkgconfig/scim-gtkutils.pc libdata/pkgconfig/scim.pc -libexec/scim-launcher -libexec/scim-panel-gtk share/applications/scim-setup.desktop share/control-center-2.0/capplets/scim-setup.desktop share/locale/zh_CN/LC_MESSAGES/scim.mo share/locale/zh_TW/LC_MESSAGES/scim.mo -share/locale/ja_JP/LC_MESSAGES/scim.mo +share/locale/ja/LC_MESSAGES/scim.mo share/pixmaps/scim-setup.png share/scim/icons/down.png share/scim/icons/full-letter.png diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 93ef814d7a0..ce5ef872de6 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= skim -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~cougar/skim/downloads/ @@ -16,7 +15,7 @@ MASTER_SITE_SUBDIR= scim MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= An input method platform based on SCIM library and KDE/QT -LIB_DEPENDS= scim-1.0.4:${PORTSDIR}/textproc/scim +LIB_DEPENDS= scim-1.0.5:${PORTSDIR}/textproc/scim USE_KDELIBS_VER=3 USE_ICONV= yes diff --git a/textproc/skim/distinfo b/textproc/skim/distinfo index 33b0b74e7be..7750f39a50f 100644 --- a/textproc/skim/distinfo +++ b/textproc/skim/distinfo @@ -1,2 +1,2 @@ -MD5 (skim-0.9.4.tar.gz) = b871c1feabb99fabcb0f1bd4e2846ba9 -SIZE (skim-0.9.4.tar.gz) = 879325 +MD5 (skim-0.9.5.tar.gz) = 7cf8e5c56f915f6a8c804d182a541ec9 +SIZE (skim-0.9.5.tar.gz) = 879867 |