Ticket #29684: Portfile.diff

File Portfile.diff, 1.3 KB (added by Tom.Schoonjans@…, 13 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                xraylib
    7 version             2.14.1
     7version             2.15.0
    88categories          science
    99platforms           darwin
    1010maintainers         me.com:Tom.Schoonjans
     
    2020                    and .NET.
    2121
    2222homepage            http://github.com/tschoonj/xraylib
    23 #master_sites        https://github.com/downloads/tschoonj/xraylib/
    24 #master_sites        http://cloud.github.com/downloads/tschoonj/${name}
    25 fetch.type          git
    26 git.url             git://github.com/tschoonj/xraylib.git
    27 git.branch          xraylib-${version}
    28 use_autoreconf      yes
     23master_sites        https://github.com/tschoonj/xraylib/downloads/
    2924
    30 #checksums           sha1    be41cb054f8ba68fb071ee1c8eb236dc3a8499d4 \
    31 #                    rmd160  e7019b2b35dab2f8107181023cfdd466960d110f
     25checksums           md5    710d88bd367184cb27850f597374f9ec \
     26                    sha1   3edabe586d8f9b2cd53cd6dab1290b3135c058b5 \
     27                    rmd160 1ea6febca23410506cc1569c069bf80e0615cbd5
    3228
    33 #fetch.ignore_sslcert    yes
    3429
    3530configure.args      --disable-idl \
    3631                    --disable-fortran2003 \