From owner-svn-ports-all@FreeBSD.ORG Tue May 14 17:06:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8BA37B2; Tue, 14 May 2013 17:06:06 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DAA87ADC; Tue, 14 May 2013 17:06:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4EH66vX010240; Tue, 14 May 2013 17:06:06 GMT (envelope-from nobutaka@svn.freebsd.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4EH66n8010238; Tue, 14 May 2013 17:06:06 GMT (envelope-from nobutaka@svn.freebsd.org) Message-Id: <201305141706.r4EH66n8010238@svn.freebsd.org> From: MANTANI Nobutaka Date: Tue, 14 May 2013 17:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318179 - in head/japanese/anthy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 14 May 2013 17:06:07 -0000 Author: nobutaka Date: Tue May 14 17:06:06 2013 New Revision: 318179 URL: http://svnweb.freebsd.org/changeset/ports/318179 Log: Fix incompatibility of anthy.el with Emacs 24. PR: ports/178413 Submitted by: Yuichiro NAITO Added: head/japanese/anthy/files/ head/japanese/anthy/files/patch-src-util_anthy.el (contents, props changed) Modified: head/japanese/anthy/Makefile (contents, props changed) Modified: head/japanese/anthy/Makefile ============================================================================== --- head/japanese/anthy/Makefile Tue May 14 16:51:16 2013 (r318178) +++ head/japanese/anthy/Makefile Tue May 14 17:06:06 2013 (r318179) @@ -3,6 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/37536 Added: head/japanese/anthy/files/patch-src-util_anthy.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/anthy/files/patch-src-util_anthy.el Tue May 14 17:06:06 2013 (r318179) @@ -0,0 +1,11 @@ +--- 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 @@ + ((event-matches-key-specifier-p event 'backspace) 8) + (t + (char-to-int (event-to-character event))))) +- last-command-char)) ++ last-command-event)) + + ;; + ;;