Ticket #17081: py25-gnome-2.22.3.diff

File py25-gnome-2.22.3.diff, 2.0 KB (added by nox@…, 16 years ago)
  • Portfile

     
    33PortSystem 1.0
    44
    55name            py25-gnome
    6 version         2.22.0
     6set my_name     gnome-python
     7version         2.22.3
     8set branch      [join [lrange [split $version .] 0 1] .]
    79categories      python gnome
    810platforms       darwin
    911maintainers     pguyot@kallisys.net
     
    1113long_description    ${description}
    1214
    1315homepage        http://www.pygtk.org/
    14 master_sites    gnome:sources/gnome-python/[strsed ${version} {/\.[0-9]*$//}]/
     16master_sites    gnome:sources/$my_name/$branch/
    1517use_bzip2       yes
    16 distname        gnome-python-${version}
    17 checksums       md5 ff84c54314adec195149c59365e35a13 \
    18                 sha1 824fc626ca8d3fd26a03998cad740d466cd77051 \
    19                 rmd160 017c772a9ce8ef315885a4353378a7ee22a89acc
     18distname        $my_name-$version
    2019
     20checksums       md5     ab12d94954a57de39b25eb7903d8429c \
     21                sha1    35eafe4f5ab9ee003a573dcf26699d3b03d52d5a \
     22                rmd160  81772db78abe864dcbf3c89b7f864dd3b8ba41d3
     23
     24depends_build   port:pkgconfig
     25
    2126depends_lib     port:libgnomeui \
    2227                port:py25-gtk \
    23                 port:py25-orbit
     28                port:py25-orbit \
     29                port:libgnome \
     30                port:python25 \
     31                port:libgnomecanvas \
     32                port:gnome-vfs \
     33                port:gconf \
     34                port:libbonobo \
     35                port:libbonoboui
    2436
    2537build.args      PYTHON_LDFLAGS= PYTHON_LIBS=
    2638
    2739configure.python ${prefix}/bin/python2.5
    2840
     41use_parallel_build  yes
     42
    2943platform darwin 9 {
    3044    post-patch {
    3145        reinplace "s| -export-symbols-regex.*||g" \
     
    3751    }
    3852}
    3953
    40 livecheck.check md5
    41 livecheck.url   ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/
    42 livecheck.md5   0cc88801d2019c3ec94f296cda5f57f9
     54livecheck.check regex
     55livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
     56livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}