Ticket #47324: Portfile.patch
File Portfile.patch, 1.7 KB (added by lockhart (Thomas Lockhart), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name sumo 7 version 0.2 2.07 version 0.23.0 8 8 categories science devel 9 9 platforms darwin 10 10 maintainers nomaintainer … … 23 23 distname ${name}-src-${version} 24 24 worksrcdir ${name}-${version} 25 25 26 checksums rmd160 e 9efe626a3207c93012f07b3a12b7b365bec9d49\27 sha256 54b2a8084175364411a4df94880daf40eb2150c7dbffa244e7f874198850c04726 checksums rmd160 e57ef20322a87f9801e160be122ba683dc9c2e5a \ 27 sha256 ab8806c076edc730c4fca0eb4ceed5b008a2214ad90d90d6c1e607d5f282e987 28 28 29 29 depends_lib-append \ 30 30 port:fox \ … … 256 256 touch ${destroot}${python_lib}/sumolib/assign/__init__.py 257 257 file copy ${worksrcpath}/tools/turn-defs/connections.py ${destroot}${python_lib}/sumolib/ 258 258 file copy ${worksrcpath}/tools/turn-defs/turndefinitions.py ${destroot}${python_lib}/sumolib/ 259 # xinstall -m 755 -d ${destroot}${python_lib}/detector260 259 xinstall -m 755 ${worksrcpath}/tools/detector/detector.py ${destroot}${python_lib}/sumolib/ 261 260 xinstall -m 755 ${worksrcpath}/tools/turn-defs/collectinghandler.py ${destroot}${python_lib}/sumolib/ 262 xinstall -m 755 ${worksrcpath}/tools/visualization/helpers.py ${destroot}${python_lib}/sumolib/263 261 xinstall -m 755 ${worksrcpath}/tools/lib/rmsd.py ${destroot}${python_lib}/sumolib/ 264 262 xinstall -m 755 ${worksrcpath}/tools/lib/play.png ${destroot}${python_lib}/sumolib/ 265 263 xinstall -m 755 ${worksrcpath}/tools/lib/stop.png ${destroot}${python_lib}/sumolib/