From owner-svn-ports-all@freebsd.org Wed Oct 31 19:56:53 2018 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 2369B10E80BA; Wed, 31 Oct 2018 19:56:53 +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 C8E9486623; Wed, 31 Oct 2018 19:56:52 +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 9EBE3111CB; Wed, 31 Oct 2018 19:56:52 +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 w9VJuqPQ007583; Wed, 31 Oct 2018 19:56:52 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VJuqDh007581; Wed, 31 Oct 2018 19:56:52 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201810311956.w9VJuqDh007581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 31 Oct 2018 19:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483610 - in branches/2018Q4/x11/xkeyboard-config: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2018Q4/x11/xkeyboard-config: . files X-SVN-Commit-Revision: 483610 X-SVN-Commit-Repository: ports 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.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: Wed, 31 Oct 2018 19:56:53 -0000 Author: zeising Date: Wed Oct 31 19:56:51 2018 New Revision: 483610 URL: https://svnweb.freebsd.org/changeset/ports/483610 Log: MFH: r483538 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 Approved by: ports-secteam (miwi) Added: branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am - copied unchanged from r483538, head/x11/xkeyboard-config/files/patch-symbols_am Modified: branches/2018Q4/x11/xkeyboard-config/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/x11/xkeyboard-config/Makefile ============================================================================== --- branches/2018Q4/x11/xkeyboard-config/Makefile Wed Oct 31 19:40:15 2018 (r483609) +++ branches/2018Q4/x11/xkeyboard-config/Makefile Wed Oct 31 19:56:51 2018 (r483610) @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME} Copied: branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am (from r483538, head/x11/xkeyboard-config/files/patch-symbols_am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am Wed Oct 31 19:56:51 2018 (r483610, copy of r483538, head/x11/xkeyboard-config/files/patch-symbols_am) @@ -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 ] }; +