Modified: trunk/dports/net/libgweather/Portfile (70802 => 70803)
--- trunk/dports/net/libgweather/Portfile 2010-08-21 19:44:25 UTC (rev 70802)
+++ trunk/dports/net/libgweather/Portfile 2010-08-21 19:47:21 UTC (rev 70803)
@@ -4,8 +4,7 @@
PortSystem 1.0
name libgweather
-version 2.26.2.1
-revision 2
+version 2.30.2
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers devans openmaintainer
categories net gnome
@@ -21,9 +20,9 @@
master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 cef0447b62235c4662aa9691dd9a6c92 \
- sha1 f6d6ee5bb9eb7b81e9a413cd75e4ac86d1bc4421 \
- rmd160 0639ebe78f9d7f99bc6299e94b013565654ef476
+checksums md5 050f4ed212261c2a147c89012d5daa90 \
+ sha1 0b871e517a45314ff9b6701d406fa57224326e04 \
+ rmd160 3950b8342e4e5fe5435c780193dc19f978e6f375
depends_build port:pkgconfig \
port:intltool \
@@ -32,7 +31,7 @@
depends_lib port:gconf \
port:libsoup \
- port:py26-gtk
+ port:py26-gobject
patchfiles patch-python-prefix.diff
Modified: trunk/dports/net/libgweather/files/patch-python-prefix.diff (70802 => 70803)
--- trunk/dports/net/libgweather/files/patch-python-prefix.diff 2010-08-21 19:44:25 UTC (rev 70802)
+++ trunk/dports/net/libgweather/files/patch-python-prefix.diff 2010-08-21 19:47:21 UTC (rev 70803)
@@ -1,20 +1,9 @@
---- python/Makefile.in.orig 2010-04-01 18:22:23.000000000 +0200
-+++ python/Makefile.in 2010-04-01 18:23:35.000000000 +0200
-@@ -591,7 +591,7 @@
+--- configure.orig 2010-06-21 20:02:35.000000000 -0700
++++ configure 2010-08-21 11:39:13.000000000 -0700
+@@ -14375,9 +14375,9 @@
- @BUILD_PYTHON_TRUE@.defs.c:
- @BUILD_PYTHON_TRUE@ $(QUIET_GEN)(cd $(srcdir)\
--@BUILD_PYTHON_TRUE@ && pygtk-codegen-2.0 \
-+@BUILD_PYTHON_TRUE@ && $(PYTHON_EXEC_PREFIX)/bin/pygtk-codegen-2.0 \
- @BUILD_PYTHON_TRUE@ --register $(PYGTK_DEFS) \
- @BUILD_PYTHON_TRUE@ --override $*.override \
- @BUILD_PYTHON_TRUE@ --prefix py$* $*.defs) > gen-$*.c \
---- configure.orig 2010-04-01 19:55:49.000000000 +0200
-+++ configure 2010-04-01 19:58:15.000000000 +0200
-@@ -16507,9 +16507,9 @@
-
- PYTHON_PREFIX='${prefix}'
+ PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`