Ticket #33826: Portfile-yorick-2.2.01.patch

File Portfile-yorick-2.2.01.patch, 1.6 KB (added by paumard, 12 years ago)

2.1.06 -> 2.2.01 upgrade

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                yorick
    7 version             2.1.06
     7version             2.2.01
    88set branch          [join [lrange [split ${version} .] 0 1] .]
    99categories          science
    1010platforms           darwin
     
    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
    19 
    20 checksums           md5     2cc21b1b61a65bb197adfd96f3bb545e \
    21                     sha1    779b432d53b1f9ce21a44285fbccdd3f8083c219 \
    22                     rmd160  f9380c97953f2a7d9ba941ee4c43d73e2f41ad3f
     16homepage            http://yorick.github.com
     17
     18fetch.type          git
     19git.url             git://github.com/dhmunro/yorick.git
     20git.branch          y_2_2_01
    2321
    2422depends_lib         port:xorg-libX11
    2523
     
    3937        ${destroot}${prefix}/share/man/man1/
    4038}
    4139
    42 notes               Yorick has no built-in line-editing capabilities, so it is \
    43                     recommended to run it within rlwrap. \
    44                     \nReference websites (incl. online user manual and fora): \
     40notes               "Yorick has no built-in line-editing capabilities, so it is " \
     41                    "recommended to run it within rlwrap." \
     42                    "\nReference websites (incl. online user manual and fora):" \
    4543                    \n${homepage} \
    4644                    \nhttp://www.maumae.net/yorick/