diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-17 00:30:27 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-17 00:30:27 +0800 |
commit | 5309a3b9a7cbd151d0cb5e8ff80a7e98f4b4b771 (patch) | |
tree | f0f566ae880cfa8a0f37afc00d1937c793dfa6bd | |
parent | 6e8ad7ef6c5aaa19cb9d68ac9c0749ab964e91c7 (diff) | |
download | freebsd-ports-graphics-5309a3b9a7cbd151d0cb5e8ff80a7e98f4b4b771.tar.gz freebsd-ports-graphics-5309a3b9a7cbd151d0cb5e8ff80a7e98f4b4b771.tar.zst freebsd-ports-graphics-5309a3b9a7cbd151d0cb5e8ff80a7e98f4b4b771.zip |
- Update to 0.3.1
PR: ports/102105
Submitted by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer)
-rw-r--r-- | chinese/scim-chewing/Makefile | 8 | ||||
-rw-r--r-- | chinese/scim-chewing/distinfo | 6 | ||||
-rw-r--r-- | chinese/scim-chewing/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 77c561b9e20..c1bfaf940da 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -6,16 +6,17 @@ # PORTNAME= scim-chewing -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= chinese MASTER_SITES= http://chewing.csie.net/download/scim/ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= SCIM chewing Chinese input methods -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_X_PREFIX= yes USE_GMAKE= yes @@ -25,6 +26,7 @@ CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__ -I${LOCALBASE}/include" post-patch: @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,@DATADIRNAME@,share,g' ${WRKSRC}/po/Makefile.in.in post-install: @${CAT} ${PKGMESSAGE} diff --git a/chinese/scim-chewing/distinfo b/chinese/scim-chewing/distinfo index 71e2c8182dc..d0762c010c7 100644 --- a/chinese/scim-chewing/distinfo +++ b/chinese/scim-chewing/distinfo @@ -1,3 +1,3 @@ -MD5 (scim-chewing-0.3.0.tar.gz) = fd0d1faca7ce21d6966a2e4bbf68e542 -SHA256 (scim-chewing-0.3.0.tar.gz) = c38be62823e3f70ef5a6f8ee66bd29e720a864773ef2ec23ee0d12a47868e756 -SIZE (scim-chewing-0.3.0.tar.gz) = 425729 +MD5 (scim-chewing-0.3.1.tar.gz) = 7231e143e408b96f8374be9026ce6184 +SHA256 (scim-chewing-0.3.1.tar.gz) = ee88aa2e9ed6b970b01938d1fc8aeca200b866eee380f03623973820f45d75cb +SIZE (scim-chewing-0.3.1.tar.gz) = 434230 diff --git a/chinese/scim-chewing/pkg-plist b/chinese/scim-chewing/pkg-plist index 2ec3357870b..d43187c74b4 100644 --- a/chinese/scim-chewing/pkg-plist +++ b/chinese/scim-chewing/pkg-plist @@ -4,7 +4,8 @@ lib/scim-1.0/IMEngine/chewing.so lib/scim-1.0/SetupUI/chewing-imengine-setup.a lib/scim-1.0/SetupUI/chewing-imengine-setup.la lib/scim-1.0/SetupUI/chewing-imengine-setup.so -share/scim/icons/scim-chewing.png +share/locale/zh_TW/LC_MESSAGES/scim-chewing.mo share/scim/icons/scim-chewing-swap-colors.png +share/scim/icons/scim-chewing.png @dirrmtry lib/scim-1.0/IMEngine @dirrmtry lib/scim-1.0/SetupUI |