update to 2.14.0; REGRESS_FLAGS tweak and ok jasper@
This commit is contained in:
parent
1e7fe25a2f
commit
799cddec5f
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:11 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/19 13:19:50 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Python bindings for glib2 gobject
|
||||
|
||||
V= 2.13.1
|
||||
V= 2.14.0
|
||||
DISTNAME= pygobject-${V}
|
||||
PKGNAME= py-gobject-${V}
|
||||
CATEGORIES= x11
|
||||
@ -27,4 +27,11 @@ USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= PYTHON=${MODPY_BIN}
|
||||
|
||||
# The regression tests require a running instance of X.
|
||||
# You will also need to set the XAUTHORITY environment variable to point
|
||||
# to the appropriate .Xauthority file.
|
||||
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
REGRESS_FLAGS+=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pygobject-2.13.1.tar.bz2) = tRoxBd4n6yDd0/8rmf/jnA==
|
||||
RMD160 (pygobject-2.13.1.tar.bz2) = p6rqV6L+CU7PyjtbiYACq3FEW9k=
|
||||
SHA1 (pygobject-2.13.1.tar.bz2) = 79dXmvOVsVh1AclEK8hA2h/laH0=
|
||||
SHA256 (pygobject-2.13.1.tar.bz2) = XSQQAOY9RK9nylqjGpL85GOTl8u3PXgdmVt9eQ2rdY4=
|
||||
SIZE (pygobject-2.13.1.tar.bz2) = 357021
|
||||
MD5 (pygobject-2.14.0.tar.bz2) = 3ngaIfSDyUGnMAmp9o8VDg==
|
||||
RMD160 (pygobject-2.14.0.tar.bz2) = cXAjKVNWgKgTo24Fgj0ZaMtFOyU=
|
||||
SHA1 (pygobject-2.14.0.tar.bz2) = 9oZzMMKi1w3bgYB4I+dRX1Xd2iM=
|
||||
SHA256 (pygobject-2.14.0.tar.bz2) = OlkZcD9xwtcFnQLwPcZWbL6Gxu+wmhZzC3zbSw+++eg=
|
||||
SIZE (pygobject-2.14.0.tar.bz2) = 360630
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/09 21:43:48 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/09/19 13:19:50 martynas Exp $
|
||||
@conflict py-gtk2-2.8.6*
|
||||
include/pygtk-2.0/
|
||||
include/pygtk-2.0/pygobject.h
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/pygobject-2.0.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/dsextras.py
|
||||
|
Loading…
Reference in New Issue
Block a user