Ticket #27755: gnome-doc-utils.patch
File gnome-doc-utils.patch, 1.7 KB (added by singingwolfboy@…, 14 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name gnome-doc-utils 7 version 0.20. 27 version 0.20.3 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 description GNOME document utils. 10 10 long_description \ … … 20 20 homepage http://www.gnome.org/ 21 21 master_sites gnome:sources/${name}/${branch}/ 22 22 23 checksums md5 920914c13c57e67616c6ff8594579786 \24 sha1 afb77988153e3cae2567aa47f24345ac6ae41920 \25 rmd160 c5b4d497f9cc68aea9105ac909df9282cd52c1e023 checksums md5 88cc250c0c2a3943359b471ad1ccaa8f \ 24 sha1 58ab7dbd0153ffdd9410eef48354ce0dcfb062bd \ 25 rmd160 1a35c0e79e9383f04cbf955c51e5e272d54ec90c 26 26 27 27 use_bzip2 yes 28 28 … … 34 34 35 35 depends_lib port:gettext \ 36 36 port:libxslt \ 37 port:py2 6-libxml2 \38 port:python2 637 port:py27-libxml2 \ 38 port:python27 39 39 40 40 41 41 depends_run port:docbook-xml \ … … 45 45 46 46 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl 47 47 configure.args --disable-scrollkeeper \ 48 am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2. 6/lib/python2.6/site-packages/48 am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/ 49 49 50 configure.python ${prefix}/bin/python2. 650 configure.python ${prefix}/bin/python2.7 51 51 52 52 post-activate { 53 53 system "${prefix}/bin/scrollkeeper-update"