Ticket #40833: flashdot.diff

File flashdot.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)

proposed patch

  • Portfile

     
    1313    visual perceptual experiments that require a high temporal precision. \
    1414    It is controlled by a simple experiment building language and allows \
    1515    experiment generation with either a text or a graphical editor.
    16 homepage          http://flashdot.sourceforge.net
     16homepage          http://www.flashdot.info/
    1717platforms         darwin
    1818fetch.type        svn
    19 worksrcdir       src
    20 svn.url           https://flashdot.svn.sourceforge.net/svnroot/flashdot/trunk/src
    21 svn.revision     78
     19worksrcdir        src
     20svn.url           https://svn.code.sf.net/p/flashdot/code/trunk/src/
     21svn.revision      78
    2222# Use checkout as the version calculation makes certain assumptions
    23 # When 1.8 is released, svn.method can be set without the if{}
    24 if {[info exists svn.method]} {
    25    svn.method          checkout
    26 }
     23svn.method        checkout
     24
    2725depends_lib       port:ocaml port:ocamlsdl port:ocaml-gsl port:lablgl
    2826use_parallel_build no