From owner-svn-ports-all@freebsd.org Sat May 18 07:51:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAEE915AB714; Sat, 18 May 2019 07:51:57 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 926D66E2CA; Sat, 18 May 2019 07:51:57 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 687161CBA3; Sat, 18 May 2019 07:51:57 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4I7pv0P028073; Sat, 18 May 2019 07:51:57 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4I7pvq0028071; Sat, 18 May 2019 07:51:57 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201905180751.x4I7pvq0028071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 18 May 2019 07:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501920 - in head/japanese/anthy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/japanese/anthy: . files X-SVN-Commit-Revision: 501920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 926D66E2CA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2019 07:51:58 -0000 Author: nobutaka Date: Sat May 18 07:51:56 2019 New Revision: 501920 URL: https://svnweb.freebsd.org/changeset/ports/501920 Log: - Fix emacs lisp to work on emacs27. - Bump PORTREVISION. Submitted by: YAMAMOTO, Shigeru Differential Revision: https://reviews.freebsd.org/D19916 Modified: head/japanese/anthy/Makefile head/japanese/anthy/files/patch-src-util_anthy.el Modified: head/japanese/anthy/Makefile ============================================================================== --- head/japanese/anthy/Makefile Sat May 18 07:48:03 2019 (r501919) +++ head/japanese/anthy/Makefile Sat May 18 07:51:56 2019 (r501920) @@ -3,7 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= OSDN/${PORTNAME}/37536 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/japanese/anthy/files/patch-src-util_anthy.el ============================================================================== --- head/japanese/anthy/files/patch-src-util_anthy.el Sat May 18 07:48:03 2019 (r501919) +++ head/japanese/anthy/files/patch-src-util_anthy.el Sat May 18 07:51:56 2019 (r501920) @@ -1,6 +1,30 @@ ---- src-util/anthy.el.orig 2013-05-15 01:57:21.000000000 +0900 -+++ src-util/anthy.el 2013-05-15 01:58:25.000000000 +0900 -@@ -892,7 +892,7 @@ +--- src-util/anthy.el.orig 2008-11-29 12:46:00 UTC ++++ src-util/anthy.el +@@ -161,11 +161,9 @@ + + ;; From skk-macs.el From viper-util.el. Welcome! + (defmacro anthy-deflocalvar (var default-value &optional documentation) +- (` (progn +- (defvar (, var) (, default-value) +- (, (format "%s\n\(buffer local\)" documentation))) +- (make-variable-buffer-local '(, var)) +- ))) ++ `(defvar ,var ,default-value ++ ,(format "%s\n\(buffer local\)" documentation)) ++ ) + + ;; buffer local variables + (anthy-deflocalvar anthy-context-id nil "コンテキストのid") +@@ -745,7 +743,7 @@ + (if anthy-agent-process + (kill-process anthy-agent-process)) + (setq anthy-agent-process proc) +- (process-kill-without-query proc) ++ (set-process-query-on-exit-flag proc nil) + (if anthy-xemacs + (if (coding-system-p (find-coding-system 'euc-japan)) + (set-process-coding-system proc 'euc-japan 'euc-japan)) +@@ -892,7 +890,7 @@ ((event-matches-key-specifier-p event 'backspace) 8) (t (char-to-int (event-to-character event)))))