mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Update to version 1.3.1
- Unbreak build
This commit is contained in:
parent
ebe254c129
commit
d5944a32e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296049
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xpyb
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= dist
|
||||
|
@ -16,11 +16,9 @@ MAINTAINER= ashish@FreeBSD.org
|
|||
COMMENT= Python bindings to access X Window System protocol via libxcb
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
|
||||
xcb-proto>=1.1:${PORTSDIR}/x11/xcb-proto
|
||||
xcb-proto>=1.7.1:${PORTSDIR}/x11/xcb-proto
|
||||
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GNOME= gnomehack
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xpyb-1.2.tar.bz2) = 3f2dbebd995ad57deb2af2baae78be8acdda8f08a141444ce0d084245d251ad2
|
||||
SIZE (xpyb-1.2.tar.bz2) = 272557
|
||||
SHA256 (xpyb-1.3.1.tar.bz2) = fd4c877b05b83893043734a678eca332c6cabf1867d9b6a966c28a97ac987366
|
||||
SIZE (xpyb-1.3.1.tar.bz2) = 273962
|
||||
|
|
|
@ -73,5 +73,6 @@
|
|||
%%PYTHON_SITELIBDIR%%/xcb/xvmc.py
|
||||
%%PYTHON_SITELIBDIR%%/xcb/xvmc.pyc
|
||||
%%PYTHON_SITELIBDIR%%/xcb/xvmc.pyo
|
||||
include/xpyb.h
|
||||
libdata/pkgconfig/xpyb.pc
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/xcb
|
||||
|
|
Loading…
Add table
Reference in a new issue