diff options
author | richard <richard@pkgsrc.org> | 2013-05-16 05:51:53 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-05-16 05:51:53 +0000 |
commit | 42cf9dd793be3ee45cc233aed0a7175abf8d824d (patch) | |
tree | 4f590ca194a30a28da8a98a3bca83ff367340ec8 | |
parent | 008ceb3ea95f528cb83ee38ebcdf1ee89fbed4dc (diff) | |
download | pkgsrc-42cf9dd793be3ee45cc233aed0a7175abf8d824d.tar.gz |
update to xf86-input-keyboard-1.6.2 for modular-xorg-server-1.12.4
-rw-r--r-- | x11/xf86-input-keyboard/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-input-keyboard/distinfo | 10 | ||||
-rw-r--r-- | x11/xf86-input-keyboard/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/xf86-input-keyboard/patches/patch-ab | 15 |
4 files changed, 6 insertions, 38 deletions
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile index e789e73fed2..862f7c6699e 100644 --- a/x11/xf86-input-keyboard/Makefile +++ b/x11/xf86-input-keyboard/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/10/29 05:07:02 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/05/16 05:51:53 richard Exp $ -DISTNAME= xf86-input-keyboard-1.6.1 +DISTNAME= xf86-input-keyboard-1.6.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-input-keyboard/distinfo b/x11/xf86-input-keyboard/distinfo index e89e5bc011b..0b5641ddc3e 100644 --- a/x11/xf86-input-keyboard/distinfo +++ b/x11/xf86-input-keyboard/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.7 2012/05/06 20:00:23 wiz Exp $ +$NetBSD: distinfo,v 1.8 2013/05/16 05:51:53 richard Exp $ -SHA1 (xf86-input-keyboard-1.6.1.tar.bz2) = ef30fecb9e846a5268ae339846401489a785e413 -RMD160 (xf86-input-keyboard-1.6.1.tar.bz2) = 72211dc8ec05ad93ee0fb9050b760ead7162458c -Size (xf86-input-keyboard-1.6.1.tar.bz2) = 304166 bytes -SHA1 (patch-aa) = 4acdabcf55d8f30fedeeca59a0a6410eb6f25b02 -SHA1 (patch-ab) = a7192b541d1ee1c4284963feee5766a271397449 +SHA1 (xf86-input-keyboard-1.6.2.tar.bz2) = 8a4f75076231b941011b7c129bd66afe8f261b9a +RMD160 (xf86-input-keyboard-1.6.2.tar.bz2) = cf48f0d2fb4416ef56cbc3f4f3876d6c4de35181 +Size (xf86-input-keyboard-1.6.2.tar.bz2) = 322733 bytes SHA1 (patch-ac) = c72e321e49200f467996399a0c43c020a9fe8c47 diff --git a/x11/xf86-input-keyboard/patches/patch-aa b/x11/xf86-input-keyboard/patches/patch-aa deleted file mode 100644 index ba70cfce644..00000000000 --- a/x11/xf86-input-keyboard/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2012/05/06 20:00:24 wiz Exp $ - -Recognize DragonFly BSD. - ---- configure.ac.orig 2012-01-04 00:45:20.000000000 +0000 -+++ configure.ac -@@ -62,7 +62,7 @@ case $host_os in - IS_LINUX="yes" - ;; - -- freebsd* | kfreebsd-gnu* | netbsd* | openbsd*) -+ freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*) - IS_BSD="yes" - ;; - diff --git a/x11/xf86-input-keyboard/patches/patch-ab b/x11/xf86-input-keyboard/patches/patch-ab deleted file mode 100644 index af427b8a8c1..00000000000 --- a/x11/xf86-input-keyboard/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2012/05/06 20:00:24 wiz Exp $ - -Recognize DragonFly BSD. - ---- configure.orig 2012-01-04 00:46:04.000000000 +0000 -+++ configure -@@ -11895,7 +11895,7 @@ case $host_os in - IS_LINUX="yes" - ;; - -- freebsd* | kfreebsd-gnu* | netbsd* | openbsd*) -+ freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*) - IS_BSD="yes" - ;; - |