[41496] trunk/dports/python/py25-gnome/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Tue Nov 4 04:48:32 PST 2008


Revision: 41496
          http://trac.macports.org/changeset/41496
Author:   pguyot at kallisys.net
Date:     2008-11-04 04:48:31 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
python/py25-gnome: update to 2.22.3 (#17081)

Modified Paths:
--------------
    trunk/dports/python/py25-gnome/Portfile

Modified: trunk/dports/python/py25-gnome/Portfile
===================================================================
--- trunk/dports/python/py25-gnome/Portfile	2008-11-04 12:11:51 UTC (rev 41495)
+++ trunk/dports/python/py25-gnome/Portfile	2008-11-04 12:48:31 UTC (rev 41496)
@@ -3,29 +3,43 @@
 PortSystem 1.0
 
 name            py25-gnome
-version         2.22.0
+set my_name     gnome-python
+version         2.22.3
+set branch      [join [lrange [split $version .] 0 1] .]
 categories      python gnome
 platforms       darwin
-maintainers     pguyot at kallisys.net
+maintainers     pguyot at kallisys.net openmaintainer
 description     gnome-python is a set of python interfaces to gnome-libs.
 long_description    ${description}
 
 homepage        http://www.pygtk.org/
-master_sites    gnome:sources/gnome-python/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/$my_name/$branch/
 use_bzip2       yes
-distname        gnome-python-${version}
-checksums	md5 ff84c54314adec195149c59365e35a13 \
-		sha1 824fc626ca8d3fd26a03998cad740d466cd77051 \
-		rmd160 017c772a9ce8ef315885a4353378a7ee22a89acc
+distname        $my_name-$version
 
+checksums       md5     ab12d94954a57de39b25eb7903d8429c \
+                sha1    35eafe4f5ab9ee003a573dcf26699d3b03d52d5a \
+                rmd160  81772db78abe864dcbf3c89b7f864dd3b8ba41d3
+
+depends_build   port:pkgconfig
+
 depends_lib     port:libgnomeui \
                 port:py25-gtk \
-                port:py25-orbit
+                port:py25-orbit \
+                port:libgnome \
+                port:python25 \
+                port:libgnomecanvas \
+                port:gnome-vfs \
+                port:gconf \
+                port:libbonobo \
+                port:libbonoboui
 
 build.args      PYTHON_LDFLAGS= PYTHON_LIBS=
 
 configure.python ${prefix}/bin/python2.5
 
+use_parallel_build  yes
+
 platform darwin 9 { 
     post-patch { 
         reinplace "s| -export-symbols-regex.*||g" \
@@ -37,6 +51,6 @@
     } 
 }
 
-livecheck.check	md5
-livecheck.url	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/
-livecheck.md5	0cc88801d2019c3ec94f296cda5f57f9
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/a3fd58d7/attachment.html>


More information about the macports-changes mailing list