Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 12:58:46 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319048 - in head/sysutils/keyboard-daemon: . files
Message-ID:  <201305251258.r4PCwkVv021240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat May 25 12:58:45 2013
New Revision: 319048
URL: http://svnweb.freebsd.org/changeset/ports/319048

Log:
  Update to 0.7
  
  - Strip /dev/ from keyboard device filename
  - Look in LOCALBASE/include/cfu for cfu headers; it moved in libcfu-0.4

Modified:
  head/sysutils/keyboard-daemon/Makefile
  head/sysutils/keyboard-daemon/distinfo
  head/sysutils/keyboard-daemon/files/keyboard_daemon.in

Modified: head/sysutils/keyboard-daemon/Makefile
==============================================================================
--- head/sysutils/keyboard-daemon/Makefile	Sat May 25 12:36:42 2013	(r319047)
+++ head/sysutils/keyboard-daemon/Makefile	Sat May 25 12:58:45 2013	(r319048)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	keyboard-daemon
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
 

Modified: head/sysutils/keyboard-daemon/distinfo
==============================================================================
--- head/sysutils/keyboard-daemon/distinfo	Sat May 25 12:36:42 2013	(r319047)
+++ head/sysutils/keyboard-daemon/distinfo	Sat May 25 12:58:45 2013	(r319048)
@@ -1,2 +1,2 @@
-SHA256 (keyboard-daemon-0.6.tar.bz2) = 5d92cd2a4d955a48a6943ac428ae7d33c95361e3a4da3bce64b8c8d6ba3e2fd9
-SIZE (keyboard-daemon-0.6.tar.bz2) = 4218
+SHA256 (keyboard-daemon-0.7.tar.bz2) = 60ee2112b1d3d0b5d0be459e5429ac4f99f99fbbed8e7471946f4756c6c648ab
+SIZE (keyboard-daemon-0.7.tar.bz2) = 4237

Modified: head/sysutils/keyboard-daemon/files/keyboard_daemon.in
==============================================================================
--- head/sysutils/keyboard-daemon/files/keyboard_daemon.in	Sat May 25 12:36:42 2013	(r319047)
+++ head/sysutils/keyboard-daemon/files/keyboard_daemon.in	Sat May 25 12:58:45 2013	(r319048)
@@ -38,7 +38,7 @@ stop_postcmd="kbdcontrol -a ${keyboard_d
 keyboard_daemon_prestart()
 {
 	: ${keyboard_daemon_device:?keyboard_daemon_device must be set in rc.conf}
-	kbdcontrol -A ${keyboard_daemon_device} < /dev/console
+	kbdcontrol -A ${keyboard_daemon_device##*/} < /dev/console
 }
 
 run_rc_command $1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305251258.r4PCwkVv021240>