Update to 1.10.9.

Clear some warnings of pkglint.

Changelog is too long to include here.
See NEWS file.
This commit is contained in:
ryoon 2011-03-02 13:22:38 +00:00
parent d752f86e36
commit 276f398e2e
4 changed files with 16 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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