Index: head/www/aria2/Makefile =================================================================== --- head/www/aria2/Makefile (revision 183553) +++ head/www/aria2/Makefile (revision 183554) @@ -1,40 +1,40 @@ # New ports collection makefile for: aria2 # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= aria2 -DISTVERSION= 0.9.0 +DISTVERSION= 0.10.0 CATEGORIES= www MASTER_SITES= SFE MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool #CPPFLAGS= -g #DONTSTRIP= yes #CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" #MAKE_ENV= DONTSTRIP= CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes PLIST_FILES= bin/aria2c \ share/locale/de/LC_MESSAGES/aria2c.mo \ share/locale/ja/LC_MESSAGES/aria2c.mo \ share/locale/ru/LC_MESSAGES/aria2c.mo MAN1= aria2c.1 .include .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x .endif .include Property changes on: head/www/aria2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/www/aria2/distinfo =================================================================== --- head/www/aria2/distinfo (revision 183553) +++ head/www/aria2/distinfo (revision 183554) @@ -1,3 +1,3 @@ -MD5 (aria2-0.9.0.tar.bz2) = f4d1e1761ee2386e5d3a6248b363267f -SHA256 (aria2-0.9.0.tar.bz2) = 65a51bfd371b78bcf1704b5754b52bfc0468aec5e218ee44cbdd9d5efcc346a6 -SIZE (aria2-0.9.0.tar.bz2) = 405772 +MD5 (aria2-0.10.0.tar.bz2) = 4ad5d5416b0a0dfc01c197ada1633142 +SHA256 (aria2-0.10.0.tar.bz2) = edfae17cd7507b34685b27c0278a296ebbad286b08645f914437f2a7c6ea5f06 +SIZE (aria2-0.10.0.tar.bz2) = 435274 Property changes on: head/www/aria2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/aria2/pkg-descr =================================================================== --- head/www/aria2/pkg-descr (revision 183553) +++ head/www/aria2/pkg-descr (revision 183554) @@ -1,19 +1,19 @@ aria2 has segmented downloading engine in its core. It therefore, it can download files a lot faster than ordinary browsers. Currently it has following features: * HTTP/HTTPS GET support * HTTP Proxy support * HTTP BASIC authentication support * HTTP Proxy authentication support * FTP support (active, passive mode) * FTP through HTTP proxy (GET command or tunneling) * Segmented download * Cookie support (currently aria2 ignores "expires") * It can run as a daemon process * BitTorrent protocol support with fast extension * Selective download in multi-file torrent * Metalink version 3.0 support (HTTP/FTP/BitTorrent) * Limiting download/upload speed WWW: http://aria2.sourceforge.net/ -Author: Tatsuhiro Tsujikawa +Author: Tatsuhiro Tsujikawa Property changes on: head/www/aria2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property