Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 16:41:04 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548486 - head/x11/xcb-proto
Message-ID:  <202009131641.08DGf44c067531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Sep 13 16:41:04 2020
New Revision: 548486
URL: https://svnweb.freebsd.org/changeset/ports/548486

Log:
  x11/xcb-proto: Update to 1.14
  
  Update x11/xcb-proto to 1.14
  Add additional patches from upstream that removes the use of deprecated
  python functionality.

Modified:
  head/x11/xcb-proto/Makefile
  head/x11/xcb-proto/distinfo

Modified: head/x11/xcb-proto/Makefile
==============================================================================
--- head/x11/xcb-proto/Makefile	Sun Sep 13 16:39:32 2020	(r548485)
+++ head/x11/xcb-proto/Makefile	Sun Sep 13 16:41:04 2020	(r548486)
@@ -2,18 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	xcb-proto
-PORTVERSION=	1.13
-PORTREVISION=	1
+PORTVERSION=	1.14
 CATEGORIES=	x11 python
 MASTER_SITES=	https://xcb.freedesktop.org/dist/
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	The X protocol C-language Binding (XCB) protocol
 
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/commit/
+PATCHFILES+=	2b3559c10c18eb63e61efdc8a030765d624a0fba.diff:-p1
+PATCHFILES+=	426ae35bee1fa0fdb8b5120b1dcd20cee6e34512.diff:-p1
+PATCHFILES+=	7d58eed95f796fc764741d7549ee2214bbbcc64c.diff:-p1
+PATCHFILES+=	029d5b5d705a27a9bb16fb7fb9b0d2b03dab424a.diff:-p1
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gnome python xorg-cat:proto
+USES=		gnome python tar:xz xorg-cat:proto
 USE_GNOME=	libxml2:build
 USE_PYTHON=	py3kplist
 NO_ARCH=	yes

Modified: head/x11/xcb-proto/distinfo
==============================================================================
--- head/x11/xcb-proto/distinfo	Sun Sep 13 16:39:32 2020	(r548485)
+++ head/x11/xcb-proto/distinfo	Sun Sep 13 16:41:04 2020	(r548486)
@@ -1,3 +1,11 @@
-TIMESTAMP = 1525896108
-SHA256 (xorg/proto/xcb-proto-1.13.tar.bz2) = 7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
-SIZE (xorg/proto/xcb-proto-1.13.tar.bz2) = 151981
+TIMESTAMP = 1599996182
+SHA256 (xorg/proto/xcb-proto-1.14.tar.xz) = 186a3ceb26f9b4a015f5a44dcc814c93033a5fc39684f36f1ecc79834416a605
+SIZE (xorg/proto/xcb-proto-1.14.tar.xz) = 143384
+SHA256 (xorg/proto/2b3559c10c18eb63e61efdc8a030765d624a0fba.diff) = a6320492c5046a14b4d671e5758e6cd156d63eff78c3fb34975497ab6173bba2
+SIZE (xorg/proto/2b3559c10c18eb63e61efdc8a030765d624a0fba.diff) = 573
+SHA256 (xorg/proto/426ae35bee1fa0fdb8b5120b1dcd20cee6e34512.diff) = 53593ed1b146baa47755da8e9c58f51b1451eec038b421b145d3f583055c55e0
+SIZE (xorg/proto/426ae35bee1fa0fdb8b5120b1dcd20cee6e34512.diff) = 469
+SHA256 (xorg/proto/7d58eed95f796fc764741d7549ee2214bbbcc64c.diff) = 96a32804b76f41797dcdf0bbde814fcdae4bba8ce670f7b8b033a584b3330c07
+SIZE (xorg/proto/7d58eed95f796fc764741d7549ee2214bbbcc64c.diff) = 1146
+SHA256 (xorg/proto/029d5b5d705a27a9bb16fb7fb9b0d2b03dab424a.diff) = 23e632837440caa08bca527a7af79deaf1e178a9e2ebe20b3fe7ed34977c87ee
+SIZE (xorg/proto/029d5b5d705a27a9bb16fb7fb9b0d2b03dab424a.diff) = 1020



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009131641.08DGf44c067531>