Ticket #35110: Portfile-libtorrent.diff

File Portfile-libtorrent.diff, 1.1 KB (added by gardnermj@…, 12 years ago)
  • Portfile

    old new  
    55
    66name                libtorrent
    77conflicts           libtorrent-devel
    8 version             0.12.9
     8version             0.13.2
    99categories          net
    1010platforms           darwin
    1111maintainers         gmail.com:gardnermj
     
    2020homepage            http://libtorrent.rakshasa.no/
    2121master_sites        ${homepage}downloads/
    2222
    23 checksums           sha1    176a836c6e685e4dad71ac08c0e09caaa5b7757c \
    24                     rmd160  a898e882da94977973d62f34a5dd82577fd83cf5
     23checksums           rmd160  090e6af9b4318a6176064159f6a8f70ab708c7fe \
     24                    sha256  ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f
    2525
    2626depends_build       port:pkgconfig
    2727
    2828depends_lib         port:openssl \
    2929                    port:libsigcxx2
    3030
    31 # Remove this when updating to 0.13.0
    32 if {${configure.compiler} == "clang"} {
    33     configure.compiler llvm-gcc-4.2
    34 }
    35 
    3631configure.args      --disable-debug \
    3732                    --enable-ipv6 \
    3833                    --with-kqueue