From owner-svn-ports-head@freebsd.org Sat Mar 5 19:23:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 598989DB0F9; Sat, 5 Mar 2016 19:23:15 +0000 (UTC) (envelope-from rm@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 mx1.freebsd.org (Postfix) with ESMTPS id 2BE8BBEF; Sat, 5 Mar 2016 19:23:15 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u25JNEvc035055; Sat, 5 Mar 2016 19:23:14 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25JNE0n035054; Sat, 5 Mar 2016 19:23:14 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201603051923.u25JNE0n035054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 5 Mar 2016 19:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410204 - head/x11/gnome-shell X-SVN-Group: ports-head 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.21 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: Sat, 05 Mar 2016 19:23:15 -0000 Author: rm Date: Sat Mar 5 19:23:13 2016 New Revision: 410204 URL: https://svnweb.freebsd.org/changeset/ports/410204 Log: x11/gnome-shell: fix previous commit With hat: gnome Modified: head/x11/gnome-shell/Makefile Modified: head/x11/gnome-shell/Makefile ============================================================================== --- head/x11/gnome-shell/Makefile Sat Mar 5 19:13:47 2016 (r410203) +++ head/x11/gnome-shell/Makefile Sat Mar 5 19:23:13 2016 (r410204) @@ -30,7 +30,7 @@ LIB_DEPENDS= libstartup-notification-1.s RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - gkbd-keyboard-display>0:${PORTSDIR}/x11/libgnomekbd + gkbd-keyboard-display:${PORTSDIR}/x11/libgnomekbd PORTSCOUT= limitw:1,even