diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 12:24:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 12:24:02 +0000 |
commit | a8f83c274612789759dd9c9c8ba2938b066ae6a4 (patch) | |
tree | 99bcbe3e38cf1df4aaa36b0bedb6a863940490d8 /x11/py-xcbgen | |
parent | 624e1d6301ff46b1145586aebfdd87e6183b2f6f (diff) | |
download | pkgsrc-a8f83c274612789759dd9c9c8ba2938b066ae6a4.tar.gz |
Update to 1.6:
Release 1.6 (2009-12-02)
=======================
* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)
* xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
* shape: add missing padding bytes to GetRectangles
* Add XML description for the Generic Event extension.
* Add XML description for the XFree86VidMode extension.
* Fix typo in xf86vidmode.xml
* Fix length calculation for xfixes/FetchRegion reply
* Add pre-defined atoms to Atom enum
Diffstat (limited to 'x11/py-xcbgen')
-rw-r--r-- | x11/py-xcbgen/Makefile | 6 | ||||
-rw-r--r-- | x11/py-xcbgen/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index c0e91753ea7..d8a439061fa 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/06/04 09:56:20 hasso Exp $ +# $NetBSD: Makefile,v 1.4 2009/12/15 12:24:02 wiz Exp $ # -DISTNAME= xcb-proto-1.5 -PKGNAME= ${PYPKGPREFIX}-xcbgen-1.5 +DISTNAME= xcb-proto-1.6 +PKGNAME= ${PYPKGPREFIX}-xcbgen-1.6 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/py-xcbgen/distinfo b/x11/py-xcbgen/distinfo index da426921ef1..5d1ed352a63 100644 --- a/x11/py-xcbgen/distinfo +++ b/x11/py-xcbgen/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2009/06/18 11:15:47 drochner Exp $ +$NetBSD: distinfo,v 1.4 2009/12/15 12:24:02 wiz Exp $ -SHA1 (xcb-proto-1.5.tar.bz2) = c3f93ba6b75635c1e9d1accdfa7907f43a0e986f -RMD160 (xcb-proto-1.5.tar.bz2) = cdf1537134432a32be588b60f15a83d1b40e8cf4 -Size (xcb-proto-1.5.tar.bz2) = 89241 bytes +SHA1 (xcb-proto-1.6.tar.bz2) = e82418557c7f59f29da9ec18e0906d6d78e3a164 +RMD160 (xcb-proto-1.6.tar.bz2) = 61ffea8c3ab4b745f04eccc10c64f7f1c356692c +Size (xcb-proto-1.6.tar.bz2) = 92829 bytes SHA1 (patch-ac) = 39539e6d45e4994df0c291f6c05382c5c00a6aee SHA1 (patch-ad) = bb86c889e0520aa98761b01d71d438ca4e71fc6b SHA1 (patch-ae) = dc24bb927986f7112367836e6520c30059891686 |