Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 13:05:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389705 - in head/x11-drivers/xf86-input-wacom: . files
Message-ID:  <201506151305.t5FD5QH4029377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jun 15 13:05:25 2015
New Revision: 389705
URL: https://svnweb.freebsd.org/changeset/ports/389705

Log:
  x11-drivers/xf86-input-wacom: update to 0.30.0
  
  Changes:	http://sf.net/p/linuxwacom/xf86-input-wacom/ci/xf86-input-wacom-0.30.0/log/

Modified:
  head/x11-drivers/xf86-input-wacom/Makefile   (contents, props changed)
  head/x11-drivers/xf86-input-wacom/distinfo   (contents, props changed)
  head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c   (contents, props changed)

Modified: head/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-wacom/Makefile	Mon Jun 15 13:03:11 2015	(r389704)
+++ head/x11-drivers/xf86-input-wacom/Makefile	Mon Jun 15 13:05:25 2015	(r389705)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xf86-input-wacom
-PORTVERSION=	0.29.0
+PORTVERSION=	0.30.0
 CATEGORIES=	x11-drivers
 MASTER_SITES=	SF/linuxwacom/${PORTNAME}
 

Modified: head/x11-drivers/xf86-input-wacom/distinfo
==============================================================================
--- head/x11-drivers/xf86-input-wacom/distinfo	Mon Jun 15 13:03:11 2015	(r389704)
+++ head/x11-drivers/xf86-input-wacom/distinfo	Mon Jun 15 13:05:25 2015	(r389705)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-input-wacom-0.29.0.tar.bz2) = 88507e76f1eb98a20c4381806e03c694adcff88ac0028f93892019a7a6fc8b96
-SIZE (xorg/driver/xf86-input-wacom-0.29.0.tar.bz2) = 589495
+SHA256 (xorg/driver/xf86-input-wacom-0.30.0.tar.bz2) = 8ad4e479a4fc6d3c18e680958a8f42c3c87f15fdf8d2561810ca01a0a78841f5
+SIZE (xorg/driver/xf86-input-wacom-0.30.0.tar.bz2) = 591648

Modified: head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c
==============================================================================
--- head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c	Mon Jun 15 13:03:11 2015	(r389704)
+++ head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c	Mon Jun 15 13:05:25 2015	(r389705)
@@ -37,11 +37,11 @@
  }
 +#endif
  
- static int get_baud_rate(int fd)
+ static unsigned int get_baud_rate(int fd)
  {
 +#ifdef __linux__
  	struct stat st;
- 	int baudrate = 19200;
+ 	unsigned int baudrate = 19200;
  	int id;
 @@ -112,6 +122,9 @@ int get_baud_rate(int fd)
  	udev_unref(udev);



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