From 59f9ae20c705cd4c0114ebb463ea1bb8eafaa6df Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 30 Jul 2011 09:26:59 +0000 Subject: Also update these to there latest stable versions. --- x11-toolkits/pango/Makefile | 4 ++-- x11-toolkits/pango/distinfo | 4 ++-- x11-toolkits/pangomm/Makefile | 5 ++--- x11-toolkits/pangomm/distinfo | 4 ++-- x11-toolkits/pangomm/pkg-plist | 4 ++++ x11-toolkits/py-gtk2/Makefile | 15 +++++---------- x11-toolkits/py-gtk2/distinfo | 4 ++-- x11-toolkits/py-gtk2/files/patch-gtk_gtk.override | 15 --------------- x11-toolkits/py-gtk2/pkg-plist | 12 +++++++++++- 9 files changed, 30 insertions(+), 37 deletions(-) delete mode 100644 x11-toolkits/py-gtk2/files/patch-gtk_gtk.override (limited to 'x11-toolkits') diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index b97ca91d4903..c337ef3f7159 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.161 2010/09/30 06:56:41 kwm Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.163 2011/04/05 17:29:19 kwm Exp $ # PORTNAME= pango -PORTVERSION= 1.28.3 +PORTVERSION= 1.28.4 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME \ diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index b77a36a1f806..1adfc864270d 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pango-1.28.3.tar.bz2) = 5e278bc9430cc7bb00270f183360d262c5006b51248e8b537ea904573f200632 -SIZE (gnome2/pango-1.28.3.tar.bz2) = 1509501 +SHA256 (gnome2/pango-1.28.4.tar.bz2) = 7eb035bcc10dd01569a214d5e2bc3437de95d9ac1cfa9f50035a687c45f05a9f +SIZE (gnome2/pango-1.28.4.tar.bz2) = 1503441 diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index 391ab6d22caf..dc8561044cef 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.16 2010/05/04 12:49:38 kwm Exp $ +# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.21 2011/03/30 22:18:12 kwm Exp $ # PORTNAME= pangomm -PORTVERSION= 2.26.3 +PORTVERSION= 2.28.2 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -25,7 +25,6 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pango diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo index bc131f657fda..86be89e74a05 100644 --- a/x11-toolkits/pangomm/distinfo +++ b/x11-toolkits/pangomm/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pangomm-2.26.3.tar.bz2) = b1aa7a1de1c3eaf149ec0ca4bc962b8bf454f4e484abf34333d387d32c3825e6 -SIZE (gnome2/pangomm-2.26.3.tar.bz2) = 1038428 +SHA256 (gnome2/pangomm-2.28.2.tar.bz2) = ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f +SIZE (gnome2/pangomm-2.28.2.tar.bz2) = 1045703 diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist index 8483bc4b0326..8374a9866a95 100644 --- a/x11-toolkits/pangomm/pkg-plist +++ b/x11-toolkits/pangomm/pkg-plist @@ -57,7 +57,11 @@ lib/libpangomm-%%API_VERSION%%.la lib/libpangomm-%%API_VERSION%%.so lib/libpangomm-%%API_VERSION%%.so.1 lib/pangomm-%%API_VERSION%%/include/pangommconfig.h +lib/pangomm-%%API_VERSION%%/proc/m4/convert.m4 +lib/pangomm-%%API_VERSION%%/proc/m4/convert_pango.m4 libdata/pkgconfig/pangomm-%%API_VERSION%%.pc +@dirrm lib/pangomm-%%API_VERSION%%/proc/m4 +@dirrm lib/pangomm-%%API_VERSION%%/proc @dirrm lib/pangomm-%%API_VERSION%%/include @dirrm lib/pangomm-%%API_VERSION%% @dirrm include/pangomm-%%API_VERSION%%/pangomm/private diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index eb2b0663414f..b50e25a52a65 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,12 +3,11 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.72 2010/09/28 15:45:26 kwm Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.78 2011/04/01 12:35:27 kwm Exp $ # PORTNAME= gtk -PORTVERSION= 2.22.0 -PORTREVISION= 2 +PORTVERSION= 2.24.0 CATEGORIES= x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -19,17 +18,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GTK+ -BUILD_DEPENDS= \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject -RUN_DEPENDS= \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo LATEST_LINK= py-gtk2 USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 +USE_GNOME= gnomehack libglade2 pygobject USE_PYTHON= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index d608174b41d5..4f7261b0b04f 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pygtk-2.22.0.tar.bz2) = 4acf0ef2bde8574913c40ee4a43d9c4f43bb77b577b67147271b534501a54cc8 -SIZE (gnome2/pygtk-2.22.0.tar.bz2) = 2285379 +SHA256 (gnome2/pygtk-2.24.0.tar.bz2) = cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912 +SIZE (gnome2/pygtk-2.24.0.tar.bz2) = 2361097 diff --git a/x11-toolkits/py-gtk2/files/patch-gtk_gtk.override b/x11-toolkits/py-gtk2/files/patch-gtk_gtk.override deleted file mode 100644 index 668fafa8ce22..000000000000 --- a/x11-toolkits/py-gtk2/files/patch-gtk_gtk.override +++ /dev/null @@ -1,15 +0,0 @@ ---- gtk/gtk.override.orig 2011-02-28 12:22:04.000000000 +0100 -+++ gtk/gtk.override 2011-02-28 12:23:00.000000000 +0100 -@@ -1151,9 +1151,10 @@ pygtk_main_watch_check(GSource *source) - #ifdef HAVE_PYSIGNAL_SETWAKEUPFD - PySignalWatchSource *real_source = (PySignalWatchSource *)source; - GPollFD *poll_fd = &real_source->fd; -- int data_size = 0; -+ unsigned char dummy; -+ gssize ret; - if (poll_fd->revents & G_IO_IN) -- data_size = read(poll_fd->fd, 0, 1); -+ ret = read(poll_fd->fd, &dummy, 1); - #endif - - state = pyg_gil_state_ensure(); diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist index e828ad1ec7f6..e04d4f56c847 100644 --- a/x11-toolkits/py-gtk2/pkg-plist +++ b/x11-toolkits/py-gtk2/pkg-plist @@ -211,6 +211,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtkcellrendererpixbuf.html %%DOCSDIR%%/class-gtkcellrendererprogress.html %%DOCSDIR%%/class-gtkcellrendererspin.html +%%DOCSDIR%%/class-gtkcellrendererspinner.html %%DOCSDIR%%/class-gtkcellrenderertext.html %%DOCSDIR%%/class-gtkcellrenderertoggle.html %%DOCSDIR%%/class-gtkcellview.html @@ -223,12 +224,14 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtkcombo.html %%DOCSDIR%%/class-gtkcombobox.html %%DOCSDIR%%/class-gtkcomboboxentry.html +%%DOCSDIR%%/class-gtkcomboboxtext.html %%DOCSDIR%%/class-gtkcontainer.html %%DOCSDIR%%/class-gtkcurve.html %%DOCSDIR%%/class-gtkdialog.html %%DOCSDIR%%/class-gtkdrawingarea.html %%DOCSDIR%%/class-gtkeditable.html %%DOCSDIR%%/class-gtkentry.html +%%DOCSDIR%%/class-gtkentrybuffer.html %%DOCSDIR%%/class-gtkentrycompletion.html %%DOCSDIR%%/class-gtkeventbox.html %%DOCSDIR%%/class-gtkexpander.html @@ -263,6 +266,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtkimcontext.html %%DOCSDIR%%/class-gtkimcontextsimple.html %%DOCSDIR%%/class-gtkimmulticontext.html +%%DOCSDIR%%/class-gtkinfobar.html %%DOCSDIR%%/class-gtkinputdialog.html %%DOCSDIR%%/class-gtkinvisible.html %%DOCSDIR%%/class-gtkitem.html @@ -281,6 +285,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtkmountoperation.html %%DOCSDIR%%/class-gtknotebook.html %%DOCSDIR%%/class-gtkobject.html +%%DOCSDIR%%/class-gtkoffscreenwindow.html %%DOCSDIR%%/class-gtkoptionmenu.html %%DOCSDIR%%/class-gtkpagesetup.html %%DOCSDIR%%/class-gtkpagesetupunixdialog.html @@ -323,6 +328,7 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtksizegroup.html %%DOCSDIR%%/class-gtksocket.html %%DOCSDIR%%/class-gtkspinbutton.html +%%DOCSDIR%%/class-gtkspinner.html %%DOCSDIR%%/class-gtkstatusbar.html %%DOCSDIR%%/class-gtkstatusicon.html %%DOCSDIR%%/class-gtkstyle.html @@ -342,6 +348,8 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/class-gtktoolbar.html %%DOCSDIR%%/class-gtktoolbutton.html %%DOCSDIR%%/class-gtktoolitem.html +%%DOCSDIR%%/class-gtktoolitemgroup.html +%%DOCSDIR%%/class-gtktoolpalette.html %%DOCSDIR%%/class-gtktoolshell.html %%DOCSDIR%%/class-gtktooltip.html %%DOCSDIR%%/class-gtktooltips.html @@ -603,7 +611,6 @@ libdata/pkgconfig/pygtk-2.0.pc %%DOCSDIR%%/pangocairo-constants.html %%DOCSDIR%%/pangocairo-functions.html %%DOCSDIR%%/pygtk-introduction.html -%%DOCSDIR%%/pygtk-reference-format.html %%DOCSDIR%%/pygtk.devhelp %%DOCSDIR%%/unixprint-class-reference.html %%DOCSDIR%%/unixprint-constants.html @@ -709,6 +716,7 @@ share/pygtk/2.0/defs/gdk-2.16.defs share/pygtk/2.0/defs/gdk-2.18.defs share/pygtk/2.0/defs/gdk-2.20.defs share/pygtk/2.0/defs/gdk-2.22.defs +share/pygtk/2.0/defs/gdk-2.24.defs share/pygtk/2.0/defs/gdk-base-types.defs share/pygtk/2.0/defs/gdk-base.defs share/pygtk/2.0/defs/gdk-types.defs @@ -727,6 +735,8 @@ share/pygtk/2.0/defs/gtk-2.20-types.defs share/pygtk/2.0/defs/gtk-2.20.defs share/pygtk/2.0/defs/gtk-2.22-types.defs share/pygtk/2.0/defs/gtk-2.22.defs +share/pygtk/2.0/defs/gtk-2.24-types.defs +share/pygtk/2.0/defs/gtk-2.24.defs share/pygtk/2.0/defs/gtk-base-types.defs share/pygtk/2.0/defs/gtk-base.defs share/pygtk/2.0/defs/gtk-extrafuncs.defs -- cgit v1.2.3