Ticket #51300: Portfile-aria2.diff
File Portfile-aria2.diff, 1.6 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 148228 2016-04-30 17:55:10Z mps@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 name aria2 6 version 1.19.0 7 revision 1 6 github.setup aria2 aria2 1.22.0 release- 7 github.tarball_from releases 8 8 categories net 9 9 platforms darwin 10 10 maintainers mww … … 12 12 description download utility with resuming and segmented downloading 13 13 long_description aria2 is a download utility with resuming and segmented \ 14 14 downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent. 15 16 use_xz yes 15 17 16 homepage http://aria2.sourceforge.net/ 17 master_sites sourceforge 18 checksums rmd160 daccfbcd4e32d5373c19a6bd5496122fe7881515 \ 19 sha256 ae2b6fce7a0974c9156415cccf2395cd258580ab34eec2b34a8e76120b7240ce 20 use_bzip2 yes 18 checksums rmd160 e2707838c89a42d3e05512631132b93508f7850b \ 19 sha256 ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89 20 21 use_autoreconf yes 21 22 22 23 depends_build port:pkgconfig 23 24 depends_lib port:gettext port:libiconv port:gnutls port:libxml2 … … 28 29 --with-libintl-prefix=${prefix} \ 29 30 --with-xml-prefix=${prefix} \ 30 31 --without-sqlite3 31 32 livecheck.type sourceforge33 livecheck.regex "/stable/${name}-(\[a-zA-Z0-9.\]+\\.\[a-zA-Z0-9.\]+)/"