New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82350


Ignore:
Timestamp:
08/12/11 14:37:47 (4 years ago)
Author:
ciserlohn@…
Message:

play: add apache-ant as build time dependency and python27 as runtime dependency; bump revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/play/Portfile

    r81313 r82350  
    77conflicts           sox 
    88version             1.2.2 
    9 revision            1 
     9revision            2 
    1010categories          devel java www 
    1111platforms           darwin 
     
    3535dist_subdir         ${name}/${version}_1 
    3636 
     37depends_build       port:apache-ant 
     38 
     39depends_lib         port:python27 
     40 
    3741post-extract { 
    3842    file rename [glob ${workpath}/playframework-play-*] ${worksrcpath} 
     
    4347 
    4448patchfiles          patch-framework-build.xml.diff 
     49 
     50post-patch { 
     51    reinplace "s|/usr/bin/env python|${prefix}/bin/python2.7|" ${worksrcpath}/play 
     52} 
    4553 
    4654use_configure       no 
Note: See TracChangeset for help on using the changeset viewer.