From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 11:02:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CBED1D8; Sat, 20 Sep 2014 11:02:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7817CD65; Sat, 20 Sep 2014 11:02:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8KB2K6f034942; Sat, 20 Sep 2014 11:02:20 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8KB2Koq034941; Sat, 20 Sep 2014 11:02:20 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201409201102.s8KB2Koq034941@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 20 Sep 2014 11:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368633 - head/sysutils/keyboard-daemon 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.18-1 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, 20 Sep 2014 11:02:20 -0000 Author: crees Date: Sat Sep 20 11:02:19 2014 New Revision: 368633 URL: http://svnweb.freebsd.org/changeset/ports/368633 QAT: https://qat.redports.org/buildarchive/r368633/ Log: Now dynamically links rather than static. Modified: head/sysutils/keyboard-daemon/Makefile Modified: head/sysutils/keyboard-daemon/Makefile ============================================================================== --- head/sysutils/keyboard-daemon/Makefile Sat Sep 20 10:21:51 2014 (r368632) +++ head/sysutils/keyboard-daemon/Makefile Sat Sep 20 11:02:19 2014 (r368633) @@ -2,15 +2,16 @@ PORTNAME= keyboard-daemon PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Listens on a keyboard device and executes commands on keypresses -LICENSE= BSD +LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/lib/libcfu.a:${PORTSDIR}/devel/libcfu +LIB_DEPENDS= libcfu.so:${PORTSDIR}/devel/libcfu USES= tar:bzip2