Index: head/x11/ooxcb/Makefile =================================================================== --- head/x11/ooxcb/Makefile (revision 403737) +++ head/x11/ooxcb/Makefile (revision 403738) @@ -1,19 +1,20 @@ # Created by: gahr # $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 -USE_XORG= xcb +NO_ARCH= yes + USES= python USE_PYTHON= distutils autoplist +USE_XORG= xcb .include Index: head/x11/ooxcb/distinfo =================================================================== --- head/x11/ooxcb/distinfo (revision 403737) +++ head/x11/ooxcb/distinfo (revision 403738) @@ -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 Index: head/x11/ooxcb/pkg-descr =================================================================== --- head/x11/ooxcb/pkg-descr (revision 403737) +++ head/x11/ooxcb/pkg-descr (revision 403738) @@ -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