diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-30 11:20:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-30 11:20:40 +0800 |
commit | 7e73e58222504fe5ada10d1699e6e26fae3e10c3 (patch) | |
tree | a36b652348048096eb2f32e2ad4e93bb77d5cb7e /x11-toolkits | |
parent | d0f0bcbd3bc775d96f473fc4556c298df0fbc494 (diff) | |
download | marcuscom-ports-7e73e58222504fe5ada10d1699e6e26fae3e10c3.tar.gz marcuscom-ports-7e73e58222504fe5ada10d1699e6e26fae3e10c3.tar.zst marcuscom-ports-7e73e58222504fe5ada10d1699e6e26fae3e10c3.zip |
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index ee0742142..f61971368 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,11 +3,11 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.23 2005/07/11 20:17:42 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/2.7 @@ -18,7 +18,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GTK -RUN_DEPENDS= ${PYNUMERIC} +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS= ${PYNUMERIC} \ + ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo USE_BZIP2= yes USE_GMAKE= yes diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index 788f761d2..ca6c3cdb3 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/pygtk-2.7.0.tar.bz2) = 91aeda5f296a645797ab00b71bd53ab4 -SIZE (gnome2/pygtk-2.7.0.tar.bz2) = 723911 +MD5 (gnome2/pygtk-2.7.1.tar.bz2) = 895cb1a27230e98081a8f739cff6c2f2 +SIZE (gnome2/pygtk-2.7.1.tar.bz2) = 746233 diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist index cbe1df642..3367b4a75 100644 --- a/x11-toolkits/py-gtk2/pkg-plist +++ b/x11-toolkits/py-gtk2/pkg-plist @@ -103,6 +103,7 @@ lib/pygtk/2.0/pygtk-demo.pyo %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo %%PYTHON_SITELIBDIR%%/gtk-2.0/pango.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.so %%PYTHON_SITELIBDIR%%/pygtk.pth %%PYTHON_SITELIBDIR%%/pygtk.py %%PYTHON_SITELIBDIR%%/pygtk.pyc @@ -239,6 +240,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%share/pygtk/2.0/defs/libglade.defs %%PORTDOCS%%share/pygtk/2.0/defs/pango-types.defs %%PORTDOCS%%share/pygtk/2.0/defs/pango.defs +%%PORTDOCS%%share/pygtk/2.0/defs/pangocairo.defs %%PORTDOCS%%@dirrm share/pygtk/2.0/defs %%PORTDOCS%%@dirrm share/pygtk/2.0/codegen %%PORTDOCS%%@dirrm share/pygtk/2.0 |