New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82188


Ignore:
Timestamp:
08/09/11 18:47:48 (4 years ago)
Author:
blair@…
Message:

field3d: more reordering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/field3d/Portfile

    r82187 r82188  
    2424master_sites            https://github.com/imageworks/Field3D/tarball/v${version} 
    2525platforms               darwin 
    26 checksums               md5 e77d4f6e455860291f8e0e0ce547aa50 \ 
    27                         sha1 1bbd1c7cadca96d5f0d58f3f2a27241d481e205f \ 
    28                         rmd160 89279bbc9906ed7df6052169fb9239f87a2b8cd9 
    29 post-extract { 
    30     move [glob ${workpath}/*] ${worksrcpath} 
    31 } 
    32 patchfiles              patch-BuildSupport.py \ 
    33                         patch-SConstruct 
    3426 
    3527depends_build           port:scons 
     
    3729                        port:ilmbase \ 
    3830                        port:hdf5-18 
     31 
     32checksums               md5 e77d4f6e455860291f8e0e0ce547aa50 \ 
     33                        sha1 1bbd1c7cadca96d5f0d58f3f2a27241d481e205f \ 
     34                        rmd160 89279bbc9906ed7df6052169fb9239f87a2b8cd9 
     35 
     36post-extract { 
     37    move [glob ${workpath}/*] ${worksrcpath} 
     38} 
     39 
     40patchfiles              patch-BuildSupport.py \ 
     41                        patch-SConstruct 
    3942 
    4043post-patch { 
Note: See TracChangeset for help on using the changeset viewer.