From owner-svn-ports-head@freebsd.org Mon Dec 14 21:10:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E56A6A47ED5; Mon, 14 Dec 2015 21:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D1F8121E; Mon, 14 Dec 2015 21:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBELADKa032036; Mon, 14 Dec 2015 21:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBELADqY032033; Mon, 14 Dec 2015 21:10:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512142110.tBELADqY032033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 Dec 2015 21:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403738 - head/x11/ooxcb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 21:10:15 -0000 Author: amdmi3 Date: Mon Dec 14 21:10:13 2015 New Revision: 403738 URL: https://svnweb.freebsd.org/changeset/ports/403738 Log: - Update to 1.2 - Add NO_ARCH - Fix fetch PR: 205226 Submitted by: tkato432@yahoo.com Modified: head/x11/ooxcb/Makefile head/x11/ooxcb/distinfo head/x11/ooxcb/pkg-descr Modified: head/x11/ooxcb/Makefile ============================================================================== --- head/x11/ooxcb/Makefile Mon Dec 14 20:54:11 2015 (r403737) +++ head/x11/ooxcb/Makefile Mon Dec 14 21:10:13 2015 (r403738) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= ooxcb -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= http://samurai-x.org/downloads/ +MASTER_SITES= CHEESESHOP MAINTAINER= ports@FreeBSD.org COMMENT= Python binding to the X server using xcb -BROKEN= unfetchable +LICENSE= BSD3CLAUSE + +NO_ARCH= yes -USE_XORG= xcb USES= python USE_PYTHON= distutils autoplist +USE_XORG= xcb .include Modified: head/x11/ooxcb/distinfo ============================================================================== --- head/x11/ooxcb/distinfo Mon Dec 14 20:54:11 2015 (r403737) +++ head/x11/ooxcb/distinfo Mon Dec 14 21:10:13 2015 (r403738) @@ -1,2 +1,2 @@ -SHA256 (ooxcb-1.1.tar.gz) = 4fe8b9a9e553c57b58efd501523a36d64bdfed6cf45e5cbb4d073ba3128028eb -SIZE (ooxcb-1.1.tar.gz) = 108321 +SHA256 (ooxcb-1.2.tar.gz) = a0d27069af3211642294193842eecee34e9e14530f314458daf7ac4b2a8b08fe +SIZE (ooxcb-1.2.tar.gz) = 111662 Modified: head/x11/ooxcb/pkg-descr ============================================================================== --- head/x11/ooxcb/pkg-descr Mon Dec 14 20:54:11 2015 (r403737) +++ head/x11/ooxcb/pkg-descr Mon Dec 14 21:10:13 2015 (r403738) @@ -1,6 +1,7 @@ -ooxcb (the object oriented X C binding is a new Python binding to the X server, -developed for the samurai-x window manager. xpyb uses a wrapper generator to -create python modules out of the XML X protocol descriptions of the xcb project. -It aims to provide with an easy-to-use object-oriented interface to the X server.a +ooxcb (the object oriented X C binding is a new Python binding to the X +server, developed for the samurai-x window manager. xpyb uses a wrapper +generator to create python modules out of the XML X protocol +descriptions of the xcb project. It aims to provide with an easy-to-use +object-oriented interface to the X server. -WWW: http://samurai-x.org/ +WWW: https://github.com/samurai-x/ooxcb