diff options
author | wen <wen@FreeBSD.org> | 2016-12-29 14:28:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-12-29 14:28:55 +0800 |
commit | 9fb9be57746e86b4f7f71ea3cc09f264d545c023 (patch) | |
tree | eaea4332cdca8a7035839a8293cd74e842391d03 /chinese | |
parent | dcf3e764a176427da97ff37b43a03e3a40ffda31 (diff) | |
download | freebsd-ports-gnome-9fb9be57746e86b4f7f71ea3cc09f264d545c023.tar.gz freebsd-ports-gnome-9fb9be57746e86b4f7f71ea3cc09f264d545c023.tar.zst freebsd-ports-gnome-9fb9be57746e86b4f7f71ea3cc09f264d545c023.zip |
- Unbreak by change MASTER_SITES to github
PR: 213006
Submitted by: henry.hu.sh@gmail.com(maintainer)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 14 | ||||
-rw-r--r-- | chinese/ibus-pinyin/distinfo | 5 |
2 files changed, 8 insertions, 11 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index c61aabda7e7f..c1a35255d746 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,28 +3,27 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE MAINTAINER= henry.hu.sh@gmail.com COMMENT= PinYin engine for IBus LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \ ${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \ libibus-1.0.so:textproc/ibus \ libsqlite3.so:databases/sqlite3 -USES= compiler:c++11-lib gmake pkgconfig python +USES= compiler:c++11-lib gmake pkgconfig python autoreconf libtool +USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension -PROJECTHOST= ibus +USE_GITHUB= yes +GH_ACCOUNT= ibus OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -33,7 +32,4 @@ NLS_USES= gettext NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls -post-patch: - @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/chinese/ibus-pinyin/distinfo b/chinese/ibus-pinyin/distinfo index 7f38f44e9693..d3847ce0c1f9 100644 --- a/chinese/ibus-pinyin/distinfo +++ b/chinese/ibus-pinyin/distinfo @@ -1,2 +1,3 @@ -SHA256 (ibus-pinyin-1.5.0.tar.gz) = a85d458dcc51ea9fd65849e63002428b3fcb3b39adcbea9214b5cb4a4cbdbc96 -SIZE (ibus-pinyin-1.5.0.tar.gz) = 692516 +TIMESTAMP = 1482975833 +SHA256 (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 79fc51517ab8dec696cbbbca9526459b59f4eb045492ea88e5f9e01160b905db +SIZE (ibus-ibus-pinyin-1.5.0_GH0.tar.gz) = 241144 |