Ticket #51300: Portfile-aria2.diff

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

    old new  
    11# $Id: Portfile 148228 2016-04-30 17:55:10Z mps@macports.org $
    22
    33PortSystem 1.0
     4PortGroup           github 1.0
    45
    5 name                aria2
    6 version             1.19.0
    7 revision            1
     6github.setup        aria2 aria2 1.22.0 release-
     7github.tarball_from releases
    88categories          net
    99platforms           darwin
    1010maintainers         mww
     
    1212description         download utility with resuming and segmented downloading
    1313long_description    aria2 is a download utility with resuming and segmented \
    1414                    downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.
     15                   
     16use_xz              yes
    1517
    16 homepage            http://aria2.sourceforge.net/
    17 master_sites        sourceforge
    18 checksums           rmd160  daccfbcd4e32d5373c19a6bd5496122fe7881515 \
    19                     sha256  ae2b6fce7a0974c9156415cccf2395cd258580ab34eec2b34a8e76120b7240ce
    20 use_bzip2           yes
     18checksums           rmd160  e2707838c89a42d3e05512631132b93508f7850b \
     19                    sha256  ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89
     20
     21use_autoreconf      yes
    2122
    2223depends_build       port:pkgconfig
    2324depends_lib         port:gettext port:libiconv port:gnutls port:libxml2
     
    2829                    --with-libintl-prefix=${prefix} \
    2930                    --with-xml-prefix=${prefix} \
    3031                    --without-sqlite3
    31 
    32 livecheck.type      sourceforge
    33 livecheck.regex     "/stable/${name}-(\[a-zA-Z0-9.\]+\\.\[a-zA-Z0-9.\]+)/"