From owner-svn-ports-all@freebsd.org Wed Jun 28 19:40:29 2017 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 A2B65DA8C7B; Wed, 28 Jun 2017 19:40:29 +0000 (UTC) (envelope-from jbeich@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 70F7184DE4; Wed, 28 Jun 2017 19:40:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5SJeSM7075279; Wed, 28 Jun 2017 19:40:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5SJeSMN075276; Wed, 28 Jun 2017 19:40:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201706281940.v5SJeSMN075276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 28 Jun 2017 19:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444604 - in head/x11-drivers/xf86-input-wacom: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11-drivers/xf86-input-wacom: . files X-SVN-Commit-Revision: 444604 X-SVN-Commit-Repository: ports 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.23 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: Wed, 28 Jun 2017 19:40:29 -0000 Author: jbeich Date: Wed Jun 28 19:40:28 2017 New Revision: 444604 URL: https://svnweb.freebsd.org/changeset/ports/444604 Log: x11-drivers/xf86-input-wacom: update to 0.35.0 Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35914015/ MFH: 2017Q2 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-src-xf86Wacom.c (contents, props changed) Modified: head/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- head/x11-drivers/xf86-input-wacom/Makefile Wed Jun 28 19:11:32 2017 (r444603) +++ head/x11-drivers/xf86-input-wacom/Makefile Wed Jun 28 19:40:28 2017 (r444604) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-wacom -PORTVERSION= 0.34.2 +PORTVERSION= 0.35.0 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} Modified: head/x11-drivers/xf86-input-wacom/distinfo ============================================================================== --- head/x11-drivers/xf86-input-wacom/distinfo Wed Jun 28 19:11:32 2017 (r444603) +++ head/x11-drivers/xf86-input-wacom/distinfo Wed Jun 28 19:40:28 2017 (r444604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489012292 -SHA256 (xorg/driver/xf86-input-wacom-0.34.2.tar.bz2) = 2ad1b9db141104370aef4966aae419dde915caea316e1df2c6ac063545706b1c -SIZE (xorg/driver/xf86-input-wacom-0.34.2.tar.bz2) = 632058 +TIMESTAMP = 1498669939 +SHA256 (xorg/driver/xf86-input-wacom-0.35.0.tar.bz2) = 55f60a71e81ef5544885652069a4f52b5cbaceabba53a28ac1397ec0ac26447d +SIZE (xorg/driver/xf86-input-wacom-0.35.0.tar.bz2) = 601314 Modified: head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c ============================================================================== --- head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Wed Jun 28 19:11:32 2017 (r444603) +++ head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Wed Jun 28 19:40:28 2017 (r444604) @@ -18,13 +18,3 @@ /* for all other errors, hope that the hotplugging code will * remove the device */ if (errno != EAGAIN && errno != EINTR) -@@ -823,9 +834,7 @@ static void wcmUnlinkTouchAndPen(InputIn - static int wcmDevProc(DeviceIntPtr pWcm, int what) - { - InputInfoPtr pInfo = (InputInfoPtr)pWcm->public.devicePrivate; --#ifdef DEBUG - WacomDevicePtr priv = (WacomDevicePtr)pInfo->private; --#endif - Status rc = !Success; - - DBG(2, priv, "BEGIN dev=%p priv=%p "