diff options
author | pav <pav@FreeBSD.org> | 2004-07-30 16:40:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-30 16:40:45 +0800 |
commit | cd86eabac118b8422d6fe7bac174c9aee95e784f (patch) | |
tree | 64aca42e031eb60c590444884bced06bbf2c1f1e /textproc | |
parent | fbe670f267887ce68bede4e7061d8a82c464a15c (diff) | |
download | freebsd-ports-gnome-cd86eabac118b8422d6fe7bac174c9aee95e784f.tar.gz freebsd-ports-gnome-cd86eabac118b8422d6fe7bac174c9aee95e784f.tar.zst freebsd-ports-gnome-cd86eabac118b8422d6fe7bac174c9aee95e784f.zip |
- Update to 0.99.5
PR: ports/69777
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim/Makefile | 4 | ||||
-rw-r--r-- | textproc/scim/distinfo | 4 | ||||
-rw-r--r-- | textproc/scim/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/scim/pkg-plist | 5 |
4 files changed, 8 insertions, 7 deletions
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 632203fb4d94..70fb40367841 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scim -PORTVERSION= 0.99.4 +PORTVERSION= 0.99.5 CATEGORIES= textproc MASTER_SITES= http://freedesktop.org/~suzhe/sources/ @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/textproc/scim/distinfo b/textproc/scim/distinfo index e9aff974203b..d1dc3f51df5d 100644 --- a/textproc/scim/distinfo +++ b/textproc/scim/distinfo @@ -1,2 +1,2 @@ -MD5 (scim-0.99.4.tar.gz) = 8ac0a8bb8b25e198a4f9b67fa4ca950b -SIZE (scim-0.99.4.tar.gz) = 2104313 +MD5 (scim-0.99.5.tar.gz) = 3993cae41f119e6098323cdd42175437 +SIZE (scim-0.99.5.tar.gz) = 2165258 diff --git a/textproc/scim/pkg-descr b/textproc/scim/pkg-descr index b1a0dff45ce3..c2d6b41a3d8c 100644 --- a/textproc/scim/pkg-descr +++ b/textproc/scim/pkg-descr @@ -2,4 +2,4 @@ Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface. -WWW: http://freedesktop.org/~suzhe/ +WWW: http://scim.freedesktop.org diff --git a/textproc/scim/pkg-plist b/textproc/scim/pkg-plist index 4aee9856935a..c335b2c324bf 100644 --- a/textproc/scim/pkg-plist +++ b/textproc/scim/pkg-plist @@ -13,6 +13,7 @@ include/scim-1.0/scim.h include/scim-1.0/scim_attribute.h include/scim-1.0/scim_backend.h include/scim-1.0/scim_bind.h +include/scim-1.0/scim_compose_key.h include/scim-1.0/scim_config_base.h include/scim-1.0/scim_config_module.h include/scim-1.0/scim_config_path.h @@ -40,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.3 +lib/libscim-1.0.so.4 lib/libscim-gtkutils-1.0.a lib/libscim-gtkutils-1.0.so -lib/libscim-gtkutils-1.0.so.3 +lib/libscim-gtkutils-1.0.so.4 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 |