Ticket #52017: Portfile-aria2.diff

File Portfile-aria2.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    55PortGroup           github 1.0
    66PortGroup           cxx11 1.0
    77
    8 github.setup        aria2 aria2 1.24.0 release-
     8github.setup        aria2 aria2 1.25.0 release-
    99github.tarball_from releases
    1010categories          net
    1111platforms           darwin
     
    1717                   
    1818use_xz              yes
    1919
    20 checksums           rmd160  93fbad4ac7ace7ff7fc25d4dc6c1a6da57061e81 \
    21                     sha256  35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37
     20checksums           rmd160  9c61d31aa28d8ae6b0d7de080b6672225ed43684 \
     21                    sha256  ff89eb4c76cfc816a6f5abc7dfd416cc3f339e7d02c761f822fa965a18cf0d35
    2222
    2323depends_build       port:pkgconfig
    2424depends_lib         port:gettext port:libiconv port:gnutls port:libxml2
    2525
    26 # Remove for aria2 > 1.24.0. See https://github.com/aria2/aria2/issues/683
    27 patchfiles          patch-src-DHTGetPeersMessage.cc.diff
    28 
    2926# use_* must be defined after depends_*, otherwise the automatic dependencies
    3027# will be overwritten.
    3128# Alternatively, depends_*-append could be used.