From owner-svn-ports-head@freebsd.org Tue Oct 30 21:31:09 2018 Return-Path: Delivered-To: svn-ports-head@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 CB27510F52FE; Tue, 30 Oct 2018 21:31:09 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB027B4B0; Tue, 30 Oct 2018 21:31:09 +0000 (UTC) (envelope-from zeising@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 617CF2300F; Tue, 30 Oct 2018 21:31:09 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9ULV9LJ005718; Tue, 30 Oct 2018 21:31:09 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9ULV99s005716; Tue, 30 Oct 2018 21:31:09 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201810302131.w9ULV99s005716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 30 Oct 2018 21:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483538 - in head/x11/xkeyboard-config: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11/xkeyboard-config: . files X-SVN-Commit-Revision: 483538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 21:31:10 -0000 Author: zeising Date: Tue Oct 30 21:31:08 2018 New Revision: 483538 URL: https://svnweb.freebsd.org/changeset/ports/483538 Log: x11/xkeyboard-config: Fix typo in Armenian layout Fix two typos in the Armenian layout in xkeyboard-config, preventing the use of two Armenian capital letters. This was reported on the x11@ mailing list. Upstream PR: https://bugs.freedesktop.org/show_bug.cgi?id=108545 Reported by: Sergey Manucharian Added: head/x11/xkeyboard-config/files/patch-symbols_am (contents, props changed) Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Tue Oct 30 20:51:48 2018 (r483537) +++ head/x11/xkeyboard-config/Makefile Tue Oct 30 21:31:08 2018 (r483538) @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME} Added: head/x11/xkeyboard-config/files/patch-symbols_am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkeyboard-config/files/patch-symbols_am Tue Oct 30 21:31:08 2018 (r483538) @@ -0,0 +1,13 @@ +--- symbols/am.orig 2018-10-30 21:22:31 UTC ++++ symbols/am +@@ -80,8 +80,8 @@ xkb_symbols "phonetic" { + key { [ Armenian_vyun, Armenian_VYUN ] }; + key { [ Armenian_ligature_ew, 0x100058f ] }; + key { [ Armenian_ra, Armenian_RA ] }; +- key { [ Armenian_cha, rmenian_CHA ] }; +- key { [ Armenian_tche, rmenian_TCHE ] }; ++ key { [ Armenian_cha, Armenian_CHA ] }; ++ key { [ Armenian_tche, Armenian_TCHE ] }; + key { [ Armenian_hyphen, 0x1002015 ] }; + key { [ Armenian_zhe, Armenian_ZHE ] }; +