Ticket #33826: yorick-2.2.01-ryandesign.diff

File yorick-2.2.01-ryandesign.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    6 name                yorick
    7 version             2.1.06
    8 set branch          [join [lrange [split ${version} .] 0 1] .]
     7github.setup        dhmunro yorick 2.2.01 y_
     8github.version      [strsed ${version} {g/\./_/}]
    99categories          science
    1010platforms           darwin
    1111maintainers         users.sourceforge.net:paumard
     
    1313long_description    An interpreted programming language for numerical \
    1414                    computations, scientific data processing and \
    1515                    visualisation.
    16 homepage            http://yorick.sourceforge.net/
    17 master_sites        sourceforge
    18 extract.suffix      .tgz
    1916
    20 checksums           md5     2cc21b1b61a65bb197adfd96f3bb545e \
    21                     sha1    779b432d53b1f9ce21a44285fbccdd3f8083c219 \
    22                     rmd160  f9380c97953f2a7d9ba941ee4c43d73e2f41ad3f
     17homepage            http://yorick.github.com/
    2318
     19checksums           rmd160  a93cb264151fb1407a67837b2d23f818a4072d4e \
     20                    sha256  da92928ff09dd14d33b662b647beffce5786aacb4a2c8afab8d5e7bdea8a600c
     21
    2422depends_lib         port:xorg-libX11
    2523
    26 worksrcdir          ${name}-${branch}
    27 
    2824universal_variant   no
    2925
    3026configure.cmd       ${build.cmd}