Index: head/chinese/fcitx-rime/Makefile =================================================================== --- head/chinese/fcitx-rime/Makefile (revision 558966) +++ head/chinese/fcitx-rime/Makefile (revision 558967) @@ -1,26 +1,26 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= fcitx-rime PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx -MAINTAINER= lichray@gmail.com +MAINTAINER= khng300@gmail.com COMMENT= RIME support for Fcitx LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ librime.so:chinese/librime RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:chinese/brise USES= cmake gettext gnome pkgconfig tar:xz INSTALLS_ICONS= yes CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise .include Index: head/chinese/librime/Makefile =================================================================== --- head/chinese/librime/Makefile (revision 558966) +++ head/chinese/librime/Makefile (revision 558967) @@ -1,40 +1,40 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= librime PORTVERSION= 1.6.1 CATEGORIES= chinese textproc -MAINTAINER= lichray@gmail.com +MAINTAINER= khng300@gmail.com COMMENT= Rime Input Method Engine, the core library LICENSE= GPLv3 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libcapnp.so:devel/capnproto \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libleveldb.so:databases/leveldb \ libmarisa.so:devel/marisa-trie \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp \ USES= cmake compiler:c++14-lang gettext pathfix perl5 pkgconfig xorg USE_PERL5= build patch CMAKE_OFF= BUILD_TEST USE_CXXSTD= c++14 USE_LDCONFIG= yes USE_XORG= xorgproto LDFLAGS+= -lintl USE_GITHUB= yes GH_ACCOUNT= rime PLIST_SUB= VER=${PORTVERSION} post-patch: @${FIND} ${WRKSRC} \( -name '*.cc' -or -name '*.h' \) \ -exec ${PERL} -i -pe '$$. == 1 && s/^\xef\xbb\xbf//;' {} \; .include