Date: Mon, 14 Dec 2015 21:10:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403738 - head/x11/ooxcb Message-ID: <201512142110.tBELADqY032033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512142110.tBELADqY032033>