Date: Wed, 8 Jan 2014 11:31:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339098 - branches/2014Q1/www/aria2 Message-ID: <201401081131.s08BVTwG042523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 8 11:31:29 2014 New Revision: 339098 URL: http://svnweb.freebsd.org/changeset/ports/339098 Log: MFH: r338066 - Update to 1.18.2 - Unbreak build for FreeBSD 8.x and 9.x (without libc++) Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.2/README.rst/view Modified: branches/2014Q1/www/aria2/Makefile branches/2014Q1/www/aria2/distinfo Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/aria2/Makefile ============================================================================== --- branches/2014Q1/www/aria2/Makefile Wed Jan 8 11:25:15 2014 (r339097) +++ branches/2014Q1/www/aria2/Makefile Wed Jan 8 11:31:29 2014 (r339098) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.18.1 -PORTREVISION= 1 +PORTVERSION= 1.18.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -48,10 +47,6 @@ ARIA2_DISK_CACHE?= 16M .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000100 && !exists(/usr/lib/libc++.so) -BROKEN= Build with clang and libc++ only -.endif - .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 BROKEN= Does not install on powerpc-9 .endif Modified: branches/2014Q1/www/aria2/distinfo ============================================================================== --- branches/2014Q1/www/aria2/distinfo Wed Jan 8 11:25:15 2014 (r339097) +++ branches/2014Q1/www/aria2/distinfo Wed Jan 8 11:31:29 2014 (r339098) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.18.1.tar.xz) = 14179cec7d476204faa52c4220fd8332a1036edd2c16fa3a9a29fd5d8b763968 -SIZE (aria2-1.18.1.tar.xz) = 1326632 +SHA256 (aria2-1.18.2.tar.xz) = b4c99eea9e11d265ed90ab685571f7328a20f5c5a438da93ecdba0959170f460 +SIZE (aria2-1.18.2.tar.xz) = 1336720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081131.s08BVTwG042523>