diff options
author | wiz <wiz@pkgsrc.org> | 2015-10-19 22:56:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-10-19 22:56:32 +0000 |
commit | 9bbe4482c8c9f15233e370fdf54b2b9bb7a85b90 (patch) | |
tree | 716a32171fb8c42d7b055bc7bc44a4e48c22298d /x11/xinput | |
parent | ed144df1858956ea651da9973948a666534cf1cb (diff) | |
download | pkgsrc-9bbe4482c8c9f15233e370fdf54b2b9bb7a85b90.tar.gz |
Update to 1.6.2:
A couple of minor patches accumulated over the years. One crasher fix, one
exit status correction, two fixes for the test-xi2 printf. And some build
system cleanups.
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Peter Hutterer (6):
Drop AM_MAINTAINER_MODE
Fix crash for enable/disable without a device argument
Fix valuator printf output in test-xi2
property: return EXIT_FAILURE if at least one device fails (#90226)
Print touch event flags in test-xi2
xinput 1.6.2
Diffstat (limited to 'x11/xinput')
-rw-r--r-- | x11/xinput/Makefile | 7 | ||||
-rw-r--r-- | x11/xinput/distinfo | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 6e89afee1a5..991e91bbcc9 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2013/05/16 05:47:01 richard Exp $ -# +# $NetBSD: Makefile,v 1.12 2015/10/19 22:56:32 wiz Exp $ -DISTNAME= xinput-1.6.0 +DISTNAME= xinput-1.6.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Xinput diagnostic utility for modular X.org -LICENSE= mit +LICENSE= mit GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index e6d1b2f8159..977c852b9b0 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2013/05/16 05:47:01 richard Exp $ +$NetBSD: distinfo,v 1.7 2015/10/19 22:56:32 wiz Exp $ -SHA1 (xinput-1.6.0.tar.gz) = cb36f3bde1aabde7c0d0d907124a05eb2597bd28 -RMD160 (xinput-1.6.0.tar.gz) = cab4898e86611c128a26035fd4b4deb28a0dac11 -Size (xinput-1.6.0.tar.gz) = 183484 bytes +SHA1 (xinput-1.6.2.tar.gz) = c3bdd9c39a0d30db8948ae5e8a1354e6b4e9640a +RMD160 (xinput-1.6.2.tar.gz) = 184e5307c0e4cb1f0075d568598dbfdbbd6bfc1d +SHA512 (xinput-1.6.2.tar.gz) = 0ba2f59eb0fa347beb9219d04cb0279a243856f5b5e333386dd2b8fe287dccf6d8aebf8031c80e06b6a5260db9fe25cfaef6cd9ed373836525f15b85a5e535b3 +Size (xinput-1.6.2.tar.gz) = 200635 bytes |