diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-07 22:22:25 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-07 22:22:25 +0800 |
commit | 15c28cf747541e677a865de5d40be7603e4c60ba (patch) | |
tree | 5733b57762e55d7acd59492e030644a6a37fb83c /x11/xcb-proto | |
parent | ec6f8f75563ab2ebe7cdb8796a6fe173c081de6c (diff) | |
download | freebsd-ports-gnome-15c28cf747541e677a865de5d40be7603e4c60ba.tar.gz freebsd-ports-gnome-15c28cf747541e677a865de5d40be7603e4c60ba.tar.zst freebsd-ports-gnome-15c28cf747541e677a865de5d40be7603e4c60ba.zip |
Update to 1.1:
Incompatible change to the XML schema: rather than special-casing the
treatment of protocol extension names, use the new extension-multiword
attribute. Normally, XCB prefixes C extension functions with
xcb_extname_. However, some of the existing extensions used multi-word
names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now
use this attribute to match their existing defined API. This allows the
XCB code generator to avoid special-casing those extension names.
Protocol updates:
* Update DAMAGE to 1.1
* Update RandR to version 1.2
Bug fixes:
* fix XSync Initialize call
* Update autogen.sh to one that does objdir != srcdir.
PR: ports/122559
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r-- | x11/xcb-proto/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-proto/distinfo | 6 | ||||
-rw-r--r-- | x11/xcb-proto/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index a21aea484423..2de2e1b2d80e 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcb-proto -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo index 95ac39dee8d3..7a347541ac65 100644 --- a/x11/xcb-proto/distinfo +++ b/x11/xcb-proto/distinfo @@ -1,3 +1,3 @@ -MD5 (xcb-proto-1.0.tar.bz2) = d31407eaae7e52d100645217767a41aa -SHA256 (xcb-proto-1.0.tar.bz2) = df3ce807139957a9d3bd196a6eb5fad1d04af079d47b0ec36502911520b84e08 -SIZE (xcb-proto-1.0.tar.bz2) = 71084 +MD5 (xcb-proto-1.1.tar.bz2) = dd34acc58c0a438e812f72a9afe7b2a0 +SHA256 (xcb-proto-1.1.tar.bz2) = 06af98d83d5075fb4105fd8fec042b62156e8d462a36c4041ef2f8821c80d14e +SIZE (xcb-proto-1.1.tar.bz2) = 72584 diff --git a/x11/xcb-proto/pkg-plist b/x11/xcb-proto/pkg-plist index 97b109a1573c..1517c8f1fe6d 100644 --- a/x11/xcb-proto/pkg-plist +++ b/x11/xcb-proto/pkg-plist @@ -23,5 +23,4 @@ libdata/pkgconfig/xcb-proto.pc %%DATADIR%%/xtest.xml %%DATADIR%%/xv.xml %%DATADIR%%/xvmc.xml -%%DATADIR%%/xinerama.xml @dirrm %%DATADIR%% |