diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-23 14:30:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-23 14:30:17 +0000 |
commit | a81349a34ac74251f4fe2310a1a5a5422e1d13b4 (patch) | |
tree | 26b3be63c82af7d691d122d01e42933ec89c0e52 /x11/libXi | |
parent | 869347ab7992297f5f078278cc4de12577e933a3 (diff) | |
download | pkgsrc-a81349a34ac74251f4fe2310a1a5a5422e1d13b4.tar.gz |
Update to libXi-1.1.0:
1.0.0 -> 1.0.1: non-functional
1.0.1 -> 1.0.2: don't call XInput_find_display with the Display lock
held, saves time as well
1.0.2 -> 1.1.0: use interface for device presense notification.
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 4 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 57a34a148f0..b284f67414e 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/23 14:30:17 joerg Exp $ # -DISTNAME= libXi-1.0.0 +DISTNAME= libXi-1.1.0 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 0e406d2edb1..c32817b7aef 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/01/23 14:30:17 joerg Exp $ -SHA1 (libXi-1.0.0.tar.bz2) = a423bbd03c06ca87e04d9ef2cdddedd2b9a7c59c -RMD160 (libXi-1.0.0.tar.bz2) = 855b782280cdabcdc0c955dab62da7458d3bf62d -Size (libXi-1.0.0.tar.bz2) = 245848 bytes +SHA1 (libXi-1.1.0.tar.bz2) = 8dc380408dfea6357ea68ee375d0c5368d56066f +RMD160 (libXi-1.1.0.tar.bz2) = a3d9d1a14b426c1716a251f59db404d2462c395a +Size (libXi-1.1.0.tar.bz2) = 246381 bytes |