diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-14 21:10:13 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-14 21:10:13 +0000 |
commit | 2721e572036e4e071723976ec29054fd600149f0 (patch) | |
tree | a4706f3882d9b64b5f0fef12f0ff08d998095966 /x11 | |
parent | c6110e202805929f101ecb58adf6726d93909d7a (diff) | |
download | FreeBSD-ports-2721e572036e4e071723976ec29054fd600149f0.zip FreeBSD-ports-2721e572036e4e071723976ec29054fd600149f0.tar.gz |
- Update to 1.2
- Add NO_ARCH
- Fix fetch
PR: 205226
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ooxcb/Makefile | 11 | ||||
-rw-r--r-- | x11/ooxcb/distinfo | 4 | ||||
-rw-r--r-- | x11/ooxcb/pkg-descr | 11 |
3 files changed, 14 insertions, 12 deletions
diff --git a/x11/ooxcb/Makefile b/x11/ooxcb/Makefile index 88bee58..181f8f1 100644 --- a/x11/ooxcb/Makefile +++ b/x11/ooxcb/Makefile @@ -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> diff --git a/x11/ooxcb/distinfo b/x11/ooxcb/distinfo index 1fa007b..c8ffd9c 100644 --- a/x11/ooxcb/distinfo +++ b/x11/ooxcb/distinfo @@ -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 diff --git a/x11/ooxcb/pkg-descr b/x11/ooxcb/pkg-descr index bf65db8..ab711d7 100644 --- a/x11/ooxcb/pkg-descr +++ b/x11/ooxcb/pkg-descr @@ -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 |