From e117324edab243964e8d30344f1910db9fd387b4 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 24 Oct 2008 12:40:11 +0000 Subject: - Update to 0.16.2 --- www/aria2/Makefile | 13 ++++++++++--- www/aria2/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 150d57346b62..33aeee39d690 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.15.3 +DISTVERSION= 0.16.2 CATEGORIES= www MASTER_SITES= SFE DISTNAME= ${PORTNAME}c-${DISTVERSION} @@ -25,12 +25,19 @@ GNU_CONFIGURE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else -LINGUAS= bg ca da de es el fi fr he hu id it ja nl nn pl pt_BR ru sv th tr zh_CN +LINGUAS= bg ca da de es en@boldquot en@quot el fi fr he hu id it ja nl nn pl pt_BR ru sv \ + sr th tr uk vi zh_CN zh_TW .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|} MAN1= aria2c.1 +.include + +.if ${OSVERSION} < 700000 +BROKEN= Does not compile on FreeBSD 6.X +.endif + post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/s|install-dist_docDATA||'\ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in @@ -38,4 +45,4 @@ post-patch: post-configure: @${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h -.include +.include diff --git a/www/aria2/distinfo b/www/aria2/distinfo index e31a343f21d5..c4d57b64f8fe 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,3 +1,3 @@ -MD5 (aria2c-0.15.3.tar.bz2) = 5bad1ec6c7a94716760eeea17275b79f -SHA256 (aria2c-0.15.3.tar.bz2) = 7870556a772330b60ff2172137f316328bd0f2e17996049cbce3fdab56dce688 -SIZE (aria2c-0.15.3.tar.bz2) = 1044973 +MD5 (aria2c-0.16.2.tar.bz2) = 77a7a52509414a0d7b3e5aeed8a56e78 +SHA256 (aria2c-0.16.2.tar.bz2) = 37ff2d2f5332c50080ff2a8040e01ca38ea4d468369934eb3d87e4a08e1c120b +SIZE (aria2c-0.16.2.tar.bz2) = 1153881 -- cgit