[41494] trunk/dports/python/py25-orbit/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Tue Nov 4 03:17:09 PST 2008


Revision: 41494
          http://trac.macports.org/changeset/41494
Author:   pguyot at kallisys.net
Date:     2008-11-04 03:17:09 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
python/py25-orbit: update to 2.24.0 (#17080)

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

Modified: trunk/dports/python/py25-orbit/Portfile
===================================================================
--- trunk/dports/python/py25-orbit/Portfile	2008-11-04 10:53:23 UTC (rev 41493)
+++ trunk/dports/python/py25-orbit/Portfile	2008-11-04 11:17:09 UTC (rev 41494)
@@ -2,11 +2,12 @@
 
 PortSystem 1.0
 name            py25-orbit
-version         2.14.3
-revision        1
+set my_name     pyorbit
+version         2.24.0
+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     Python binding for the ORBit2 CORBA ORB - Default branch.
 long_description PyORBit is a Python binding for the ORBit2 CORBA ORB. It \
                 was developped to suit the needs of the bonobo bindings \
@@ -17,16 +18,21 @@
                 IModule typelib capabilities.
 
 homepage        http://www.pygtk.org/
-master_sites    gnome:sources/pyorbit/2.14/
+master_sites    gnome:sources/$my_name/$branch/
 use_bzip2       yes
-distname        pyorbit-${version}
-checksums       md5 3c4d42ae1a7303fd85071a842617043f
+distname        $my_name-$version
 
+checksums       md5     574593815e75ee6e98062c75d6d1581f \
+                sha1    f9877ce9672ed3c3d001b86924f1b6514a79efc9 \
+                rmd160  55aa1c3ac0739d398d8e9bbda93ef36f7c659360
+
 depends_lib     port:python25 \
                 port:orbit2
 
 configure.python ${prefix}/bin/python2.5
 
+use_parallel_build  yes
+
 build.args      PYTHON_LDFLAGS= PYTHON_LIBS=
 
 platform darwin 9 {
@@ -35,6 +41,6 @@
     }
 }
 
-livecheck.check	md5
-livecheck.url	ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/
-livecheck.md5	c44aad7204b0cc64e524610a82b97340
+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/96834fc6/attachment.html>


More information about the macports-changes mailing list