diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 07:26:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 07:26:24 +0800 |
commit | 7c641b0b0fb5db19a3ada355735ac8336e7f33fb (patch) | |
tree | 1a7d33bab9f0f6e20e6d29f62d542911c4d2d148 /x11-toolkits/py-gtk2 | |
parent | a03df4987f97705a5fe42f88b51a1bd6ac90e0e9 (diff) | |
download | marcuscom-ports-7c641b0b0fb5db19a3ada355735ac8336e7f33fb.tar.gz marcuscom-ports-7c641b0b0fb5db19a3ada355735ac8336e7f33fb.tar.zst marcuscom-ports-7c641b0b0fb5db19a3ada355735ac8336e7f33fb.zip |
Update to 2.3.93.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2489 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-gtk::gdk.override | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-plist | 5 |
4 files changed, 10 insertions, 16 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 93286d161..e9492d5ee 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gtk -PORTVERSION= 2.3.92 +PORTVERSION= 2.3.93 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/2.3 @@ -20,9 +20,9 @@ RUN_DEPENDS= ${PYNUMERIC} USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libglade2 lthack +USE_GNOME= gnomehack gnometarget libglade2 USE_PYTHON= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index 5cbe1d8d3..2366969fb 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/pygtk-2.3.92.tar.bz2) = e11335eac41e20a1383f51995cd0d964 -SIZE (gnome2/pygtk-2.3.92.tar.bz2) = 615293 +MD5 (gnome2/pygtk-2.3.93.tar.bz2) = e7233959193536b62713df9b45c1e02c +SIZE (gnome2/pygtk-2.3.93.tar.bz2) = 628645 diff --git a/x11-toolkits/py-gtk2/files/patch-gtk::gdk.override b/x11-toolkits/py-gtk2/files/patch-gtk::gdk.override deleted file mode 100644 index 483f7550a..000000000 --- a/x11-toolkits/py-gtk2/files/patch-gtk::gdk.override +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gdk.override.orig Sun May 23 22:08:59 2004 -+++ gtk/gdk.override Sun May 23 22:10:26 2004 -@@ -3964,7 +3964,7 @@ - { - static char *kwlist[] = { "keycode", "state", "group", NULL }; - guint keycode, keyval; -- gint group, effective_group, level;; -+ gint group, effective_group, level; - GdkModifierType state, modifiers; - PyObject *py_state; - diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist index a36c441e9..3186b419c 100644 --- a/x11-toolkits/py-gtk2/pkg-plist +++ b/x11-toolkits/py-gtk2/pkg-plist @@ -25,6 +25,10 @@ include/pygtk-2.0/pygtk/pygtk.h libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%share/doc/py-gtk/MAPPING %%PORTDOCS%%share/doc/py-gtk/THREADS +%%PORTDOCS%%share/examples/py-gtk/Makefile +%%PORTDOCS%%share/examples/py-gtk/Makefile.am +%%PORTDOCS%%share/examples/py-gtk/Makefile.in +%%PORTDOCS%%share/examples/py-gtk/Makefile.in.bak %%PORTDOCS%%share/examples/py-gtk/atk/atk-demo.py %%PORTDOCS%%share/examples/py-gtk/glade/README %%PORTDOCS%%share/examples/py-gtk/glade/glade-demo.py @@ -33,6 +37,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%PORTDOCS%%share/examples/py-gtk/gobject/signal.py %%PORTDOCS%%share/examples/py-gtk/gtk/filechooser.py %%PORTDOCS%%share/examples/py-gtk/gtk/uimanager.py +%%PORTDOCS%%share/examples/py-gtk/gtk/widget.py %%PORTDOCS%%share/examples/py-gtk/ide/README %%PORTDOCS%%share/examples/py-gtk/ide/break.xpm %%PORTDOCS%%share/examples/py-gtk/ide/browse.py |