[53170] trunk/dports/net/libgweather/Portfile

devans at macports.org devans at macports.org
Tue Jun 30 11:19:05 PDT 2009


Revision: 53170
          http://trac.macports.org/changeset/53170
Author:   devans at macports.org
Date:     2009-06-30 11:19:04 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
libgweather: update to version 2.26.2.1, update dependencies, no longer depends on gnome-vfs, enable python bindings.

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2009-06-30 18:04:51 UTC (rev 53169)
+++ trunk/dports/net/libgweather/Portfile	2009-06-30 18:19:04 UTC (rev 53170)
@@ -4,9 +4,9 @@
 PortSystem      1.0
 
 name            libgweather
-version         2.26.1
+version         2.26.2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
+maintainers     devans maintainer
 categories      net gnome
 platforms       darwin
 description     Library to accessing online weather informations.
@@ -20,19 +20,25 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     382041ee8f4efeec1afde968624d34fe \
-                sha1    9bc67204fe3c52873cb4166b0b2154b4c58468d7 \
-                rmd160  ccf9f86c14a1598ea93821e95393589218995f11
+checksums       md5     cef0447b62235c4662aa9691dd9a6c92 \
+                sha1    f6d6ee5bb9eb7b81e9a413cd75e4ac86d1bc4421 \
+                rmd160  0639ebe78f9d7f99bc6299e94b013565654ef476
 
 depends_build   port:pkgconfig \
-                port:intltool
+                port:intltool \
+                port:p5-xml-parser \
+                port:gtk-doc
 
-depends_lib     port:gnome-vfs \
-                port:libsoup
+depends_lib     port:gconf \
+                port:libsoup \
+                port:py25-gtk
 
 configure.args  --disable-schemas-install \
-                --disable-glibtest
+                --disable-glibtest \
+                --enable-python
 
+configure.python ${prefix}/bin/python2.5
+
 use_parallel_build  yes
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/4f7b827d/attachment.html>


More information about the macports-changes mailing list