From owner-svn-ports-branches@FreeBSD.ORG Wed Jan 8 11:31:30 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B2E1DCE; Wed, 8 Jan 2014 11:31:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EABA81EE8; Wed, 8 Jan 2014 11:31:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08BVTdD042525; Wed, 8 Jan 2014 11:31:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08BVTwG042523; Wed, 8 Jan 2014 11:31:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401081131.s08BVTwG042523@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 8 Jan 2014 11:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339098 - branches/2014Q1/www/aria2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 11:31:30 -0000 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 -.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