From owner-svn-ports-all@freebsd.org Sun Aug 14 18:42:23 2016 Return-Path: Delivered-To: svn-ports-all@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 D48C8BB9A12; Sun, 14 Aug 2016 18:42:23 +0000 (UTC) (envelope-from wxs@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 A46041B26; Sun, 14 Aug 2016 18:42:23 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7EIgMAm038531; Sun, 14 Aug 2016 18:42:22 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7EIgMur038530; Sun, 14 Aug 2016 18:42:22 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201608141842.u7EIgMur038530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Sun, 14 Aug 2016 18:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420197 - head/x11/xdotool 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.22 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: Sun, 14 Aug 2016 18:42:23 -0000 Author: wxs Date: Sun Aug 14 18:42:22 2016 New Revision: 420197 URL: https://svnweb.freebsd.org/changeset/ports/420197 Log: Add missing LIB_DEPENDS and LICENSE. Submitted by: olgeni@ Modified: head/x11/xdotool/Makefile Modified: head/x11/xdotool/Makefile ============================================================================== --- head/x11/xdotool/Makefile Sun Aug 14 18:38:53 2016 (r420196) +++ head/x11/xdotool/Makefile Sun Aug 14 18:42:22 2016 (r420197) @@ -9,6 +9,10 @@ CATEGORIES= x11 MAINTAINER= gregf@hugops.pw COMMENT= Programmatically simulate keyboard input or mouse activity +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon + USE_GITHUB= yes GH_ACCOUNT= jordansissel