Ticket #28754: patch-loggerhead-python27.diff
File patch-loggerhead-python27.diff, 1014 bytes (added by raimue (Rainer Müller), 14 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name loggerhead 7 7 version 1.17 8 revision 18 revision 2 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories www devel 11 11 platforms darwin … … 27 27 sha1 910b5f569c8647294cabfa45698909b1fffda1ee \ 28 28 rmd160 847e3c12eff66e9fdf617e0ef7523f7f74e3c82c 29 29 30 depends_lib-append port:py2 6-distribute \31 port:py2 6-paste \32 port:py2 6-simpletal \30 depends_lib-append port:py27-distribute \ 31 port:py27-paste \ 32 port:py27-simpletal \ 33 33 port:bzr 34 34 post-destroot { 35 35 xinstall -m 644 -W ${worksrcpath} loggerhead.conf.example \