Changeset 99604


Ignore:
Timestamp:
Nov 11, 2012, 9:11:47 PM (12 years ago)
Author:
snc@…
Message:

lilypond: update to 2.16.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/lilypond/Portfile

    r97877 r99604  
    55
    66name                lilypond
    7 version             2.16.0
    8 revision            1
     7version             2.16.1
    98set branch          [join [lrange [split ${version} .] 0 1] .]
    109categories          textproc
     
    2322master_sites        http://download.linuxaudio.org/lilypond/sources/v${branch}/
    2423#dist_subdir         ${name}/${version}_${revision}
    25 checksums           rmd160  78f52fa379369476c245d3440cc2fdfa9b59a8d0 \
    26                     sha256  ecd5b7a2da668c94de7757e366f34bdd5d49b89e9b40ce859174dd2a7edb163d
     24checksums           rmd160  53def3a6dc71a479edc7637b6fa222f37e1417af \
     25                    sha256  f56e21fe92f29c88365eb6cf80b5be86a169e23cfb054ccbec457059f3df796e
    2726
    2827
     
    4847        # 10.4 is not supported
    4948        ui_error "${name} requires Leopard or Snow Leopard"
    50         return -code error "unsupported OS X version"
    51     }
    52 
    53     if {${os.major} > 11} {
    54         # 10.8 is not supported (likely due to compiler)
    55         ui_error "${name} requires Leopard, Snow Leopard or Lion"
    5649        return -code error "unsupported OS X version"
    5750    }
Note: See TracChangeset for help on using the changeset viewer.