summaryrefslogtreecommitdiff
path: root/net/aria2
diff options
context:
space:
mode:
authorryoon <ryoon>2011-03-02 13:22:38 +0000
committerryoon <ryoon>2011-03-02 13:22:38 +0000
commita7714a5f8a55198d31992185d84a11f088031cd1 (patch)
tree35d6237cb128a62643a6bdc757c5d40b166beef6 /net/aria2
parent58de0320bd238d5e6c96e50af662244b43461796 (diff)
downloadpkgsrc-a7714a5f8a55198d31992185d84a11f088031cd1.tar.gz
Update to 1.10.9.
Clear some warnings of pkglint. Changelog is too long to include here. See NEWS file.
Diffstat (limited to 'net/aria2')
-rw-r--r--net/aria2/Makefile7
-rw-r--r--net/aria2/PLIST7
-rw-r--r--net/aria2/distinfo8
-rw-r--r--net/aria2/options.mk4
4 files changed, 16 insertions, 10 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index 58944a12384..d02b5c88aaa 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2011/02/28 14:52:58 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2011/03/02 13:22:38 ryoon Exp $
#
-DISTNAME= aria2-1.10.0
+DISTNAME= aria2-1.10.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
EXTRACT_SUFX= .tar.bz2
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aria2.sourceforge.net/
COMMENT= Multi-threaded, multi-protocol, flexible download accelerator
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -29,7 +30,7 @@ USE_FEATURES= getopt_long snprintf
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
-BUILDLINK_DEPMETHOD.cppunit?= build
+BUILDLINK_DEPMETHOD.cppunit= build
BUILDLINK_API_DEPENDS.cppunit+= cppunit>=1.10.2
. include "../../devel/cppunit/buildlink3.mk"
.else
diff --git a/net/aria2/PLIST b/net/aria2/PLIST
index 0f706ce75f1..42e21d623ed 100644
--- a/net/aria2/PLIST
+++ b/net/aria2/PLIST
@@ -1,12 +1,17 @@
-@comment $NetBSD: PLIST,v 1.11 2010/07/25 13:11:14 obache Exp $
+@comment $NetBSD: PLIST,v 1.12 2011/03/02 13:22:38 ryoon Exp $
bin/aria2c
man/man1/aria2c.1
share/doc/aria2/README
+share/doc/aria2/README.asciidoc
share/doc/aria2/README.html
+share/doc/aria2/aria2c.1.asciidoc
share/doc/aria2/aria2c.1.html
+share/doc/aria2/bash_completion/README.txt
+share/doc/aria2/bash_completion/aria2c
share/doc/aria2/xmlrpc/README.txt
share/doc/aria2/xmlrpc/aria2mon
share/doc/aria2/xmlrpc/aria2rpc
+share/locale/ar/LC_MESSAGES/aria2.mo
share/locale/bg/LC_MESSAGES/aria2.mo
share/locale/ca/LC_MESSAGES/aria2.mo
share/locale/da/LC_MESSAGES/aria2.mo
diff --git a/net/aria2/distinfo b/net/aria2/distinfo
index 569cbb880a5..633d8aefbde 100644
--- a/net/aria2/distinfo
+++ b/net/aria2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2010/07/25 13:11:14 obache Exp $
+$NetBSD: distinfo,v 1.18 2011/03/02 13:22:38 ryoon Exp $
-SHA1 (aria2-1.10.0.tar.bz2) = ff43cbfc51ca45d11d9e3265e9d5c319d10971f8
-RMD160 (aria2-1.10.0.tar.bz2) = 51cffce9932fee64d76966fb2748c51057170d27
-Size (aria2-1.10.0.tar.bz2) = 1481281 bytes
+SHA1 (aria2-1.10.9.tar.bz2) = 49f647fb31622619d7c0b7786615986fb0fafb5b
+RMD160 (aria2-1.10.9.tar.bz2) = c8e3e1e35e095fb1a22c30ab7c10ac830facadef
+Size (aria2-1.10.9.tar.bz2) = 1434965 bytes
diff --git a/net/aria2/options.mk b/net/aria2/options.mk
index 8b5f2121f30..d67aac0e4a5 100644
--- a/net/aria2/options.mk
+++ b/net/aria2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2010/07/25 13:11:14 obache Exp $
+# $NetBSD: options.mk,v 1.11 2011/03/02 13:22:38 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aria2
@@ -36,7 +36,7 @@ USE_TOOLS+= pkg-config
###
.if !empty(PKG_OPTIONS:Msqlite)
CONFIGURE_ARGS+= --with-sqlite3
-CONFIGURE_ARGS+= --with-sqlite3-prefix=${BUILDLINK_PREFIX.sqlite:Q}
+CONFIGURE_ARGS+= --with-sqlite3-prefix=${BUILDLINK_PREFIX.sqlite}
. include "../../databases/sqlite3/buildlink3.mk"
.else
CONFIGURE_ARGS+= --with-sqlite3=no