diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 07:47:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 07:47:43 +0800 |
commit | f8b30d03070a196e6f79e99f5994d74fcc48dc93 (patch) | |
tree | 4d0f8eb5ee8ba3b2840449d12f0d822465a43911 /x11-toolkits/py-gtk2 | |
parent | 86cb65fbbc1db966e7a414ef5a293e6d3b90f997 (diff) | |
download | marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar.gz marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar.bz2 marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar.lz marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar.xz marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.tar.zst marcuscom-ports-f8b30d03070a196e6f79e99f5994d74fcc48dc93.zip |
Update to 2.9.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6451 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-gtk_gtkunixprint.override | 11 |
4 files changed, 5 insertions, 28 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index c473c689e..5dec83f9d 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.40 2006/06/14 22:00:26 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.41 2006/06/15 18:20:46 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.9.1 -PORTREVISION= 1 +PORTVERSION= 2.9.2 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index cdf682346..6fc4dbc16 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pygtk-2.9.1.tar.bz2) = b020eed71960e612e35821a0f28e5a3b -SHA256 (gnome2/pygtk-2.9.1.tar.bz2) = 6683c0f789df7464d18d10310b544b00efcfa9eb3a395e0628f2f3830a811e61 -SIZE (gnome2/pygtk-2.9.1.tar.bz2) = 757066 +MD5 (gnome2/pygtk-2.9.2.tar.bz2) = 2625ddd1aba04869eb2f9e4d4cc5552b +SHA256 (gnome2/pygtk-2.9.2.tar.bz2) = ce943d50cbfaa6c0e1317a9ecc13c9dbbde186d6a9298d7c19baee1c7cc50844 +SIZE (gnome2/pygtk-2.9.2.tar.bz2) = 761253 diff --git a/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py b/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py deleted file mode 100644 index c787e2385..000000000 --- a/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py +++ /dev/null @@ -1,11 +0,0 @@ ---- codegen/defsparser.py.orig Thu Jun 15 14:13:39 2006 -+++ codegen/defsparser.py Thu Jun 15 14:13:50 2006 -@@ -20,7 +20,7 @@ class IncludeParser(scmexpr.Parser): - else: - inc_path = [os.path.dirname(self.filename)] + include_path - for filename in [os.path.join(path_entry, input_filename) -- for path_entry in include_path]: -+ for path_entry in inc_path]: - if not os.path.exists(filename): - continue - # set self.filename to the include name, to handle recursive includes diff --git a/x11-toolkits/py-gtk2/files/patch-gtk_gtkunixprint.override b/x11-toolkits/py-gtk2/files/patch-gtk_gtkunixprint.override deleted file mode 100644 index 7036b2ad5..000000000 --- a/x11-toolkits/py-gtk2/files/patch-gtk_gtkunixprint.override +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gtkunixprint.override.orig Wed Jun 14 17:54:06 2006 -+++ gtk/gtkunixprint.override Wed Jun 14 17:53:25 2006 -@@ -105,7 +105,7 @@ _wrap_gtk_print_job_get_surface(PyGObjec - if (pyg_error_check(&error)) - return NULL; - --#if PYCAIRO_VERSION_HEX >= 0x1010700 -+#if PYCAIRO_VERSION_HEX >= 0x1010600 - return PycairoSurface_FromSurface(surface, NULL); - #else - return PycairoSurface_FromSurface(surface, NULL, NULL); |