mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.3.10
PR: ports/163910 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: Eric Camachat <lihong@ieee.org> (maintainer)
This commit is contained in:
parent
ee625b51b8
commit
12c2ea18f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289161
3 changed files with 13 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ibus-chewing
|
PORTNAME= ibus-chewing
|
||||||
PORTVERSION= 1.3.9.2
|
PORTVERSION= 1.3.10
|
||||||
CATEGORIES= chinese
|
CATEGORIES= chinese
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
|
||||||
|
@ -15,6 +15,7 @@ MAINTAINER= lihong@ieee.org
|
||||||
COMMENT= Chewing engine for IBus
|
COMMENT= Chewing engine for IBus
|
||||||
|
|
||||||
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \
|
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:${PORTSDIR}/devel/cmake-fedora \
|
||||||
ibus-daemon:${PORTSDIR}/textproc/ibus
|
ibus-daemon:${PORTSDIR}/textproc/ibus
|
||||||
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
|
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
|
||||||
LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing
|
LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing
|
||||||
|
@ -28,4 +29,6 @@ USE_XORG= xtst
|
||||||
|
|
||||||
PROJECTHOST= ibus
|
PROJECTHOST= ibus
|
||||||
|
|
||||||
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ibus-chewing-1.3.9.2-Source.tar.gz) = a62828c645d9c61e84ce6b2047f9249d5635f23c5ce911d7960f2ef0ba304f15
|
SHA256 (ibus-chewing-1.3.10-Source.tar.gz) = 171402a7d6d141d485454493e097746d73da7cef172d2ab5ec1a2c593a2ee1c8
|
||||||
SIZE (ibus-chewing-1.3.9.2-Source.tar.gz) = 79340
|
SIZE (ibus-chewing-1.3.10-Source.tar.gz) = 75365
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
libexec/ibus-engine-chewing
|
libexec/ibus-engine-chewing
|
||||||
%%DOCSDIR%%-1.3.9.2/AUTHORS
|
%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS
|
||||||
%%DOCSDIR%%-1.3.9.2/COPYING
|
%%DOCSDIR%%-%%PORTVERSION%%/COPYING
|
||||||
%%DOCSDIR%%-1.3.9.2/ChangeLog
|
%%DOCSDIR%%-%%PORTVERSION%%/ChangeLog
|
||||||
%%DOCSDIR%%-1.3.9.2/README
|
%%DOCSDIR%%-%%PORTVERSION%%/README
|
||||||
%%DOCSDIR%%-1.3.9.2/RELEASE-NOTES.txt
|
%%DOCSDIR%%-%%PORTVERSION%%/RELEASE-NOTES.txt
|
||||||
%%DOCSDIR%%-1.3.9.2/USER-GUIDE
|
%%DOCSDIR%%-%%PORTVERSION%%/USER-GUIDE
|
||||||
%%DATADIR%%/icons/ibus-chewing-orig.png
|
%%DATADIR%%/icons/ibus-chewing-orig.png
|
||||||
%%DATADIR%%/icons/ibus-chewing.png
|
%%DATADIR%%/icons/ibus-chewing.png
|
||||||
%%DATADIR%%/icons/settings.png
|
%%DATADIR%%/icons/settings.png
|
||||||
|
@ -13,4 +13,4 @@ share/locale/zh_CN/LC_MESSAGES/ibus-chewing.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/ibus-chewing.mo
|
share/locale/zh_TW/LC_MESSAGES/ibus-chewing.mo
|
||||||
@dirrm %%DATADIR%%/icons
|
@dirrm %%DATADIR%%/icons
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
@dirrm %%DOCSDIR%%-1.3.9.2
|
@dirrm %%DOCSDIR%%-%%PORTVERSION%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue