diff options
-rw-r--r-- | net/aria2/Makefile | 5 | ||||
-rw-r--r-- | net/aria2/PLIST | 3 | ||||
-rw-r--r-- | net/aria2/distinfo | 12 | ||||
-rw-r--r-- | net/aria2/patches/patch-configure | 13 | ||||
-rw-r--r-- | net/aria2/patches/patch-configure.ac | 13 | ||||
-rw-r--r-- | net/aria2/patches/patch-src_IndexedList.h | 6 |
6 files changed, 39 insertions, 13 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 07d8bf5ea9d..4858ecf6e48 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2013/05/09 07:40:21 adam Exp $ +# $NetBSD: Makefile,v 1.44 2013/06/09 02:11:34 ryoon Exp $ # -DISTNAME= aria2-1.16.4 -PKGREVISION= 1 +DISTNAME= aria2-1.17.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/aria2/PLIST b/net/aria2/PLIST index 2d5d6fac485..77ec3714dbb 100644 --- a/net/aria2/PLIST +++ b/net/aria2/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.16 2013/03/19 15:48:29 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.17 2013/06/09 02:11:34 ryoon Exp $ bin/aria2c man/man1/aria2c.1 man/pt/man1/aria2c.1 man/ru/man1/aria2c.1 share/doc/aria2/README -share/doc/aria2/README.html share/doc/aria2/README.rst share/doc/aria2/bash_completion/README.txt share/doc/aria2/bash_completion/aria2c diff --git a/net/aria2/distinfo b/net/aria2/distinfo index 298bf5d29ad..612a20cf7c9 100644 --- a/net/aria2/distinfo +++ b/net/aria2/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.32 2013/05/04 12:50:38 joerg Exp $ +$NetBSD: distinfo,v 1.33 2013/06/09 02:11:34 ryoon Exp $ -SHA1 (aria2-1.16.4.tar.bz2) = 302885fae5809e5bd62abd4cdb9592bb5b47c4a1 -RMD160 (aria2-1.16.4.tar.bz2) = 14a745b3703867d5f65329581f189a681349ccc4 -Size (aria2-1.16.4.tar.bz2) = 2156764 bytes -SHA1 (patch-src_IndexedList.h) = 9de3c3ee715d6a59454fd594464f19e33a4df9a0 +SHA1 (aria2-1.17.1.tar.bz2) = a40730013501554cdb0ce2b56a919f3ee971c06e +RMD160 (aria2-1.17.1.tar.bz2) = bab446a216fb450c8048587ab3bad24a1c383e73 +Size (aria2-1.17.1.tar.bz2) = 2228357 bytes +SHA1 (patch-configure) = 9e962d552653eb221d7377a0789ac4675a5d5893 +SHA1 (patch-configure.ac) = 64e3dfe642dde9b7cd78314dd18b421b41676f08 +SHA1 (patch-src_IndexedList.h) = 098aa2110ff666255826110b3272a714128eb0e7 diff --git a/net/aria2/patches/patch-configure b/net/aria2/patches/patch-configure new file mode 100644 index 00000000000..6d92f3c9fcd --- /dev/null +++ b/net/aria2/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2013/06/09 02:11:34 ryoon Exp $ + +--- configure.orig 2013-05-26 07:24:31.000000000 +0000 ++++ configure +@@ -19195,7 +19195,7 @@ See \`config.log' for more details" "$LI + fi + + use_md="" +-if test "x$have_osx" == "xyes"; then ++if test "x$have_osx" = "xyes"; then + use_md="apple" + + $as_echo "#define USE_APPLE_MD 1" >>confdefs.h diff --git a/net/aria2/patches/patch-configure.ac b/net/aria2/patches/patch-configure.ac new file mode 100644 index 00000000000..24278c38991 --- /dev/null +++ b/net/aria2/patches/patch-configure.ac @@ -0,0 +1,13 @@ +$NetBSD: patch-configure.ac,v 1.1 2013/06/09 02:11:34 ryoon Exp $ + +--- configure.ac.orig 2013-05-26 07:23:55.000000000 +0000 ++++ configure.ac +@@ -350,7 +350,7 @@ if test "x$with_libcares" = "xyes"; then + fi + + use_md="" +-if test "x$have_osx" == "xyes"; then ++if test "x$have_osx" = "xyes"; then + use_md="apple" + AC_DEFINE([USE_APPLE_MD], [1], [What message digest implementation to use]) + else diff --git a/net/aria2/patches/patch-src_IndexedList.h b/net/aria2/patches/patch-src_IndexedList.h index d2371718547..9713aaace02 100644 --- a/net/aria2/patches/patch-src_IndexedList.h +++ b/net/aria2/patches/patch-src_IndexedList.h @@ -1,8 +1,8 @@ -$NetBSD: patch-src_IndexedList.h,v 1.1 2013/05/04 12:50:38 joerg Exp $ +$NetBSD: patch-src_IndexedList.h,v 1.2 2013/06/09 02:11:34 ryoon Exp $ ---- src/IndexedList.h.orig 2013-05-03 11:55:44.000000000 +0000 +--- src/IndexedList.h.orig 2013-05-26 07:23:55.000000000 +0000 +++ src/IndexedList.h -@@ -68,7 +68,7 @@ struct IndexedListIterator { +@@ -64,7 +64,7 @@ struct IndexedListIterator { typedef ValueType value_type; typedef PointerType pointer; typedef ReferenceType reference; |