svn commit: r430281 - in head/japanese/mozc-server: . files

Hiroki Sato hrs at FreeBSD.org
Sun Jan 1 19:54:10 UTC 2017


Author: hrs
Date: Sun Jan  1 19:54:08 2017
New Revision: 430281
URL: https://svnweb.freebsd.org/changeset/ports/430281

Log:
  Update to 2.20.2677.102.02.

Deleted:
  head/japanese/mozc-server/files/patch-src-build_mozc.py
  head/japanese/mozc-server/files/patch-src-gyp-defines.gypi
  head/japanese/mozc-server/files/patch-src-unix-fcitx-fcitx.gyp
Modified:
  head/japanese/mozc-server/Makefile
  head/japanese/mozc-server/distinfo

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sun Jan  1 19:40:09 2017	(r430280)
+++ head/japanese/mozc-server/Makefile	Sun Jan  1 19:54:08 2017	(r430281)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mozc
-PORTVERSION=	2.20.2677.102.01
+PORTVERSION=	2.20.2677.102.02
 DISTVERSIONPREFIX=	v
 CATEGORIES=	japanese
 
@@ -77,7 +77,6 @@ GYP_DEFINES=	use_libprotobuf=1 \
 		compiler_host='${_CCTYPE}' \
 		compiler_target='${_CCTYPE}' \
 		use_libzinnia=1 \
-		use_fcitx=0 \
 		zinnia_model_file='${LOCALBASE}/share/tegaki/models/zinnia/handwriting-ja.model' \
 		ibus_mozc_icon_path='${LOCALBASE}/share/ibus-mozc/icons/product_icon.png' \
 		ibus_mozc_path='${PREFIX}/libexec/ibus-engine-mozc'
@@ -307,10 +306,9 @@ do-install-uim_mozc:
 
 # fcitx_mozc
 .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc"
-GYP_OPTIONS+=	--noqt
+GYP_OPTIONS+=	--noqt --use_fcitx
 GYP_DEFINES+=	use_libibus=0 \
-		enable_gtk_renderer=0 \
-		use_fcitx=1
+		enable_gtk_renderer=0
 
 LIB_DEPENDS+=	libfcitx-core.so:chinese/fcitx
 RUN_DEPENDS+=	mozc_server:japanese/mozc-server \

Modified: head/japanese/mozc-server/distinfo
==============================================================================
--- head/japanese/mozc-server/distinfo	Sun Jan  1 19:40:09 2017	(r430280)
+++ head/japanese/mozc-server/distinfo	Sun Jan  1 19:54:08 2017	(r430281)
@@ -1,10 +1,10 @@
-TIMESTAMP = 1483252889
+TIMESTAMP = 1483299024
 SHA256 (ken_all-20161031.zip) = a363eefa9867c497b12bf5a603f64426af7bd938733c2925dd2747150d2cdd42
 SIZE (ken_all-20161031.zip) = 1685061
 SHA256 (jigyosyo-20161031.zip) = 1a8d9cf30421a5bdfbccb6e3d9fc4f141895821ac0275425a60ad858e38c2a43
 SIZE (jigyosyo-20161031.zip) = 754418
-SHA256 (hrs-allbsd-mozc-v2.20.2677.102.01_GH0.tar.gz) = 31e254b21d17c3e070252ae33686e7c3960a05521fac7a60ac7e9bf1a5be1505
-SIZE (hrs-allbsd-mozc-v2.20.2677.102.01_GH0.tar.gz) = 37574885
+SHA256 (hrs-allbsd-mozc-v2.20.2677.102.02_GH0.tar.gz) = 55fff5f29aae002a0e0ed445a039c543174313e57f78a040f86b2793976e24f0
+SIZE (hrs-allbsd-mozc-v2.20.2677.102.02_GH0.tar.gz) = 37575296
 SHA256 (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425_GH0.tar.gz) = 2af954cd844c6a3113449d7dca37e36b769ecb2b49d3a54318a3bdee1a75af56
 SIZE (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425_GH0.tar.gz) = 71050
 SHA256 (e-kato-macuim-v0.6.16.2.1_GH0.tar.gz) = ae999a2f02379bd049484a22684c37be5eb1f4db9763fa79885c4981502336e9


More information about the svn-ports-all mailing list