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
3 3 PortSystem 1.0 4 4 5 5 name py25-gnome 6 version 2.22.0 6 set my_name gnome-python 7 version 2.22.3 8 set branch [join [lrange [split $version .] 0 1] .] 7 9 categories python gnome 8 10 platforms darwin 9 11 maintainers pguyot@kallisys.net … … 11 13 long_description ${description} 12 14 13 15 homepage http://www.pygtk.org/ 14 master_sites gnome:sources/ gnome-python/[strsed ${version} {/\.[0-9]*$//}]/16 master_sites gnome:sources/$my_name/$branch/ 15 17 use_bzip2 yes 16 distname gnome-python-${version} 17 checksums md5 ff84c54314adec195149c59365e35a13 \ 18 sha1 824fc626ca8d3fd26a03998cad740d466cd77051 \ 19 rmd160 017c772a9ce8ef315885a4353378a7ee22a89acc 18 distname $my_name-$version 20 19 20 checksums md5 ab12d94954a57de39b25eb7903d8429c \ 21 sha1 35eafe4f5ab9ee003a573dcf26699d3b03d52d5a \ 22 rmd160 81772db78abe864dcbf3c89b7f864dd3b8ba41d3 23 24 depends_build port:pkgconfig 25 21 26 depends_lib port:libgnomeui \ 22 27 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 24 36 25 37 build.args PYTHON_LDFLAGS= PYTHON_LIBS= 26 38 27 39 configure.python ${prefix}/bin/python2.5 28 40 41 use_parallel_build yes 42 29 43 platform darwin 9 { 30 44 post-patch { 31 45 reinplace "s| -export-symbols-regex.*||g" \ … … 37 51 } 38 52 } 39 53 40 livecheck.check md541 livecheck.url ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/42 livecheck. md5 0cc88801d2019c3ec94f296cda5f57f954 livecheck.check regex 55 livecheck.url http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/ 56 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}