pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Update to 1.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6d43f0e95c0
branches:  trunk
changeset: 568509:c6d43f0e95c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 15 12:24:02 2009 +0000

description:
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:

 x11/py-xcbgen/Makefile |  6 +++---
 x11/py-xcbgen/distinfo |  8 ++++----
 x11/xcb-proto/Makefile |  4 ++--
 x11/xcb-proto/PLIST    |  3 ++-
 x11/xcb-proto/distinfo |  9 ++++-----
 5 files changed, 15 insertions(+), 15 deletions(-)

diffs (74 lines):

diff -r 029b1ac28776 -r c6d43f0e95c0 x11/py-xcbgen/Makefile
--- a/x11/py-xcbgen/Makefile    Tue Dec 15 12:09:20 2009 +0000
+++ b/x11/py-xcbgen/Makefile    Tue Dec 15 12:24:02 2009 +0000
@@ -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 -r 029b1ac28776 -r c6d43f0e95c0 x11/py-xcbgen/distinfo
--- a/x11/py-xcbgen/distinfo    Tue Dec 15 12:09:20 2009 +0000
+++ b/x11/py-xcbgen/distinfo    Tue Dec 15 12:24:02 2009 +0000
@@ -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
diff -r 029b1ac28776 -r c6d43f0e95c0 x11/xcb-proto/Makefile
--- a/x11/xcb-proto/Makefile    Tue Dec 15 12:09:20 2009 +0000
+++ b/x11/xcb-proto/Makefile    Tue Dec 15 12:24:02 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/05/29 09:26:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/15 12:24:02 wiz Exp $
 #
 
-DISTNAME=      xcb-proto-1.5
+DISTNAME=      xcb-proto-1.6
 CATEGORIES=    x11
 MASTER_SITES=  http://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=  .tar.bz2
diff -r 029b1ac28776 -r c6d43f0e95c0 x11/xcb-proto/PLIST
--- a/x11/xcb-proto/PLIST       Tue Dec 15 12:09:20 2009 +0000
+++ b/x11/xcb-proto/PLIST       Tue Dec 15 12:24:02 2009 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:25:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/12/15 12:24:02 wiz Exp $
 lib/pkgconfig/xcb-proto.pc
 share/xcb/bigreq.xml
 share/xcb/composite.xml
 share/xcb/damage.xml
 share/xcb/dpms.xml
+share/xcb/dri2.xml
 share/xcb/glx.xml
 share/xcb/randr.xml
 share/xcb/record.xml
diff -r 029b1ac28776 -r c6d43f0e95c0 x11/xcb-proto/distinfo
--- a/x11/xcb-proto/distinfo    Tue Dec 15 12:09:20 2009 +0000
+++ b/x11/xcb-proto/distinfo    Tue Dec 15 12:24:02 2009 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/05/29 09:26:30 wiz 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 (patch-aa) = a04e2b8bb3fa6630d47d3febd7d676717ac15907
+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-ae) = 58631ece73de8568e2edfa97dbbb4011a9ba00f0



Home | Main Index | Thread Index | Old Index