[Midnightbsd-cvs] mports [16914] trunk/x11/xcb-proto: xcb-proto 1.10
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 7 10:08:03 EDT 2014
Revision: 16914
http://svnweb.midnightbsd.org/mports/?rev=16914
Author: laffer1
Date: 2014-09-07 10:08:02 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
xcb-proto 1.10
Modified Paths:
--------------
trunk/x11/xcb-proto/Makefile
trunk/x11/xcb-proto/distinfo
Removed Paths:
-------------
trunk/x11/xcb-proto/files/patch-src_sync.xml
Modified: trunk/x11/xcb-proto/Makefile
===================================================================
--- trunk/x11/xcb-proto/Makefile 2014-09-07 14:03:43 UTC (rev 16913)
+++ trunk/x11/xcb-proto/Makefile 2014-09-07 14:08:02 UTC (rev 16914)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= xcb-proto
-PORTVERSION= 1.9
+PORTVERSION= 1.10
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -13,6 +13,7 @@
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
USES= pathfix tar:bzip2
+XORG_CAT= proto
USE_PYTHON= yes
GNU_CONFIGURE= yes
Modified: trunk/x11/xcb-proto/distinfo
===================================================================
--- trunk/x11/xcb-proto/distinfo 2014-09-07 14:03:43 UTC (rev 16913)
+++ trunk/x11/xcb-proto/distinfo 2014-09-07 14:08:02 UTC (rev 16914)
@@ -1,2 +1,2 @@
-SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
-SIZE (xcb-proto-1.9.tar.bz2) = 136421
+SHA256 (xorg/proto/xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
+SIZE (xorg/proto/xcb-proto-1.10.tar.bz2) = 138834
Deleted: trunk/x11/xcb-proto/files/patch-src_sync.xml
===================================================================
--- trunk/x11/xcb-proto/files/patch-src_sync.xml 2014-09-07 14:03:43 UTC (rev 16913)
+++ trunk/x11/xcb-proto/files/patch-src_sync.xml 2014-09-07 14:08:02 UTC (rev 16914)
@@ -1,50 +0,0 @@
-From 9c343995eacdc39db2ec7f93cbeab00c88a55026 Mon Sep 17 00:00:00 2001
-From: Peter Harris <pharris at opentext.com>
-Date: Fri, 15 Nov 2013 16:07:39 +0000
-Subject: sync: Add missing namespace for the INT64 struct
-
-Signed-off-by: Peter Harris <pharris at opentext.com>
-Reviewed-By: Daniel Martin <consume.noise at gmail.com>
----
-diff --git a/src/sync.xml b/src/sync.xml
-index bc07c5b..dd70a08 100644
---- src/sync.xml
-+++ src/sync.xml
-@@ -147,7 +147,7 @@ for licensing information.
- </bitcase>
- <bitcase>
- <enumref ref="CA">Value</enumref>
-- <field type="INT64" name="value" />
-+ <field type="sync:INT64" name="value" />
- </bitcase>
- <bitcase>
- <enumref ref="CA">TestType</enumref>
-@@ -155,7 +155,7 @@ for licensing information.
- </bitcase>
- <bitcase>
- <enumref ref="CA">Delta</enumref>
-- <field type="INT64" name="delta" />
-+ <field type="sync:INT64" name="delta" />
- </bitcase>
- <bitcase>
- <enumref ref="CA">Events</enumref>
-@@ -179,7 +179,7 @@ for licensing information.
- </bitcase>
- <bitcase>
- <enumref ref="CA">Value</enumref>
-- <field type="INT64" name="value" />
-+ <field type="sync:INT64" name="value" />
- </bitcase>
- <bitcase>
- <enumref ref="CA">TestType</enumref>
-@@ -187,7 +187,7 @@ for licensing information.
- </bitcase>
- <bitcase>
- <enumref ref="CA">Delta</enumref>
-- <field type="INT64" name="delta" />
-+ <field type="sync:INT64" name="delta" />
- </bitcase>
- <bitcase>
- <enumref ref="CA">Events</enumref>
---
-cgit v0.9.0.2-2-gbebe
More information about the Midnightbsd-cvs
mailing list