View | Details | Raw Unified | Return to bug 213006 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-9 / +5 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	ibus-pinyin
4
PORTNAME=	ibus-pinyin
5
PORTVERSION=	1.5.0
5
PORTVERSION=	1.5.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	chinese
7
CATEGORIES=	chinese
8
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GH
9
9
10
MAINTAINER=	henry.hu.sh@gmail.com
10
MAINTAINER=	henry.hu.sh@gmail.com
11
COMMENT=	PinYin engine for IBus
11
COMMENT=	PinYin engine for IBus
Lines 12-19 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
BROKEN=		Unfetchable (google code has gone away)
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \
18
		${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
16
		${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
19
LIB_DEPENDS=	libpyzy-1.0.so:chinese/pyzy \
17
LIB_DEPENDS=	libpyzy-1.0.so:chinese/pyzy \
Lines 20-30 Link Here
20
		libibus-1.0.so:textproc/ibus \
18
		libibus-1.0.so:textproc/ibus \
21
		libsqlite3.so:databases/sqlite3
19
		libsqlite3.so:databases/sqlite3
22
20
23
USES=		compiler:c++11-lib gmake pkgconfig python
21
USES=		compiler:c++11-lib gmake pkgconfig python autoreconf libtool
24
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--disable-dependency-tracking --disable-lua-extension
23
CONFIGURE_ARGS=	--disable-dependency-tracking --disable-lua-extension
26
24
27
PROJECTHOST=	ibus
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	ibus
28
27
29
OPTIONS_DEFINE=	NLS
28
OPTIONS_DEFINE=	NLS
30
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
Lines 33-39 Link Here
33
NLS_USE=	GNOME=intltool
32
NLS_USE=	GNOME=intltool
34
NLS_CONFIGURE_ENABLE=	nls
33
NLS_CONFIGURE_ENABLE=	nls
35
34
36
post-patch:
37
	@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure
38
39
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ibus-pinyin-1.5.0.tar.gz) = a85d458dcc51ea9fd65849e63002428b3fcb3b39adcbea9214b5cb4a4cbdbc96
1
TIMESTAMP = 1474847555
2
SIZE (ibus-pinyin-1.5.0.tar.gz) = 692516
2
SHA256 (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 79fc51517ab8dec696cbbbca9526459b59f4eb045492ea88e5f9e01160b905db
3
SIZE (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 241144

Return to bug 213006