[148621] trunk/dports/net/aria2/Portfile

mps at macports.org mps at macports.org
Thu May 12 18:22:21 PDT 2016


Revision: 148621
          https://trac.macports.org/changeset/148621
Author:   mps at macports.org
Date:     2016-05-12 18:22:20 -0700 (Thu, 12 May 2016)
Log Message:
-----------
aria2: version update to 1.22.0 (#51300; maintainer timeout).

Modified Paths:
--------------
    trunk/dports/net/aria2/Portfile

Modified: trunk/dports/net/aria2/Portfile
===================================================================
--- trunk/dports/net/aria2/Portfile	2016-05-13 01:21:10 UTC (rev 148620)
+++ trunk/dports/net/aria2/Portfile	2016-05-13 01:22:20 UTC (rev 148621)
@@ -1,10 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           github 1.0
 
-name                aria2
-version             1.19.0
-revision            1
+github.setup        aria2 aria2 1.22.0 release-
+github.tarball_from releases
 categories          net
 platforms           darwin
 maintainers         mww
@@ -12,13 +12,14 @@
 description         download utility with resuming and segmented downloading
 long_description    aria2 is a download utility with resuming and segmented \
                     downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.
+                    
+use_xz              yes
 
-homepage            http://aria2.sourceforge.net/
-master_sites        sourceforge
-checksums           rmd160  daccfbcd4e32d5373c19a6bd5496122fe7881515 \
-                    sha256  ae2b6fce7a0974c9156415cccf2395cd258580ab34eec2b34a8e76120b7240ce
-use_bzip2           yes
+checksums           rmd160  e2707838c89a42d3e05512631132b93508f7850b \
+                    sha256  ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89
 
+use_autoreconf      yes
+
 depends_build       port:pkgconfig
 depends_lib         port:gettext port:libiconv port:gnutls port:libxml2
 
@@ -28,6 +29,3 @@
                     --with-libintl-prefix=${prefix} \
                     --with-xml-prefix=${prefix} \
                     --without-sqlite3
-
-livecheck.type      sourceforge
-livecheck.regex     "/stable/${name}-(\[a-zA-Z0-9.\]+\\.\[a-zA-Z0-9.\]+)/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160512/5827eee2/attachment.html>


More information about the macports-changes mailing list