Ticket #17080: py25-orbit-2.24.0.diff

File py25-orbit-2.24.0.diff, 1.5 KB (added by nox@…, 16 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name            py25-orbit
    5 version         2.14.3
    6 revision        1
     5set my_name     pyorbit
     6version         2.24.0
     7set branch      [join [lrange [split $version .] 0 1] .]
    78categories      python gnome
    89platforms       darwin
    910maintainers     pguyot@kallisys.net
     
    1718                IModule typelib capabilities.
    1819
    1920homepage        http://www.pygtk.org/
    20 master_sites    gnome:sources/pyorbit/2.14/
     21master_sites    gnome:sources/$my_name/$branch/
    2122use_bzip2       yes
    22 distname        pyorbit-${version}
    23 checksums       md5 3c4d42ae1a7303fd85071a842617043f
     23distname        $my_name-$version
    2424
     25checksums       md5     574593815e75ee6e98062c75d6d1581f \
     26                sha1    f9877ce9672ed3c3d001b86924f1b6514a79efc9 \
     27                rmd160  55aa1c3ac0739d398d8e9bbda93ef36f7c659360
     28
    2529depends_lib     port:python25 \
    2630                port:orbit2
    2731
    2832configure.python ${prefix}/bin/python2.5
    2933
     34use_parallel_build  yes
     35
    3036build.args      PYTHON_LDFLAGS= PYTHON_LIBS=
    3137
    3238platform darwin 9 {
     
    3541    }
    3642}
    3743
    38 livecheck.check md5
    39 livecheck.url   ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/
    40 livecheck.md5   c44aad7204b0cc64e524610a82b97340
     44livecheck.check regex
     45livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
     46livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}